Send Broadcast Channel Message
meta_send_broadcast_channel_messageSend a message to an Instagram broadcast channel using its channel ID, with an optional clickable link. Provide text and the channel to deliver the update directly to followers.
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 |
|---|---|---|---|
| message | Yes | Message text | |
| link_url | No | Optional clickable link URL | |
| channel_id | Yes | Broadcast channel ID |