Skip to content

Instantly share code, notes, and snippets.

@joelallouz
Last active January 4, 2019 06:31
Show Gist options
  • Save joelallouz/7dbd8c6d12f57859d3383599007e14c8 to your computer and use it in GitHub Desktop.
Save joelallouz/7dbd8c6d12f57859d3383599007e14c8 to your computer and use it in GitHub Desktop.
Twilio send failure
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