schedules

Required scope: automation:workflows:read

post/schedules/preview

Request body

Example request

{
  "schedule": {
    "trigger": {
      "cron": "0 0 * * *"
    }
  }
}

Response

nextExecutionsstring[] required
validboolean required
errorstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.