Get Started Button

Get Started Button is visible on the welcome screen when the user comes for the first time. If the user tapes the button, it will trigger Postback Received webhook and deliver the user's page-scoped id.

You can then present a personalised message to greet the user or provide a structured message with buttons to prompt him or her to take an action. The button is a good mean to increase conversions. Adding a "Get Started" button resolves the issue of users not knowing what to write to break the ice with your bot.

{
  "get_started_button": {
    "payload": "{{GET_STARTED_PAYLOAD}}"
  } 
}
ParameterTypeDescription
get_started_buttonobjectGet 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.payloadstringAny arbitrary data you will receive in Postback Received webhook when a user clicks the button.
909

Get started button on conversation start.