Last active
March 20, 2020 15:28
-
-
Save armiiller/786e045fc01e1225dca4646f3302e3ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST /integration/int_ODCWagoG9 HTTP/1.1 | |
Host: api.pagertree.com | |
Content-Type: application/json | |
{ | |
"event_type": "create", | |
"Id": "example-id-123", | |
"Title": "Example Incident Title", | |
"Description": "Example Incident Description", | |
"Tags": [ | |
"a", | |
"b", | |
"c" | |
], | |
"Meta": { | |
"incident": true, | |
"incident_severity": "SEV-1", | |
"incident_message": "Please join conference bridge 1-800-123-4567" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment