Question
How can I know which tickets originated through my chatbot app?
Answer
Add a tag to your chats to then identify which chat tickets came from your chatbot. The Chat Conversations API has an addTags
mutation shown in this documentation. Tags are added after the chat ends.
For more information about the conversations API, see the article: Chat Conversations API.