Ice breakers
Up to 4 tap-to-ask questions shown when someone opens a new chat with your account.When a person taps one, your webhook receives a
postback event (under the messaging_postbacks subscription) with the payload you set.
call_to_actions array per locale to translate the questions. The default locale is required.Ice breakers show on mobile only.
Persistent menu
A menu that stays available in the chat. Items either send your webhook a postback or open a URL.?platform=instagram&fields=persistent_menu, remove it with "platform": "instagram", "fields": ["persistent_menu"], same as ice breakers.
Next steps
- Receive webhooks: Handle the
postbackevents these send. - Quick replies: Offer tap-to-answer choices inside a conversation.