Questions tagged [twilio-api]

Twilio offers a variety of APIs for features such as Chat, Voice, SMS, and Fax. Whenever there are any difficulties or challenges encountered with these APIs, this specific tag will be utilized.

The created date value is missing in the returned object for the voice call

I am currently developing an express/nodejs application that triggers a DB event and then makes multiple calls to notify about a special occurrence. These calls are made using Twilio for NodeJS. However, after making the call, the returned object contains ...

Python script for extracting OTP from Twilio SMS

Currently, I am diving into a web automation project using the selenium python-pytest framework. The challenge I'm facing involves the generation of an OTP after entering my phone number, which then needs to be retrieved and inputted into a text box o ...

Setting up an Endpoint URL for a Twilio Whatsapp API connection with an Azure Node.js bot: A step-by-step guide

I have successfully developed a Node.js bot using the Bot Framework and uploaded it to Azure. By default, the messaging endpoint for my Azure bot msbotnew1 is as follows: https://msbotnew1.azurewebsites.net/api/messages I can interact with the bot throu ...

"Learn how to easily send media files stored on your local server via WhatsApp using Twilio with Node.js and Express

Whenever I attempt to send the PDF file created through WhatsApp, an error pops up preventing me from viewing it. easyinvoice.createInvoice(data, function(result) { //The response will contain a base64 encoded PDF file ...

Twilio's phone calls are programmed to end after just 2 minutes

For the past week, I've been dealing with a frustrating issue where calls are being automatically disconnected after 2 minutes of recording. Here is the TwiML code: <Response> <Say voice="woman" language="en">Hii Welcome to our App</Say> ...

Guide on creating a Google function using Twilio to automatically send an SMS when there is a change in the Realtime database

I am currently working on my first Google Cloud Function and I have limited knowledge about it. My goal is to create a Google Cloud Function integrated with Twilio. Whenever the water level changes in my Realtime Database, I want to send an SMS to a specif ...