This workflow automates the process of handling customer support tickets from creation to post-resolution communication. It ensures smooth collaboration between the support team and seamless communication with customers regarding their ticket status.
Create Ticket
(Zendesk Support)
A new ticket is created in the Zendesk Support system with the following details:
Send Ticket Details to Support Team
(Slack)
The support team is notified on the Slack channel channeltest with relevant ticket information. The message is sent by the bot named viaSocket.
Send Acknowledgement Email & Estimate Time to Customer
(Gmail)
An acknowledgment email is sent to the customer (vaishali99@gmail.com) informing them their ticket is received, along with an estimated resolution time.
Find the Status of Ticket
(Zendesk Support)
The workflow checks for the latest status/comment on the created ticket in Zendesk Support.
Pathways Based on Ticket Status
The following conditional actions are grouped under different paths, each responding to the ticket's status:
If the ticket is resolved (context.res.Find_the_Status_of_Ticket === 'resolved')
vaishali@gmail.com) with the subject "helli" and message body "hello" to inform them that their issue has been resolved.If the ticket is in progress (context.res.Find_the_Status_of_Ticket === 'inprogress')
all-slack to prompt the team for further action on the pending ticket.Apps Used:


