Frends.HubSpot.UpdateTicket / 1.1.0
Summary
Updates the properties you supply on an existing ticket and leaves the others alone.
Typical use — reflecting status changes from the system actually doing the work
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| TicketId | String |
– | 123456789 |
The ID of the ticket to update. |
| TicketData | String |
– | { "subject": "Updated subject", "hs_ticket_priority": "HIGH" } |
Ticket properties to update as a JSON object. |