Use webhooks

Using webhooks for Skedulo events.

Webhooks are used to notify other applications of specific events or changes that occur in your Skedulo application in real-time.

Use the Skedulo Lens API to establish webhooks between the Skedulo application and your secure HTTPS API to implement specific event reactions.

For example, your application may need to be notified every time a new job is created, every time a job is updated with resource information, or every time a job status changes from Queued to Dispatched.

Skedulo also supports deferred webhooks and filtering, which means that you can configure your webhooks to fire if an object has a field equal to a specified value after a set period of time.

For example, you can configure a webhook to send a notification if the status of a job has not been changed to Pending Dispatch within 24 hours of the job creation time.


Create a webhook

Establishing and using webhooks.


Schedule or defer a webhook

Defer a webhook or schedule a webhook to trigger at a specified time.