Questions tagged [twilio-api]

Twilio provides a bunch of APIs for services like Chat, Voice, SMS, Fax. Any issues or problem faced related to those APIs, this tag will be used.

The Twilio REST API allows you to develop Chat applications, Applications with SMS, Fax and Voice capabilities. There are separate micro-services (REST API group) and SDKs hosted on twilio site and any issues related to the API and SDK can be tagged using this Tag.

2398 questions
0
votes
1 answer

Twilio Advanced Opt-in not sending

I'm building a text service with Twilio and configured and enabled the Advanced Opt-out / Opt-in settings in my messaging service. When testing the opt-in with my custom keyword I get this back instead my custom message Thanks for the message.…
dcotter
  • 312
  • 6
  • 22
0
votes
1 answer

Twilio Programmable Voice - How to prevent prompt from playing if the call is picked up by an answering machine

We started using Twilio Programmable Voice for appointment reminders, and we are using AMD with the MachineDetection parameter set to "DetectMessageEnd" so we can leave voicemail messages on the recipients answering machine. We are also using a…
0
votes
1 answer

Is it possible to catch Twilio webhook error to log them in NodeJS

I'm working on a project with Twilio and NodeJS. I set up a twilio.webhook() and as a requirement, I need to catch when there is an error and log that. For example, if the webhook fails with 403 Forbidden I should be able to catch it and log an…
Jakub
  • 2,367
  • 6
  • 31
  • 82
0
votes
1 answer

Twilio api sending 500 status Converting circular structure to JSON

I am trying to send message through twiliousing const accountSid = process.env.accountSid; const authToken = process.env.authToken; const client = require('twilio')(accountSid, authToken); client.messages.create({ to:'+61XXXXXXXXX', …
vivek modi
  • 13
  • 2
0
votes
2 answers

Custom field in SMS message

Is it possible to include a custom field in the Twilio SMS message that will be persisted in Twilio and be included in the call back? We have a requirement that prior to sending an SMS to Twilio, we check that the message hasn't already been sent. …
Richard Butterwood
  • 735
  • 1
  • 12
  • 29
0
votes
1 answer

How to download media in Twilio Whatsapp using PHP?

So I am using Twilio Whatsapp API and need to down load media using PHP. I can pickup the https://api.twilio..... address that reroutes to an aws address - therefore downloading using the below code wont work as it tries to download from the…
The Mac
  • 93
  • 8
0
votes
1 answer

How to know that a specfic incoming sms is a reply to a previous outgoing sms?

I am integrating Twilio SMS service where my users are able to send SMS messages to their clients. I would like to be able to link each reply with the sent SMS. In another word, is there any field in the Message Resource that could lead me to…
Samidjo
  • 2,315
  • 30
  • 37
0
votes
1 answer

Twilio: missing recent calls logs for sub-accounts

Folks, I've noticed that I'm missing Call logs for my sub-account in Twilio. The logs don't show in the main account either. Is there any place that I should enable these logs? As you can tell, I've received a bunch of calls, as shown in the graph,…
Dinaiscoding
  • 992
  • 1
  • 7
  • 16
0
votes
1 answer

How to write google function with Twilio to send SMS on value change in Realtime database

I am writing my first google cloud function I don't have in depth knowledge of it. I am trying to write a google cloud Function with Twilio. When ever the value of water change in my Realtime Database it will send a SMS to a given number that the…
0
votes
1 answer

How many phone numbers i can associate with one messaging service in twilio?

i am using twilio messaging service in my webapp. Here, each phone number have its own messaging service. I want to associate all phone numbers to 1 messaging service. Is it possible to send and receive messages on each phone number using 1…
0
votes
1 answer

POST request from Salesforce Marketing Cloud cloudpage to Twilio using SSJS

I am trying to send a POST request to Twilio's SMS API from Marketing Cloud's cloudpage using SSJS. I am getting a 401 unauthorized access even though I have added ACCOUNT_SID AND AUTH_TOKEN in the URL.