Create Broadcast Channel Poll
meta_create_broadcast_channel_pollCreate a poll in an Instagram broadcast channel by providing a question and up to four options. 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 |
|---|---|---|---|
| channel_id | Yes | Broadcast channel ID | |
| question | Yes | Poll question | |
| options | Yes | Poll options (2–4 items) |