Create Broadcast
neuron_create_broadcastCreate a broadcast message for WhatsApp channels. Define recipients directly or resolve them from contact lists with optional filters.
Instructions
Create a new broadcast message. Provide recipients directly OR use recipientSources to resolve from contact lists. Channel is auto-resolved if not specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name/label for the broadcast | |
| message | Yes | The message content to broadcast | |
| mediaUrl | No | URL of media to attach (for image/document message types) | |
| channelId | No | ID of the WhatsApp channel (optional — auto-resolved if omitted) | |
| recipients | No | Direct list of recipients (alternative to recipientSources) | |
| messageType | No | Type of message (e.g., 'text', 'image', 'document') | |
| recipientSources | No | Resolve recipients from contact lists, with filtering and exclusion |