Manually trigger webhook delivery
Manually dispatches a webhook delivery for a resource on demand, without waiting for the next job or monitor cycle.
Use this to re-deliver results after a failed delivery, replay a specific job’s results, or validate a webhook against live data. The webhook must already be assigned to the resource.
Authorizations
API key for authentication.
Path Parameters
Resource types that can be assigned to a webhook.
job, monitor, monitor_group Unique resource identifier.
Query Parameters
Identifier of the webhook to trigger. Must be assigned to the resource.
Specific job run to deliver. Optional for job resources; for
monitor and monitor_group resources, selects a past run to replay.
When omitted, the latest available results are delivered.
Response
Webhook delivery triggered.

