Zendesk · Example Payload

Zendesk Support Ticket Create Example

ChatCRMHelp CenterSellSupportT1TalkTicketingTickets

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

Top-level fields

subjectcommentrequester_idrequestersubmitter_idassignee_idgroup_idorganization_idtypeprioritystatustagsexternal_idcustom_fieldsdue_atticket_form_idbrand_idcollaborator_idsemail_cc_idsproblem_id

Example Payload

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