From 0694d937979d1550e6ca584ecfb13896ad1d80c4 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 16 Feb 2023 19:00:38 -0500 Subject: [PATCH] Updated Notify_pagertree (markdown) --- Notify_pagertree.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Notify_pagertree.md b/Notify_pagertree.md index ef08c46..97cac0c 100644 --- a/Notify_pagertree.md +++ b/Notify_pagertree.md @@ -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") |