Zendesk · Example Payload

Zendesk Support Ticket Update Example

ChatCRMHelp CenterSellSupportT1TalkTicketingTickets

Zendesk Support Ticket Update Example is an example object payload from Zendesk, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

subjectcommentassignee_idgroup_idorganization_idtypeprioritystatustagscustom_fieldsdue_atproblem_idcollaborator_idsemail_cc_idsexternal_id

Example Payload

Raw ↑
{
  "subject": "example_value",
  "comment": "example_value",
  "assignee_id": "500123",
  "group_id": "500123",
  "organization_id": "500123",
  "type": "example_value",
  "priority": "example_value",
  "status": "example_value",
  "tags": [],
  "custom_fields": [],
  "due_at": "2026-01-15T10:30:00Z",
  "problem_id": "500123",
  "collaborator_ids": [],
  "email_cc_ids": "user@example.com",
  "external_id": "500123"
}