Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If everything went as planned, you should see:

...

Troubleshooting

From the bash BASH console, you can test your Twilio settings to ensure that:

  1. the settings that you are entering are correct, and

  2. Twilio is working as expected, and

  3. your Twilio account is working as expected.

First, collect this information and set these from your Twilio settings:

...

Code Block
curl "https://api.twilio.com/2010-04-01/Accounts/$sid/Messages.json" -X POST --data-urlencode "To=$test_number" --data-urlencode "From=$from_phone_number" --data-urlencode 'Body=Hello from GB' -u $sid:$token

This an example result:

...

  • the test_number should receive the SMS if everything is working and you have the correct settings.

  • You should test this first when it doesn’t work in CAS.