zendesk-ticket-comments
Retrieve Zendesk ticket comments.
zendesk-ticket-comments profile=PROFILE ticket-id=TICKET-ID
- profile=PROFILE
- Required. Profile name of Zendesk
- ticket-id=TICKET-ID
- Required. Ticket ID to retrieve comments for
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | Profile name of Zendesk |
| ticket_id | Long | Ticket ID | Ticket ID |
| id | Long | ID | Comment ID |
| type | String | Type | Comment type |
| author_id | Long | Author ID | Author ID |
| body | String | Body | Comment body |
| html_body | String | HTML body | HTML formatted body |
| plain_body | String | Plain body | Plain text body |
| public | Bool | Public | Whether the comment is public |
| created | Date | Created | Created time |