Skip to content

Instantly share code, notes, and snippets.

@bevenky
Created November 21, 2013 02:54
Show Gist options
  • Save bevenky/7575360 to your computer and use it in GitHub Desktop.
Save bevenky/7575360 to your computer and use it in GitHub Desktop.
curl -X POST -H "Content-Type: application/json" -d '{"src":"XXXXXXXXX","dst":"YYYYYYYYY","text":"こんにちはお元気ですか"}' -L -u <AUTHID>:<AUTHTOKEN> https://api.plivo.com/v1/Account/<AUTHID>/Message/
where:
XXXXXXXXX = source Plivo number (it must be a Phone Number in your Plivo account)
YYYYYYYYY = destination mobile number
<AUTHID> = Plivo AUTHID
<AUTHTOKEN> = Plivo AUTHTOKEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment