Skip to content

Instantly share code, notes, and snippets.

@eyedol
Created August 6, 2013 05:28
Show Gist options
  • Save eyedol/6162246 to your computer and use it in GitHub Desktop.
Save eyedol/6162246 to your computer and use it in GitHub Desktop.
Task response
{
"payload": {
"task": "send",
"secret": "secret_key",
"messages": [
{
"to": "+000-000-0000",
"message": "the message goes here"
},
{
"to": "+000-000-0000",
"message": "the message goes here"
},
{
"to": "+000-000-0000",
"message": "the message goes here"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment