Close Ticket in Zendesk
n8n-nodes-base.httpRequest
Closes a ticket in Zendesk by setting its status to 'closed'. Optionally adds a closing comment.
Use Cases
Automatically close resolved tickets
Close tickets after inactivity period
Bulk close old tickets
Configuration
Node Configuration Summary
Ready-to-use Zendesk node configured for close ticket in zendesk.
Copy and paste directly into your n8n workflow.
Method:
PUT
Endpoint:
/api/v2/tickets/{{ $json.ticketId }}.json
Nodes:
2
Auth:
HTTP Header Auth (API Token)