Twilio and API Connector

So…

Go here …

enter … authid:authtoken (so a : between them)…and encode …

In Bubble …

APi = https://api.plivo.com/v1/Account/MAZDJHMDUWYJCYYZNIND/Message/ (or whatever you api id is)

Header …

Authorization and the long string you got above…
Content-Type application/json

{

“src”: “+447973253456”,
“dst”: “+447973256543”,
“text”: “Friday yay”
}

You can then insert dynamic data into the body in an action …

2 Likes