Botmake.io

How to greet registered users by name?


Adding personalization can be a really nice way to increase engagement with users who chat with your bot.

It is now possible to use the name of a registered user in your greeting_message and answers.

Just use the {{guest_name}} variable for name and it will be dynamically replaced with the name of the current user. See the example below.

And the output will be something like this. My bot is greeting myself 😄

I am planning to add more variables like this in the future.