Questions tagged [twiliosms]

9 questions
1
vote
0 answers

A2P 10DLC Questions & Support

This A2P 10DLC process is probably the biggest hassle I have ever had with Twilio. We don't "market" a brand or anything close to that. There is no marketing of a brand at all. We send jobs to our technicians in the field. We send less than 1k a…
0
votes
1 answer

Twilio Conversation API integration in .net web application

We have two different web applications, one application is developed in .Net core MVC technology and another application is developed in classic asp.net technology. We want to add live chat functionality between the above two applications users. How…
0
votes
1 answer

Twilio MessagingResponse not sending SMS inbound message

I'm currently following this tutorial from twilio on how to send inbound messages (starts in minute 2). I've set up a webhook to call a /sms route on my Flask app, and I'm using ngrok to make the application accessible on the Internet. When I send…
0
votes
0 answers

Getting Twilio SMS Error For Free Trial Account

My message sending works fine in development environment for free trial but in production environment it gives error TypeError: Cannot read properties of undefined (reading 'headers') I am using live credentials Any help?? I have added env variables…
VEDANT KARLE
  • 131
  • 4
0
votes
0 answers

create an azure function app that talks to Twilio to read the sms body

I am trying to create an Azure function to receive the body of an sms received by our Twilio number and show it on a MS Teams channel. However, I am facing a lot of issus and my code is not working. is there someone here who has done this before so…
0
votes
1 answer

Twilio: Too many "Error 30008" when sending messages

I have use Twilio for Programmable Messaging, sending sms, and from some point almost all of my requests had failed with 30008 error code - Unknown error. After trying multiple times to resend the message it seems to work, but after that a lot are…
0
votes
0 answers

Dialogflow ES agent with Twilio

I'm working on integrating a Dialogflow ES agent with a Twilio number. There is a step -- Replace the value of projectId in the server.js file with your Dialogflow agent’s Project ID. I've set up the project to generate the Project ID in GCP but…
0
votes
0 answers

How long do queued messages stay in Twilio?

The messages were for a short time but we kept testing features that required SMS. Now that we are going to unmute Twilio and start testing the SMS I am concerned that the queued messages will all be sent at once. Went to twilio console to check but…
0
votes
1 answer

Can we send a bulk sms from Twilio to 5000 to 10000 numbers and group the message recipients to single message thread instead of individual threads?

We are currently using Twilio Message Resource (https://www.twilio.com/docs/sms/api/message-resource ) ‘MessageResource.Create’ to send SMS. It works well for single recipient. We would like to support Bulk SMS, where a user can send SMS to 5000 to…
Ashish
  • 11
  • 3