Zendesk Retrieve User and Assign
Zendesk Retrieve User and Assign to a given Ticket ID.
Zendesk docs for Show Self endpoint here.
Action Inputs
Name | Type | Description |
---|---|---|
Ticket ID | String | The ID of the ticket to Retrieve/Assign User for. |
ZD Token | String | The Zendesk Token. You can retrieve this from the Zendesk Admin area by clicking the cog icon. |
ZD User | String | The ZD user email with "/token" appended to the end. i.e. [email protected]/token. |
ZD 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 |
---|---|---|
Success | Boolean | Whether the action ran successfully. |
Message | String | Response message. |
Updated 7 months ago