We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I am trying to send a message:
ExTwilio.Message.create([to: "<my_number>", from: "<twiio_number>", body: "Hello World!"])
However I receive the following response:
{:error, "The requested resource /2010-04-01/Messages.json was not found", 404}
The text was updated successfully, but these errors were encountered:
Have you set the configuration variables as shown in the Readme?
https://github.com/danielberkompas/ex_twilio#configuration
Sorry, something went wrong.
Oh I forgot to source .env sorry for disturbance
source .env
It's okay, I probably should add an error message that warns you about that.
No branches or pull requests
Hi I am trying to send a message:
However I receive the following response:
The text was updated successfully, but these errors were encountered: