⚠️Trigger New Job on Alert

Create new job in illu when an issue occurs

Example code:

curl -X 'POST' https://api.illu.works/orgs/{org_id}/jobs \
  -H 'Authorization: Bearer API_KEY' \
  --json '{"name": "Alarm triggered job", "notes": "Some issue with the system"}, "site_id"={site_id}}'

Last updated