Zendesk · Example Payload

Zendesk Support Comment Example

ChatCRMHelp CenterSellSupportT1TalkTicketingTickets

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

Top-level fields

idtypebodyhtml_bodyplain_bodypublicauthor_idattachmentscreated_at

Example Payload

Raw ↑
{
  "id": "abc123",
  "type": "example_value",
  "body": "example_value",
  "html_body": "example_value",
  "plain_body": "example_value",
  "public": true,
  "author_id": "500123",
  "attachments": [],
  "created_at": "2026-01-15T10:30:00Z"
}