here we need to set auth token in service center, wanna know exact place to place auth token.
Hi,
Under logic tab IN Basic authentication you can put username and password for connect Twilio API.
and you can also manage it from service center integration TAB of that particular module.
let me know if more info required.
Thanks
Cv
when i wan test API that time I got this error
{
"code": 21604,
"message": "A 'To' phone number is required.",
"more_info": "https://www.twilio.com/docs/errors/21604",
"status": 400
}
even i gave To in request body
{ "To": "+911234567890",
"From": "+16318134766",
"Body": "Hello From Akash"
can you send me screenshot of full request what you send actual with all parameter.
thanks
cv
And Error I get
{ "code": 21604,
Hi Akash,I got the same error for the twilio, So that I choose another option for the sending SMS,You can use below forge component; it works for me. They have mentioned the steps how to use it and their demo is also available.
ClickSend SMS Integration - Overview (O11) | OutSystems
1) Create an account on Clicksend and then you will get the username (Business email Id) and password (Generated API key in click send account)2) Set the country setting in clicksend account.3) They have provided free trial of 100 INR to send sms.
Thanks.
okay I will Check right now.
Hi, Ajit Kurane! I´ve followed your suggestion and I´ve installed ClickSend SMS. It has worked fine and in a very simple way like I think this kind of feature SHOULD BE! I haven´t fixed the Twilio yet, but I´m still trying!
Thanks,
Hugo Zanetti
Good to know.
Hi Akash,
you can also refer below twilio forge component.
https://www.outsystems.com/forge/component-overview/610/twilio-connector-o11
Here is where to set exactly the auth token and publish it.
Don't forget to change it under Service Center > Factory > Module > Module TwilioConnector > Intergrations > Twilio as well.