Relative Content

Tag Archive for twilio

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.

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