Skip to content

Instantly share code, notes, and snippets.

@armiiller
Last active March 20, 2020 15:28
Show Gist options
  • Save armiiller/786e045fc01e1225dca4646f3302e3ad to your computer and use it in GitHub Desktop.
Save armiiller/786e045fc01e1225dca4646f3302e3ad to your computer and use it in GitHub Desktop.
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