python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
TwiML response body too large with php as backend
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Gather numDigits='1' timeout='10' action='https://mywebsite.info/application/twilios/welcomegather/100/1333333...
AbhimanuSharma
Votes: 0
Answers: 0
Twilio adding custom attributes from studio into flex agent info bar
I am using a "send to flex node" in my twilio studio application.
In this node I am passing:
{"verified": "{{flow.variables.verified}}", "accountid": "{{fl...
Athanatos
Votes: 0
Answers: 1
Can I use a variable for the 'To' field for Twilio SMS?
I keep getting an error: "RestException: [HTTP 400] Unable to create record: The 'To'..."
when trying to use a variable - see below, example = $user_phone_number = "+13334445555"
-...
Bob Hartley
Votes: 0
Answers: 0
Twilio programmable voice, how to know from which platform the call was accepted
Consider the following code
Device.on('incoming', call => call.accept());
How do I add info fields like "platform" to know from which the call was answered.
I have electron application,...
ilan kogan
Votes: 0
Answers: 1