Macros
Retrieve list of macros.
/workspaces/{workspaceId}/macros
Limits the number of results to return
Pagination token that keeps of track of the current position in the list
Order in which to retrieve the results
The field by which to sort macros.
createdAt
, updatedAt
, name
, language
A full-text search parameter that searches for macros by name, response body, and/or tag name.
Filter macros by language. Multiple languages are combined with a logical OR.
Filter macros by tag IDs. Multiple tag IDs are combined with a logical AND.
Add a new macro to a workspace.
/workspaces/{workspaceId}/macros
The user-defined display name of the macro.
The optional user-defined language of the macro.
A list of macro actions to be executed. The order of actions may be changed by the service.
The list of tag IDs to associate with the macro.
Modify fields of a specific macro.
/workspaces/{workspaceId}/macros/{macroId}
Macro UUID
The user-defined display name of the macro.
The optional user-defined language of the macro.
A list of macro actions to be executed. The order of actions may be changed by the service.
The list of tag IDs to associate with the macro. An empty list will remove all tags.
Retrieves the macro with variable substitutions applied to the response body.
/workspaces/{workspaceId}/macros/{macroId}/preview
Macro UUID
The ID of the feed item to source variables from. May be omitted where no feed item exists.
The ID of the contact to source variables from. If not provided, the macro will attempt to find a contact from the feed item.
A list of macro actions to be executed. The order of actions may be changed by the service.
Last updated
Was this helpful?