Recording individual legs of a Twilio conference
I need to record each individual leg of a Twilio conference because, in our domain, it’s important that each participant has access to a recording of the conference as they heard it, e.g. User A can’t hear things that User B and User C said while User A was on hold, etc.
Can Twilio Be Set Up to Send Verification Codes on Demand?
We are currently working to integrate Twilio with Okta, since Okta is removing their SMS/Voice verification functionality. I’m wondering if we can also use Twilio to manually send verification codes.
Troubleshooting Twilio Studio Flow: Send and Wait for Reply Widget Not Capturing SMS Responses
I’m using Twilio’s REST API to manage a Studio Flow trigger, routing incoming SMS messages to my web application’s webhook. The initial user SMS creates an execution, transitioning the flow from Trigger to a Send and Wait for Reply Widget. This widget successfully sends an SMS to the user.
Twillio- How to handle “hangup” event while processing a widget
I faced the Error – 81002 in Twillio call.
Virtual Phone not functioning properly
I am currently using a non-verified Toll Free Number (nvTFN) and am having trouble trouble messaging it from a virtual number using the Virtual Phone UI and Studio Flow, which the nvTFN is expected to execute when there is an incoming messages.
Twilio Make when a conference end
I’m trying to implement <Say>
when a conference end. The scenario will be a customer will make an inbound call then make a conference then an agent will join the conference then the conference will start. When the agent hangup the customer will should hear the <Say>
. The problem is when the agent left the conference also end
Using Twilio verify and unable to add to Verified Caller ID
I am in Singapore and have been developing using Twilio Verify Trial and Supabase. I have previously verified some caller ID in the past however recently when I tried to, the phone numbers added did not receive any OTP. As such I am unable to test using those numbers.
Twilio first access not providing free phone number
I’m from Brazil and I’ve registered to Twilio using my personal number. According to their documentation, I should be provided with a free US 100DLC number, in a 5-step screen, but mine doesn’t show any numbers.
Twilio Flow – Get all messages in sequence of execution
I have developed a 2-way messaging flow in Twilio via Studio Flow and Messaging Service.
At the end of the conversation, need to collect all the SMS (outbound/inbound) and send it to our system via REST API as json.
I wrote a classic Twilio function and passed the “widgets” object to it.
By iterating the same I can collect all the messages but they are not is sequence.
Is there a way to get all the messages in sequence?
Alternatively, is there a way to get the widgets collection in the sequence in which they got executed?
This is how function is invoked from flow
How do I play a custom message in a Twilio function and then return to the Studio Flow?
How do I return to a Studio Flow after playing a custom voice message to a person?