Keep your support team in sync. New Zendesk tickets start a Slack thread so everyone can discuss and act fast. Perfect for teams that manage tickets in Zendesk but coordinate work in Slack.
A webhook fires when a ticket is created. The flow fetches the ticket, looks for a custom field that stores a Slack thread ID, and takes the right path. If the field has an ID, it posts the new comment to that existing Slack thread. If not, it creates a new message in a set Slack channel using the ticket subject and then writes the Slack thread timestamp back to the ticket field. This links the ticket and the Slack thread for all future updates.
You will need a Zendesk API token, a Slack OAuth connection, and a custom field in Zendesk to hold the Slack thread ID. Expect less copy and paste, fewer duplicate Slack posts, and all updates in one place. Many teams cut manual posting time by about 90 percent and make handoffs smoother. Set your Slack channel in the Configure node and update the custom field ID in the Code and Update nodes. Activate and test with a sample ticket to confirm the field updates and replies land in the same Slack thread.