49
Views
10
Comments
How To connect Twilio ?

here we need to set auth token in service center, wanna know exact place to place auth token


Screenshot (83).png
2024-03-22 09-17-23
Chandra Vikas Sharma

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 

UserImage.jpg
Akash Yadav

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" 

2024-03-22 09-17-23
Chandra Vikas Sharma

Hi,

can you send me screenshot of full request what you send actual with all parameter.

thanks

cv

UserImage.jpg
Akash Yadav

And Error I get

{    "code": 21604,   

 "message": "A 'To' phone number is required.",  

  "more_info": "https://www.twilio.com/docs/errors/21604",  

  "status": 400

}

Screenshot 2024-09-03 120202.png
2025-04-17 05-42-16
Ajit Kurane

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.


UserImage.jpg
Akash Yadav

okay I  will Check right now. 

2023-10-06 13-33-23
HUGO ZANETTI

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 

2024-03-22 09-17-23
Chandra Vikas Sharma

Hi Akash,

you can also refer below twilio forge component.

https://www.outsystems.com/forge/component-overview/610/twilio-connector-o11

thanks

cv

UserImage.jpg
Marga Thura

Hi, 



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.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.