Zendesk Get Custom User Field
Get a specified custom user field name from Zendesk.
Action Inputs
| Name | Type | Description |
|---|---|---|
| User ID | String | The ID of the user to fetch |
| 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 |
| Zendesk Subdomain | String | The Zendesk subdomain. i.e. if the Zendesk URL is company.zendesk.com then the subdomain will be company |
| Field Name | String | The name of the custom field to retrieve |
Action Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether or not the field was retrieved |
| Field Value | String | The value of the custom field |
Updated 7 months ago