Send Broadcast Channel Message
meta_send_broadcast_channel_messageSend a message to an Instagram broadcast channel, optionally including a clickable link. Returns the message ID of the sent message.
Instructions
Sends a message to an Instagram broadcast channel.
Args:
channel_id (string): Broadcast channel ID
message (string): Message text to send
link_url (string, optional): Clickable link to include with the message
Returns: Message ID of the sent message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Broadcast channel ID | |
| message | Yes | Message text | |
| link_url | No | Optional clickable link URL |