Update Broadcast
neuron_update_broadcastUpdate an existing broadcast's name, message content, or media before sending. The broadcast must still be in draft status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier (UUID) of the broadcast to update | |
| name | No | New display name or label for the broadcast | |
| message | No | New message content to broadcast | |
| mediaUrl | No | New media URL to attach | |
| messageType | No | New message type (e.g., 'text', 'image', 'document') |