Twilio Whatsapp - API Conector

I’d like to conect to Twilio, my experience lacks on how to do that…

This is cURL

curl ‘https://api.twilio.com/2010-04-01/Accounts/ACf71c51732a4781d3030c67192fc2f804/Messages.json’ -X POST
–data-urlencode ‘To=whatsapp:+5511988595255’
–data-urlencode ‘From=whatsapp:+14155238855’
–data-urlencode ‘Body=Your Yummy Cupcakes Company order of 1 dozen frosted cupcakes has shipped and should be delivered on July 10, 2019. Details: http://www.yummycupcakes.com/
-u ACf71c51732a4781d3030c6719:[AuthToken]

It imports but all fields are empty…

How do I fill JSON?
Autentication Parameters?
Any help?

There is a thread on how to do this here Twilio and API Connector - #51 by greg22

Looks like Twilio API is particularly tricky, but if you read through that thread it looks like people figured out how to get it to work.

No good here… No solution all over forum

I’ve advanced, still got an autentication error…
There was an issue setting up your call.

undefined error: this header name is not correct ACf71c51732a4781d3030c67192fc2f805

Maybe someone can easily help me now

In Postman Basic Autentication is working…
How to translate that to Bubble API Conector?

This topic was automatically closed after 70 days. New replies are no longer allowed.