Automations
Unpause Automation
Resume a paused automation (re-registers the cron job)
PUT
Unpause Automation
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Resume a paused automation (re-registers the cron job)
curl --request PUT \
--url https://api.oviond.com/v1/automations/:id/unpause \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request PUT \
--url https://api.oviond.com/v1/automations/:id/unpause \
--header 'Authorization: Bearer <token>'{
"success": true
}