[Triggers] Automatically send message after user c...
# 🤝help
h
How to send a message in chat on behalf of the user, for example when user clicks a button to send directly message "I want to know more about your products"
f
Can you give us more context? like what is the user case? why do you want it to be like this?
h
Firstly, I want chat bot to send proactively Hello message and if user wants to interact with the bot. On the another hand I have on the page list of products and button to every product ‘More info’, when user clicks on the button I will take the name of the product and automatically send a message to the chat ‘I want to know are the benefits of {product name}
f
Firstly, I want chat bot to send proactively Hello message and if user wants to interact with the bot.
This is Covered using the normal
Conversation Started
Trigger.

https://cdn.discordapp.com/attachments/1137011704312639520/1138154655076077618/image.png

On the another hand I have on the page list of products and button to every product ‘More info’, when user clicks on the button I will take the name of the product and automatically send a message to the chat ‘I want to know are the benefits of {product name}
This can be covered using
Custom Trigger

https://cdn.discordapp.com/attachments/1137011704312639520/1138154988837814373/image.png

h
Thank you 🙏
44 Views