Hi,
As per my requirement I had to make use of the plug-in called "Twilio" for sending SMS to the users to authenticate them. I also created an account in Console Twilio in order to get the tokens to establish the connection.
And I managed to get the URLs of first 4 fields like the Account SID, Authentication Token, API Key SID, API Key Secret.
But I am unable to get the path for the remaining 3 fields which are TwiML App SID, Workspace SID, Chat Service SID. Can anyone help me out how to configure the remaining and from where can I get the URLs of those particular fields.
Thanks in advance,
Gousi.
Discussion posts and replies are publicly visible
I would not recommend this plugin for simple SMS sending. You're better off just setting up a simple Integration with a basic http connected system directly to the Twilio Messages API.
Hi Jims,
Actual thing is I have to authorise the user by sending an OTP to their mobile number's and have to check whether the enter OTP is a valid one or not.
so please let me know how to achiieve this with this Twilio.
Thanks.