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

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

automation
integer
required

The automation ID

Body

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

Response

No content