I am using the correct test accound sid and auth token. The params entered are From, To, and Body like so:
Request Url: https://api.twilio.com/2010-04-01/Accounts/{mytestaccoundsid}/SMS/Messages Request Method: POST Status Code: 400 Params: { "From": "+15005550001", "To": "+15005550002", "Body": "Testing" }
For some reason it keeps saying "A 'From' phone number is required." This error is not one of the expected errors listed: https://www.twilio.com/docs/api/rest/test-credentials
+15005550006
to see if that works? – phalt