Zendesk
App IntegrationsZendesk Node
Overview
Supports the following operations: Create Ticket, Update Ticket, Add Comment, Search Tickets, Low, Normal, High, Urgent.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Configuration field for operation |
subdomain | string | — | Configuration field for subdomain |
ticketId | string | — | Configuration field for ticketId |
subject | string | — | Configuration field for subject |
description | string | — | Configuration field for description |
priority | string | — | Configuration field for priority |
comment | string | — | Configuration field for comment |
query | string | — | Configuration field for query |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{zendesk.id}}anyOutput field: id
{{zendesk.status}}anyOutput field: status
{{zendesk.subject}}anyOutput field: subject
Examples
Basic Usage
Example configuration:
{
"operation": "value",
"subdomain": "value",
"ticketId": "value",
"subject": "value",
"description": "value",
"priority": "value",
"comment": "value",
"query": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try Zendesk in Your Workflow
Create a free account and start building AI-powered workflows with the Zendesk node.
Open Workflow Editor