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

How to create Twilio Studio flow from java api for call forwarding

I want to create a call forwarding flow in twilio from java api
0
votes
0 answers

Twilio incoming call is not working in iOS

I am working on Twilio programmable voice SDK. I integrated it with the help of documentation and GitHub SDK. I can make a call from iOS to any number. It works fine. The issue is on receiving a call on Twilio number. I did everything that was…
0
votes
1 answer

Twilio Voice calls using sub account

I have more than 10 subaccounts in twilio. On average a subaccount has 2 phone numbers. Now I'm trying to add voice call function. According to the documentation, I have to create Twiml applications and Mobile Push Credentials (to receive calls) and…
KTB
  • 1,499
  • 6
  • 27
  • 43
0
votes
0 answers

Twilio Usage Records: How to Identify / Isolate WhatsApp Only Cost?

As of February 1st, there is a new associated cost with using Twilio / Whatsapp, called WhatsApp Conversation. The current Usage Records API shows only messaging category costs for inbound / outbound. How do I identify / fetch Usage Records / Costs…
Marcio Cabral
  • 75
  • 1
  • 1
  • 9
0
votes
1 answer

What is the best way to determine a worker's current status since Taskrouter doesn't automatically update it in Multitasking mode?

Taskrouter seems to leave a worker's activity status at Idle, even when they're in a call (we're only using voice at the moment). I tried disabling the other methods so only voice is active, but the result is the same. I'd like to programmatically…
tcbeaton
  • 85
  • 7
0
votes
1 answer

Reading OTP from Twilio using python

I am currently working in a web automation using selenium python-pytest framework. Here I have a scenario when after providing my phone number, an OTP will be generated and I need to get the OTP and put the same in a text box in the web application.…
0
votes
1 answer

How to use action tag with twiml response containing multiple messages

I am listening to incoming call on one of my endpoints and trying to generate a twilio response to forward that email to few other phone numbers. I also want to have action tag configured for each of this messages. My xml looks something like this…
user1952143
  • 155
  • 1
  • 10
0
votes
1 answer

Schedule a Twilio command to send indexed items from list incrementally

So I'm trying to send SMS texts that are being pulled from a list via Twilio to phone numbers. I'm able to to send certain indexed values from the list by specifying the index in the code manually. However, my plan is to run this everyday at a set…
mansmokes
  • 15
  • 2
0
votes
2 answers

How can I fill Twilio Voice url parameter from a predefined variable?

I am using Twilio Programmable Voice and Python. Following documentation on how to make an outbound call, here is my code: # Download the helper library from https://www.twilio.com/docs/python/install import os from twilio.rest import Client #…
uk_butterfly
  • 93
  • 1
  • 2
  • 8
0
votes
1 answer

Twilio not receiving complete message

I am sending a tiktok url to twilio webhook. But for some reasons twilio is slicing the url and not forwarding the complete url in the message. this is the url i am sending via text: https://www.tiktok.com/@tiktok/video/6807491984882765062 Twilio is…
Adeel Tahir
  • 187
  • 2
  • 10
0
votes
1 answer

Twilio: track user action on SMS links and reply based on that action

I using twilio flow to create simple chatbot that sends user a whatsapp message with link to provide some details and once user has provided the required details on web page, chat bot must reply with a THANKS message. Is there anything like postback…
0
votes
1 answer

twilio isn't sending sms nodejs

I use twilio to send sms after a order is placed, but it isn't sending any sms and also not console logging anything. Code: npm i twilio const accountSid = process.env.TWILIO_ACCOUNT_SID; const authToken = process.env.TWILIO_AUTH_TOKEN; const client…
Sai Krishnadas
  • 2,863
  • 9
  • 36
  • 69
0
votes
1 answer

Twilio Studio Api - how to associate a Flow with a Number

We have a fairly sophisticated Flow (called Messaging Flow) set up in Twilio Studio. We are able to assign that Flow to a number's "A MESSAGE COMES IN" action using the Twilio web app: How can the same be accomplished using the Twilio Studio REST…
agileMike
  • 453
  • 3
  • 14
0
votes
1 answer

Configure Webhook URL From php

I am trying to use php on my website to be able to dynamically buy and set up new phone numbers as well as release them. I have had no problems finding documentation on buying new phones through php, or releasing them, however I can not find a way…
Jacob
  • 213
  • 1
  • 3
  • 11
0
votes
1 answer

Twilio Access Memory Variable in Say Action

Is there a simple way to access a memory variable inside an Autopilot Task's Say Action like
imolitor
  • 780
  • 6
  • 12