We have a .NET Rest API that is a web-hook for Twilio. It returns a TwilioResponse object. Suddenly, Twilio is reporting a Parse Error 12100 on the hook. We lo
I am using twilio conversations for chat. I did not find any information on this in the documentation. My questions are: Can I get information about whether the
I'm trying to send a vCard to my iOS using curl, but the vCard is not properly rendered in my iPhone. EXCLAMATION_MARK='!' curl -X POST https://api.twilio.com/
When I send an SMS to my Twilio number which includes an image, there doesn't appear to be a filename associated with the image. I'm using Twilio Studio. Exampl
This question is resolved by Adding await before client.messages.create I am trying to send a WhatsApp message using Twilio. the following is the Code const acc
I am getting stack level too deep (SystemStackError) error when trying to make Read: List messages matching filter criteria API call for Twilio in Selenium/Cucu
We are using SendGrid latest available Java API to send emails. We are attaching a PDF enclosed in a zip file. While sending mail we are getting a 404 response
Under the English_gather flow, when I click 2 or 3 on the caller pad, it keeps going to the first option. Not sure why?
I have Twilio integrated with GoHighlevel. I am trying to get inbound SMS responses to appear in the GHL contact. Outbound messages are functioning and logging
I have an intercom system I am trying to setup SIP within, to call a remote office instead of a local handset in the building. I've setup a SIP domain in Twilio
I'm using Twilio Programmable Voice to process phone calls. I want to use bi-directional stream feature to send some raw audio data to play by twilio, the initi
I'm having some issues sending SMS messages via a Twilio messaging service. I have parent account and sub-account configuration. cURL statement is as follows: c
I want to change the voice of user while they are on call. Current implementation has Twilio SDK. Is there any other SDK which provides the functionality to cha
Communication in Twilio IP Messaging is based on channels. I mastered authentication, I implemented communication via public channels, and now I want to impleme
I am trying to use whatsapp business api for my application with twilio. I already have read the documentation of whatsapp business api. My question is, can we
Is it possible to implement a two-factor authentication without use ASP.NET Core Identity? I have my own login table and everything works fine with login + pass
Using Twilio Verify API to authenticate the user via SMS. I do not want the user to keep doing the OTP process every time he opens the app - I want to keep him
How can I put a caller on hold using a javascript. And retrive back to caller from the hold. I tried using below stackoverflow link , but it put me on hold not
I am using Twilio with my parse app. I am sending message fron NodeJS. I was doing before with Test credentials and it was working fine now when I have moved to
After changing the data type of a MySql column in order to store Twilio call ids (34 char strings), I try to manually change the data in that column with: upda