Skip to content

Instantly share code, notes, and snippets.

@mandric
Created November 28, 2011 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mandric/1401885 to your computer and use it in GitHub Desktop.
Save mandric/1401885 to your computer and use it in GitHub Desktop.
{
"payload": {
"task": "send",
"secret": "secret_key",
"messages": [
{
"to": "+000-000-0000",
"message": "the message goes here",
"callback": "POST http://server/url?id=123&param=true"
},
{
"to": "+000-000-0000",
"message": "the message goes here",
"callback": "POST http://server/url?id=2343&param=true"
},
{
"to": "+000-000-0000",
"message": "the message goes here",
"callback": "POST http://server/url?id=9987&param=true"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment