Is it possible to execute a flow after an agent of a Web Messenger conversation has finished conversing with a customer?
The only solution I'm aware of at the moment is getting the agent to manually transfer the customer to a flow, but ideally I'd want the agent's process to remain as it currently is and the transfer to happen automatically.
Two use-cases for this that I'm investigating:
- At the end of a WM conversation the customer is asked whether they'd like the conversation's transcript emailed to them. This would ideally be a bot that asks for the customer's email address before calling our API to email the transcript that happens automatically at the end of all WM conversations.
- After a customer has talked to an agent offer an in-channel survey
Many thanks