Hello everyone.
Has anyone gotten Twilio to work as an SMS provider for Dynamic ID?
The documentation is a bit sparse when it comes to any specific provider configurations for Dynamic ID.
The symptom is that after successfully entering my username and password the Mobile Access page displays "Dynamic Id authentication failed" and the SMS code is never sent.
I can get other providers working but not Twilio for some reason.
According to the API guide for Twilio the SMS provider and email settings for dynamic ID should be like this.
https://api.twilio.com/2010-04-01/Accounts/ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/SMS/Messages --data-urlencode 'Body=$RAWMESSAGE' --data-urlencode 'From=+19532532673' --data-urlencode 'To=$PHONE' -u '$USERNAME:$PASSWORD'
where $RAWMESSAGE, $PHONE, $USERNAME and $PASSWORD are pasted to the URL for the MAB.
Thoughts?