Zendesk · Arazzo Workflow
Zendesk Find Macro and Apply to Ticket
Version 1.0.0
Search macros by text, preview the match against a ticket, then commit the changes.
Provider
Workflows
find-macro-and-apply
Locate a macro by search and apply its changes to a ticket.
Searches macros by text, previews the first match against a ticket, and persists the resulting status and comment.
1
searchMacro
SearchMacro
Search macros for the supplied query text.
2
previewMacro
{$sourceDescriptions.macrosApi.url}#/paths/~1api~1v2~1tickets~1{ticket_id}~1macros~1{macro_id}~1apply/get
Preview the changes the matched macro would make to the ticket without persisting them. ShowTicketAfterChanges is non-unique across the sourced specs, so it is referenced by operationPath against the macros description.
3
commitChanges
UpdateTicket
Persist the macro's proposed status and comment to the ticket.
Source API Descriptions
openapi