Scheduled Tasks

Here you can set repeating daily cron jobs at regular intervals.

Tasks can include:

  • POST to a URL (eg a webhook endpoint)
  • Run a ProcScript script

Tasks run daily at the time specified. Special times include:

  • Hour * = run EVERY hour
  • Minute */15 = run every 15 minutes
  • Minute */5 = run every 5 minutes

Note that Paused jobs will not run.

To run PWA webhooks, use the entire URL as the payload, eg: https://workflow-automation.podio.com/catch/123456789

For ProcScript scripts, use the name of the script you saved it under.