Bot API Send
neuron_bot_api_sendSend outbound text or media messages to any phone number via the bot API. Use an API key for authentication.
Instructions
Send an outbound message through the bot API to a specified phone number. Supports text and media messages. Requires a valid API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | The recipient's phone number (E.164 format recommended) | |
| apiKey | Yes | The bot API key starting with 'nrn_' prefix for authentication | |
| message | Yes | The message text to send | |
| mediaUrl | No | Optional URL to media file if sending media message | |
| channelId | No | Optional channel ID to send from a specific WhatsApp number. Uses the bot's primary number if omitted. | |
| messageType | No | Optional message type (e.g., 'text', 'image', 'video', 'audio', 'document') |