Skip to content

Instantly share code, notes, and snippets.

@acapps
Created August 22, 2014 15:53
Show Gist options
  • Save acapps/c914963bd6119a0abc58 to your computer and use it in GitHub Desktop.
Save acapps/c914963bd6119a0abc58 to your computer and use it in GitHub Desktop.
cURL example using Zipwhip's vendor/message/send.
$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