We need to know about how to read cookies in cloud platform. We need to read the cookies inside BOT and send it in one API (The cookies we need to pass in API in case its mandatory to pass it as parameter). Appreciate a quick help on this.
before agent ending the chat with customer, agent should fill the tags for which purpose, customer has interacted with him. post chat close, we need to get the tags details basis cookies for which we are using below API curl. Asides, please find the screenshot of tags example. Appreciate if you would be able to help us in reading cookies.
You can use the feature of Custom Fields. Reference doc
You can make these fields mandatory when your agents fill in data.
On ticket close, using the ticket-closed event, you can fetch all the details from the event itself and pass this data into the API request you want to make inside the bot flow itself.