Updated Notify_pagertree (markdown)

master
Chris Caron 2023-02-16 19:00:38 -05:00
parent 5bba8f4531
commit 0694d93797
1 changed files with 5 additions and 5 deletions

@ -14,16 +14,16 @@ You need to have an account with [PagerTree](https://pagertree.com) and create a
### Syntax
Valid syntax is as follows:
* `pagertree://{integration_id}`
* `pagertree://{integration_id}?action=resolve&thirdparty_id=abc123`
* `pagertree://{integration_id}?+pagertree-token=123&:env=prod&-incident=true&-incident_severity=SEV-1&-incident-message=Please join the bridge&tags=prod,server,outage`
* `pagertree://{integration}`
* `pagertree://{integration}?action=resolve&thirdparty_id=abc123`
* `pagertree://{integration}?+pagertree-token=123&:env=prod&-incident=true&-incident_severity=SEV-1&-incident-message=Please join the bridge&tags=prod,server,outage`
### Parameter Breakdown
| Variable | Required | Description
| ----------- | -------- | -----------
| integration_id | Yes | This is the Prefix ID of your webhook integration. Found at the top of the integration page.
| integration | Yes | This is the Prefix ID of your webhook integration. Found at the top of the integration page.
| action | No | The action for the webhook. Possible values are `create`, `acknowledge`, and `resolve`. When using acknowledge or resolve, please use the `thirdparty_id` parameter to indicate to PagerTree which alert should be actioned.
| thirdparty_id | No | An Id PagerTree uses to map thirdparty applications to alerts. You can specify your own, or if not, a random UUID will be generated for you. |
| thirdparty | No | An Id PagerTree uses to map thirdparty applications to alerts. You can specify your own, or if not, a random UUID will be generated for you. |
| urgency | No | Urgency of the alert to be generated. Possible values `silent`, `low`, `medium`, `high`, or `critical`. If not provided, PagerTree will use the integration's default. |
| tags | No | Comma seperated list of tags. (ex: "prod,server,outage") |