Facebook Greeting Text

The greeting property of your bot's Messenger profile allows you to specify the greeting message people will see on the welcome screen of your bot. The welcome screen is displayed for people interacting with your bot for the first time.

  1. Go to "Application Settings"

  2. Click "Facebook Messenger Setup"

  3. Add a "Greeting Text"

  4. Click the button "Save Changes"

  5. Go back to "Application Settings"

  6. Click "Artisan Commands"

  7. Click the button "Execute" for "Add a Facebook Greeting Text to your message start screen."

You can personalize the greeting text using the person's name. You can use the following template strings:

  • {{user_first_name}}

  • {{user_last_name}}

  • {{user_full_name}}

For example

Hello {{user_first_name}}!

Read More

Last updated