I was just actually looking through for some Twilio plugins because I was lazy to add it to my API connector, but only found SMS and Voice calling plugins. I don’t think there are any out there to create virtual phone numbers , but I could be wrong.
These screenshots are super helpful. I’ll experiment with these requests and let you know if I run into any troubles.
I do have one last question. Have you had any experience with sending a text received by a virtual number into Bubble?
I’m under the impression this event will be triggered on Twillio’s end, as I’d need to constantly make requests every minute if I was sending the request through Bubble.
Would appreciate if you have any insights on this!
You will setup a receive text endpoint in your backend workflows that catch twilio webhooks, I’ll screenshots shortly. Also you’ll need additional webhooks for things like “number is contacted” so you can forward from virtual number to real number when it’s called.
No need to do recurring calls, webhooks handle it.
You’ll set up a ReceiveText endpoint in your backend workflows that captures sms-man.com
webhooks. Also you will need additional webhooks for things like “number has been contacted”.