Skip to main content
Is there a way to automate a message once a conversation is tagged by the team member?

Hey @trish​ ! It is not possible to do from UI. A possible workaround would be subscribe to the Webhook topic conversation_part.tag.created to receive a notification when a conversation is tagged, parse the information sent in the notification and then use our REST API to send a message to the user. More details can be found in this doc


Reply