v1
latestOpenAPI 3.0.02026-07-26866217.8 KBAutomation
Execute automation action now
Dispatches a waiting message or review automation plan immediately (same behavior as executing an upcoming action in the app). For review plans, the reservation must have reached check-out date in the operator timezone. Requires a writable access token. Only send_message and review plan types are supported.
post/automation/actions/{plan_id}/execute
Path parameters
plan_idinteger required
Automation plan id from GET /automation/actions (data.actions[].id).
Response
Plan was queued for immediate execution.
Example response
{
"error_msg": "Done."
}