The action updates a Freshdesk ticket by removing the assigned agent. It calls the following Freshdesk endpoint:
https://developers.freshdesk.com/api/#update_ticket
| Name | Type | Description |
|---|
| Key | String | The Freshdesk API Key. Read here how to find it. |
| Ticket ID | String | The ID of the ticket to unassign the agent from. |
| Domain | String | The Freshdesk subdomain. i.e. if the Freshdesk URL is company.freshdesk.com then the domain is company |
| Name | Type | Description |
|---|
| Success | Boolean | Whether the agent was successfully unassigned from the ticket. |