Zendesk Get Ticket Fields
Fetches a Zendesk ticket with all fields.
Get a Zendesk ticket with all fields included.
Action Inputs
Name | Type | Description |
---|---|---|
ZD Token | String | The Zendesk Token. You can retrieve this from the Zendesk Admin area by clicking the cog icon. |
Ticket ID | String | The ID of the ticket to retrieve fields for |
ZD user | String | The ZD user email with "/token" appended to the end. i.e. [email protected]/token |
Zendesk Subdomain | String | The Zendesk subdomain. i.e. if the Zendesk URL is company.zendesk.com then the subdomain will be company |
Action Outputs
Name | Type | Description |
---|---|---|
Ticket with Fields | Object | The ticket object with all fields included |
Success | Boolean | Whether the action ran successfully |
Error message | String | Error message or response message |
Updated 7 months ago