Short answer: Drop the "Zendesk → Search Tickets" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Search Query query | string | Required | Zendesk search query (e.g. 'type:ticket status:open priority:high') |
Sort By sort_by | options | Optional | Sort By. Options: Created At, Updated At, Relevance |
Per Page per_page | string | Optional | Per Page. e.g. "25" |
{"query": "e.g. type:ticket status:open assignee:johndoe","sort_by": "{{trigger.sort_by}}","per_page": "25"}
{"count": 5,"results": [{"id": 123,"status": "open","subject": "Billing issue","result_type": "ticket"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.