Skip to main content
POST
/
v3
/
automations
/
{automation}
/
trigger
Trigger Automation
curl --request POST \
  --url https://api.{tenant}.getomneo.com/api/v3/automations/{automation}/trigger \
  --header 'Content-Type: application/json' \
  --data '
{
  "now": "2023-12-25",
  "force": true
}
'
{
  "message": "<string>"
}

Path Parameters

automation
integer
required

The automation ID

Body

application/json
now
string<date> | null
force
boolean | null

Response

No content