For the complete documentation index, see llms.txt. This page is also available as Markdown.

Automation2

post

Cancel an automation execution

Authorizations
X-API-KEYstringRequired
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
Path parameters
idstring · uuidRequired

A UUID string identifying this automation execution.

Body
idstring · uuidRequired
automation_idstring · uuidRequired
client_idstring · uuid · nullableRequired
record_idstring · uuid · nullableRequired
statusstring · min: 1Required
trigger_history_idstring · uuid · nullableRequired
debug_modestring · min: 1Required
Responses
200Success
application/json
idstring · uuidRequired
automation_idstring · uuidRequired
client_idstring · uuid · nullableRequired
record_idstring · uuid · nullableRequired
statusstringRequired
trigger_history_idstring · uuid · nullableRequired
debug_modestringRequired
post/api/automation2/automation-execution/{id}/cancel
200Success
post

Resume automation execution

Authorizations
X-API-KEYstringRequired
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
Path parameters
idstring · uuidRequired

A UUID string identifying this automation execution.

Body
idstring · uuidRequired
automation_idstring · uuidRequired
client_idstring · uuid · nullableRequired
record_idstring · uuid · nullableRequired
statusstring · min: 1Required
trigger_history_idstring · uuid · nullableRequired
debug_modestring · min: 1Required
Responses
200Success
application/json
idstring · uuidRequired
automation_idstring · uuidRequired
client_idstring · uuid · nullableRequired
record_idstring · uuid · nullableRequired
statusstringRequired
trigger_history_idstring · uuid · nullableRequired
debug_modestringRequired
post/api/automation2/automation-execution/{id}/play
200Success
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-API-KEYstringRequired
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
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
200Success
application/json
countintegerRequiredExample: 123
nextstring · uri · nullableOptionalExample: http://api.example.org/accounts/?page=4
previousstring · uri · nullableOptionalExample: http://api.example.org/accounts/?page=2
errorsstring[] · nullableOptionalExample: ["error message"]
get/api/automation2/automations
200Success
post

Start automation

Authorizations
X-API-KEYstringRequired
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
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
200Success
application/json
post/api/automation2/automations/{automation_identifier}/start
200Success

Last updated

Was this helpful?