Created
August 6, 2013 05:28
-
-
Save eyedol/6162246 to your computer and use it in GitHub Desktop.
Task response
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
{ | |
"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