Skip to content

Instantly share code, notes, and snippets.

@shikhirsingh
Last active November 19, 2017 23:05
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/f8ee2653ccdc230a5ead303ff16d7252 to your computer and use it in GitHub Desktop.
Save shikhirsingh/f8ee2653ccdc230a5ead303ff16d7252 to your computer and use it in GitHub Desktop.
cURL: Send an ARN SMS using TeleSign API
curl -X POST https://rest-api.telesign.com/v1/messaging \
-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