Skip to content

Instantly share code, notes, and snippets.

@shikhirsingh
Last active November 20, 2017 01:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shikhirsingh/0f48dd449c12567ac444116539d83269 to your computer and use it in GitHub Desktop.
Save shikhirsingh/0f48dd449c12567ac444116539d83269 to your computer and use it in GitHub Desktop.
cURL: Send an OTP Voice Message using TeleSign API
curl -X POST https://rest-api.telesign.com/v1/voice \
-d phone_number=XXXXXXXX \
-d message="You have a dentist appointment at 2:15pm" \
-d message_type="ARN" \
-u "CUSTOMER_ID":"API_KEY"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment