Created
August 22, 2014 15:53
-
-
Save acapps/c914963bd6119a0abc58 to your computer and use it in GitHub Desktop.
cURL example using Zipwhip's vendor/message/send.
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
$curl https://vendor.zipwhip.com/message/send | |
-d vendorKey=[your vendor key] | |
-d destinationAddress=[recipients phone number] | |
-d sourceAddress=[the sender's phone number] | |
-d body=[message body] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment