botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
78 stars 87 forks source link

Need to created customized welcome message #1641

Closed Jagadeeswar310 closed 2 years ago

Jagadeeswar310 commented 2 years ago

Discussed in https://github.com/botpress/botpress/discussions/11808

Originally posted by **Jagadeeswar310** May 12, 2022 Dear Team, I need to give a welcome message with the user name. I should not ask for the user name. I will get the user name via external look up(example: REST API) Example 1 : Name of the user : Upendra (This I will get via external look up(example: REST API) I want to display welcome message like below. Hi Upendra Example 2 : Name of the user : Kiran (This I will get via external look up(example: REST API) I want to display welcome message like below. Hi Kiran Please help me with the above query. Thanks in advance.