Create Broadcast Channel Poll
meta_create_broadcast_channel_pollPost a poll to an Instagram broadcast channel by providing channel ID, question, and 2–4 options to collect audience feedback. Returns the poll ID.
Instructions
Creates a poll in an Instagram broadcast channel.
Args:
channel_id (string): Broadcast channel ID
question (string): Poll question
options (string[]): Poll options (2–4 items)
Returns: Poll/message ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | Yes | Poll options (2–4 items) | |
| question | Yes | Poll question | |
| channel_id | Yes | Broadcast channel ID |