Question

Is there a way to add a tag automatically whenever a conversations enters a team inbox?

  • 18 January 2023
  • 2 replies
  • 59 views

Badge

I would like to push conversations to a Google Sheet in case the conversation is assigned to a specific team inbox.

I can do it in case a tag is added to this conversation via a webhook, but I couldn't yet find a way to add this tag automatically.

 

I looked for it in Intercom inbox rules as well as on Zapier.

 

Thanks for helping out!


2 replies

Hey @user2149​! Oséas here from the Customer Support Specialist team 🕵️

 

You can actually do this via API, but the best solution here would be setting up a webhook directly for when a conversation is assigned to a team. Since you are already familiar with the Tags topic on our webhook documentation, you would just need to add the topic conversation.admin.assigned to receive notifications when a conversation gets assigned to a team. This is how the response would look like and the key you'll need to use👇Markup on 2023-01-20 at 12:18:33Just note that this notification is triggered for both assignment types; teammate and team. So make sure to use the key team_assignee_id to find the conversations assigned to the relevant team and admin_assignee_id to identify when the value is equal to null (conversations is only assigned to a a team and not teammate).

Badge

Super helpful, thanks!!

Reply