Get Ticket from Zendesk
n8n-nodes-base.httpRequest
Retrieves a specific ticket by ID from Zendesk Support including all ticket details, comments, and metadata.
Use Cases
Retrieve ticket details for processing
Check ticket status in workflows
Sync ticket data with other systems
Configuration
Node Configuration Summary
Ready-to-use Zendesk node configured for get ticket from zendesk.
Copy and paste directly into your n8n workflow.
Method:
GET
Endpoint:
/api/v2/tickets/{{ $json.ticketId }}.json
Nodes:
2
Auth:
HTTP Header Auth (API Token)