curl --request POST \
--url https://api.ara.so/automations/migrate-legacy-crons \
--header 'Authorization: Bearer <token>'One-shot migration: import current session cron/jobs.json into automation_jobs.
This keeps execution in sandbox, but moves scheduling source of truth to DB.
curl --request POST \
--url https://api.ara.so/automations/migrate-legacy-crons \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Was this page helpful?