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?
Error: Required parameter “opts[‘policySid’]” missing. How to know which policy is needed dynamically
Our app needs to use Twilio so users can send sms to their customers. The architecture is as follows.
Our app has the main twilio account.
User signs up, we create a subaccount for them.
When they purchase phone numbers those drill down from our account to their subaccount. In order to send sms the user has to do either toll free verification or 10dlc campaign registration.
Both of these are done after the user creates a brand.
The issue im running into is an error regarding
Error: Required parameter “opts[‘policySid’]” missing. Now as I look deeper into policies im hitting a rabbit hole.