Zendesk Get Group (Name and ID)
fetches the group ID and name of a Zendesk ticket
What it does
- Takes 4 inputs and produces 3 outputs.
Inputs
| Name | Type | Description |
|---|---|---|
| Ticket ID | String | ID of the ticket to fetch |
| ZD Token | String (sensitive) | zendesk token |
| ZD User | String | zendesk user email with /token |
| Zendesk subdomain | String | Zendesk subdomain |
Outputs
| Name | Type | Description |
|---|---|---|
| Group ID | Number | zendesk group ID for this ticket |
| Success | Boolean | whether managed to get the brand id |
| Group Name | String | zendesk group name for this ticket |