Docs/App Integrations/Zendesk

Zendesk

App Integrations

Zendesk Node

Overview

Supports the following operations: Create Ticket, Update Ticket, Add Comment, Search Tickets, Low, Normal, High, Urgent.

Configuration

PropertyTypeDefaultDescription
operationstring—Configuration field for operation
subdomainstring—Configuration field for subdomain
ticketIdstring—Configuration field for ticketId
subjectstring—Configuration field for subject
descriptionstring—Configuration field for description
prioritystring—Configuration field for priority
commentstring—Configuration field for comment
querystring—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