πͺWebhooks
Webhooks allow you to actively respond to events, from within your own environment.
How webhooks are used
Request to your webhook
Request body example for a cron job
{
"private_key": "abc847ce-2f24-4c92-99ee-203ccc47d619",
"event": {
"id": 1,
"type": "cron",
"status": "alert",
"title": "Test trigger",
"description": "DEPRECATED",
"added": "2022-05-30 14:31:22",
"timezone": "UTC"
},
"object": {
"id": 1,
"added": "2022-05-30 14:31",
"project": null,
"name": "Test",
"schedule": "* * * * *",
"previousRun": "2022-05-30 14:42:55",
"nextRun": null,
"lastCheck": "2022-05-30 14:42:55",
"lastPulse": "2022-05-30 14:42:55",
"timezone": "UTC",
"status": "alert",
"archive": false
}
}Request body example for an SSL certificate
Expected response
Successful response
Error response
Last updated