Zendesk · Arazzo Workflow
Zendesk Apply Macro to Ticket
Version 1.0.0
Preview the changes a macro would make to a ticket, then commit them.
Provider
Workflows
apply-macro-to-ticket
Preview a macro against a ticket and persist its resulting changes.
Requests the macro preview for a ticket and then commits the resulting status and comment back to the ticket.
1
previewMacro
{$sourceDescriptions.macrosApi.url}#/paths/~1api~1v2~1tickets~1{ticket_id}~1macros~1{macro_id}~1apply/get
Request the ticket as it would appear after applying the macro. This does not change the ticket; it returns the proposed changes. The operationId ShowTicketAfterChanges is non-unique across the sourced specs, so it is referenced by operationPath against the macros description.
2
commitChanges
UpdateTicket
Persist the macro's proposed status and comment to the ticket.
Source API Descriptions
openapi