I am fairly new to Bubble and basically have my app almost to the point where I need to get my api integrations. I am working on a contact center and Twilio is the only live API I currently have. This app will be used in one of my current businesses with plans to make it a saas. For this reason I do not want to use the plugins, this way I do not rely on the developers of the plugin for updates. I am working a basic call and not sure if something is an issue with the bubble api connector, my bubble builder has seemed slightly glitchy. I placed my twillio number in a ‘from’ parameter and my personal cell in a ‘to’ parameter with on final parameter ‘AplicationSid’ pointing to my flow sid. when i initiate a call im getting
‘Raw response for the API
Status code 400
{“code”: 21201, “message”: “No ‘To’ number is specified”, “more_info”: “https://www.twilio.com/docs/errors/21201”, “status”: 400}’
Is the API correct and just not completing as I do not have flows built in bubble to handle this? Current goal is to get a solid working api connection then setup in bubble? Is this backwards?
Any help would be greatly appreciated.