Response Body Params
Parameter | Type | Description |
---|---|---|
get_started_button | object | Get started button is visible on the welcome screen when the user comes for the first time. See Get Started Button chapter for more details. |
get_started_button.payload | string | Any arbitrary data you will receive in Postback Received webhook when a user clicks the button. |
menu | array | List of the menu for different locales. Given the menu is displayed based on the user's locale preference. If you want to set the menu, get started button is required as well. When setting a menu, at least one |
menu.[ ].locale | string | Specifies locale of given menu. Value has to be in form of locale or |
menu.[ ].items | object | List of menu item objects. Maximum allowed size is 3. |
user_inputs | array | List of settings for user inputs for different locales. If you want to disable user inputs then the menu is required to be set. When setting user input, at least one |
user_inputs.[ ].locale | string | Specifies locale of given user input. Value has to be in form of locale or |
user_inputs.[ ].enabled | boolean | Set to |
domains_whitelist | array | Some Facebook Messenger features needs to have used domains whitelisted. See Domains Whitelist chapter for more details. |