/automation/runOnce

Prev Next
Get
/automation/runOnce

Performs one execution of the specified time-based automation. Execution takes place immediately.
Run once does not change the status or schedule of the automation.
You can only use this method to run an existing time-based automation.

Query parameters
automationId
integer (int64) Required

ID of the automation

Responses
200

Example response: {
"processId": null,
"processingType": "SYNC"
}

object
processId
integer (int64)
processingType
string
Valid values[ "ASYNC", "SYNC" ]
400