A webhook cron job is a scheduled task that triggers a webhook (an HTTP POST request) to a specified URL at times you define using a cron schedule. This is useful for automating tasks like sending reports, syncing data, or triggering workflows in external systems.
To ensure your webhook only accepts requests from Schedo, you should verify the signature included in the x-schedo-signature header. See Authentication & Signature Verification for details and implementation examples.
HTTP Method: All webhook cron jobs use the POST method.
Retries: There is currently no retry policy—failed webhook deliveries will not be retried.