Send WhatsApp Message
neuron_send_whatsappSend a WhatsApp message to a phone number or group. Auto-resolves which channel to use (org default > first connected). Supports text, image, audio, video, and document types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient: phone number (e.g., '2348012345678') or group JID (e.g., '120363XXX@g.us') | |
| text | Yes | Message text content | |
| sendAt | No | ISO 8601 date-time for scheduled delivery (e.g., '2025-12-31T10:00:00Z'). Message sends immediately if omitted. | |
| mediaUrl | No | URL of media to attach (required for non-text message types) | |
| channelId | No | Unique identifier (UUID) of a specific channel to override auto-resolution | |
| contactName | No | Display name for the recipient contact | |
| messageType | No | Message type: 'text' (default), 'image', 'audio', 'video', or 'document' |