Webhook
Connect your custom webhooks to PagerTree using our Webhook integration. Connects with most devops and monitoring tools.
Last updated
Was this helpful?
Connect your custom webhooks to PagerTree using our Webhook integration. Connects with most devops and monitoring tools.
Last updated
Was this helpful?
PagerTree LLC
10 minutes
Webhooks are user defined HTTP callbacks. They are usually triggered by some event, and when that event occurs, the source site makes an HTTP request to the URI configured for the webhook.
If your tool is not listed on our integrations page, the webhook integration is a great choice to use as an integration point since most tools support sending webhooks for alerts and alarms.
Webhooks are versatile user-defined callbacks that many applications support.
When the payload event_type is create (event_type === "create"
), an alert is created in PagerTree automatically.
When the payload event_type is acknowledge (event_type === "acknowledge"
), an alert is acknowledged in PagerTree automatically.
When the payload event_type is resolved (event_type === "resolve"
), the alert is resolved in PagerTree automatically.
In this integration tutorial we will show you how to send a Webhook into PagerTree. The estimated time for this integration is 10 minutes. We assume that you already have a PagerTree account setup.
by clicking the Webhook logo.
.
The calling application must send a POST request with a Content-Type: application/json. The body of the request should have the following values.
event_type
string
create|acknowledge|resolve
Id
string
a unique id
Title
string
(non-empty)
Description
string
(non-empty)
Tags
string array
(optional)
Meta
map
(optional)
You have successfully completed the Webhook Integration.
Token
The token can be used to authenticate request. Must be passed in by requesting clients in the pagertree-token
HTTP header.
Capture Additional Data
Should PagerTree capture and display other data sent?
False