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

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

  • February 1, 2022
  • 1 reply
  • 23 views

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

Best answer by Aparna

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

1 reply

Forum|alt.badge.img+5
  • Employee
  • Answer
  • February 3, 2022

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