twilio

How to connect a Twilio number to a Twilio flow

How to connect a Twilio number to a Twilio flow Question: I am working on a project to connect a phone number to a Twilio flow project. I’ve created a flow and I’ve added a number the flow does not work. I contacted support about this. This is not okay. I followed the specific instructions …

Total answers: 1

Twilio Flask app video call is not connecting over a public IP address

Twilio Flask app video call is not connecting over a public IP address Question: I created an application in Flask Python with a frontend in HTML and Twilio SDK JavaScript version 2.3.0. A video call is working on local host, but if I try the same app over HTTPS with a valid certificate, it is …

Total answers: 1

Python Twilio without using flask or django?

Python Twilio without using flask or django? Question: As far as I know, this question hasn’t really been asked. I want to use Twilio to send and receive messages from a Python app. Sending isn’t a problem, but I know receiving uses webhooks. Every tutorial and even the Twilio documentation uses Flask. I’m wondering if …

Total answers: 1

twilio Handle a SMS StatusCallback and get all values from request in flask / python

twilio Handle a SMS StatusCallback and get all values from request in flask / python Question: i need to retrive twilio SMS StatusCallback json, but i have problem to take all values in a single json from twilio. i follow this example https://www.twilio.com/docs/sms/tutorials/how-to-confirm-delivery-python?code-sample=code-handle-a-sms-statuscallback-1&code-language=Python&code-sdk-version=6.x i try to improve with request.get_json() but i recive None values. it’s …

Total answers: 1

Receiving and processing an SMS with Twilio in Python

Receiving and processing an SMS with Twilio in Python Question: I’m learning python and as a project I’m trying to create a program that will recieve an SMS message, process it, and then depending on what is in that message, send back information. I am using Twilio in python with Flask and ngrok to do …

Total answers: 2