Skip to content

Instantly share code, notes, and snippets.

@bunelr
Last active August 29, 2015 14:02
Show Gist options
  • Save bunelr/491d3eea9bcc8e90114e to your computer and use it in GitHub Desktop.
Save bunelr/491d3eea9bcc8e90114e to your computer and use it in GitHub Desktop.
Twilio Api Payload
{
"To":"+1347XXXXXX",
"From":"+1347XXXXXXX",
"Body":"Something happened in Datadog"
}
{
"To":"+1347XXXXXXX",
"From":"+1347XXXXXX",
"Body":"$EVENT_TITLE \n Related Graph: $SNAPSHOT"
}
@MisterRayCo
Copy link

"from" is a number given to you by Twilio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment