Last active
January 4, 2019 06:31
-
-
Save joelallouz/7dbd8c6d12f57859d3383599007e14c8 to your computer and use it in GitHub Desktop.
Twilio send failure
This file contains 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
Twilio.init(ACCOUNT_SID, AUTH_TOKEN); | |
Message message = Message.create( | |
new PhoneNumber(""), // TO number | |
new PhoneNumber(""), // From Twilio number | |
"Testing Sending from message receiver" | |
).execute(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment