Automation2

get

Returns a filtered list of automations. When 'include_subfolders' is set to true, it returns a paginated list of automations in a specified folder and its subfolders.

Authorizations
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
X-API-KEYstringRequired
Query parameters
activebooleanOptional
custom_object_idstring · uuidOptional
custom_object_namestringOptional
folder_idstring · uuidOptional

Filters automations by folder_id. Will be set to root when include_subfolder is toggled on.

include_empty_foldersbooleanOptional

Displays folders without matching automations, by default they are hidden

Default: false
include_subfoldersbooleanOptional

Returns folder structure instead of a list. If folder_id query parameter is not set, root folder will be used by default.

Default: false
orderingstring · enumOptional

Which field to use when ordering the results. Prepend with '-' for descending order.

Possible values:
pageintegerOptional

A page number within the paginated result set.

page_sizeintegerOptional

Number of results to return per page.

searchstringOptional

A search term.

Responses
chevron-right
200Success
application/json
get
/api/automation2/automations
200Success
post

Start automation

Authorizations
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
X-API-KEYstringRequired
Path parameters
automation_identifierstringRequired
Query parameters
orderingstring · enumOptional

Which field to use when ordering the results. Prepend with '-' for descending order.

Possible values:
Body
client_idstring · uuidOptional
record_idstring · uuidOptional
Responses
chevron-right
200Success
application/json
post
/api/automation2/automations/{automation_identifier}/start
200Success

Last updated

Was this helpful?