Send Message
neuron_send_messageSend a message to an existing conversation. Supports text, image, and document message types with optional media attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier (UUID) of the conversation | |
| content | Yes | Message content to send | |
| mediaUrl | No | URL of media to attach (required for image/document message types) | |
| messageType | No | Type of message: 'text' (default), 'image', or 'document' |