With this feature, welcome participants to the conversational bot with a personalized message based on their score in the mini-game. To do so, follow the steps in this article.
Do not hesitate to use the article on how to create and set up my bot which includes the different basic steps of creating your bot.
Settings from the bot
- Create your bot by following the recommendations in our help center articles.
- Add a
message with score
- Define the logic for each message:
- If the score is less than x points
- If the score is greater than x points
- If the score is equal to x points
- If the score is between x and y points
- Customize each message with text, an image/video, and a redirect button.
- If you want to do a score reminder for the player, you must insert this variable {score} in your message.
You can also go further in customizing the bot by creating conversation paths. Check out our dedicated article by clicking here for more details.