Send Message
neuron_send_messageSend a message to a specific conversation by providing the conversation ID and content. Supports text, image, and document types.
Instructions
Send a message to a specific conversation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier of the conversation | |
| content | Yes | The message content to send | |
| mediaUrl | No | URL of media to attach (for image/document message types) | |
| messageType | No | Type of message (e.g., 'text', 'image', 'document'). Defaults to 'text'. |