Integrations / Support
Zendesk
Look up and search tickets, read their comments, reply to, update or create tickets, and trigger workflows from Zendesk events.
Tools
zendesk.get_ticket
Get a ticket by its numeric ID, e.g. 35436.
zendesk.search_tickets
Search tickets with Zendesk's search syntax, e.g. type:ticket status:open requester:ada@example.com.
zendesk.list_ticket_comments
List the comments on a ticket by its numeric ID, oldest first unless sort_order is desc.
zendesk.get_user
Get a user (end user, agent or admin) by numeric ID, e.g. 35436.
zendesk.add_ticket_comment writes
Add a public reply or an internal note to a ticket by its numeric ID.
zendesk.update_ticket writes
Change a ticket's status, priority, assignee or group by its numeric ID.
zendesk.create_ticket writes
Create a ticket with a subject and a first comment.
zendesk.api_get
Send a GET request to any Zendesk API path under https://{subdomain}.zendesk.com/api/v2 and return the response. For endpoints the named tools don't cover.
zendesk.api_request writes
Send a POST, PUT, PATCH or DELETE request to any Zendesk API path under https://{subdomain}.zendesk.com/api/v2.
Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Zendesk API path.
Connect
- In Zendesk Admin Center, open Apps and integrations → APIs → API tokens, turn on token access if it is off, and add an API token.
- Enter your Zendesk subdomain, the email address of the agent the token acts as, and the token on the connection.
- To trigger workflows, create a webhook under Apps and integrations → Webhooks that subscribes to Zendesk events, with the request URL shown on the connection page, and paste its signing secret on the connection.
Credentials
Triggers
In Admin Center → Apps and integrations → Webhooks, create a webhook that subscribes to Zendesk events (not one connected to a trigger) with this URL, then use Reveal secret and paste it on this connection.
Events
triggerkind: zendesk connection: zendesk events: [zen:event-type:ticket.created] groups: [...] brands: [...]
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.