Skip to main content

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.
Read what is currently set:
Remove them:
Add a 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.
Read it with ?platform=instagram&fields=persistent_menu, remove it with "platform": "instagram", "fields": ["persistent_menu"], same as ice breakers.

Next steps