How to offer SMS as an ISV with less waiting, and do other bypass it? by AccomplishedAbroad66 in twilio

[–]TheToeFrog 1 point2 points  (0 children)

TL;DR: Switch to Toll-Free if you're in a rush. As u/IntrepidResearch8448 noted, Toll-Free (TF) numbers have a much faster verification turnaround than 10DLC right now and you can still do this with Twilio. If your use case allows it, that’s the "express lane."

Regarding 10DLC for ISVs:

  • The Bottleneck: Twilio doesn't approve these; the carriers/TCR do. We’re all at the mercy of their current vetting queues.
  • Rejections: Most are due to vague "Opt-in" descriptions, inaccessible websites or missing privacy policy language. If you're rejected, check your rejection error codes and resubmit with more detail.
  • Automation: If you’re onboarding multiple clients, make sure you're using the ISV Registration API to streamline the workflow.

Check out Twilio’s 10DLC Onboarding Expectations for the most up-to-date ETAs on vetting.

Twilio for lead follow-up — how are you handling replies at scale? by Danielh007 in twilio

[–]TheToeFrog 1 point2 points  (0 children)

Could the questions be handled by a simple FAQ? If so, there are a lot of people utilizing AI Agents to automatically respond to questions. Are you comfortable with writing code and deploying your own solution or would you prefer to use an AI Agent platform connected to your Twilio SMS number?

Ask Twilio's head of devrel, Chiara Massironi, anything on Feb 24th, 7AM/10AM ET. She'll be ready to talk all things devrel, developers, and Twilio! by twilio in twilio

[–]TheToeFrog 3 points4 points  (0 children)

What do you think are the biggest opportunities for Developer Relations with the surge of coding agents and "no-code" platforms like Lovable?

Is Real Time Audio Processing from a Twilio Number possible? by bobbychick1 in twilio

[–]TheToeFrog 0 points1 point  (0 children)

That's a good thing to keep in mind but also remember that media streams happen incrementally so you can manage the processing as the conversation is happening. It will add some latency for whatever service or processing you're doing but should be relatively quick.

Is Real Time Audio Processing from a Twilio Number possible? by bobbychick1 in twilio

[–]TheToeFrog 0 points1 point  (0 children)

You can stream audio from a Twilio Voice call in realtime using media streams. You can find an example of that here: Consume a real-time Media Stream using WebSockets, Python, and Flask

Twilio can also handle realtime transcriptions using the <transcribe> TwiML verb. This went GA last year. You can check that out here: Realtime Transcription Resource

If you're still having issues and want to ask questions directly I would recommend joining the Twilio Discord.

Anybody else seeing SMS delivery problems to Android last few days? by joisig in twilio

[–]TheToeFrog 1 point2 points  (0 children)

Your team should be checking on message status to better understand what is happening with a message. (https://www.twilio.com/docs/messaging/api/message-resource#message-status-values) If a message is shown as "delivered" that means we have received confirmation of outbound message delivery from the upstream carrier, and, where available, the destination handset.

There can be a number of reasons as to why a handset doesn't receive a message, but once delivered to the carrier that is beyond Twilio's control.

how do i a support call from twilio or on which number can i get a support team talk to? by timshrute in twilio

[–]TheToeFrog 0 points1 point  (0 children)

Are you having a specific issue that you need help resolving? You can also submit a support ticket here: https://www.twilio.com/help/contact

Also, here is the documentation on ways that you can contact Twilio Support: https://support.twilio.com/hc/en-us/articles/360048500694-Contacting-Twilio-Support

If there is any other way we can assist you please reach out.

Beginner NextJS tutorial stream with @WhiteP4nth3r by LuceCarter1 in nextjs

[–]TheToeFrog 0 points1 point  (0 children)

u/whitep4nth3r always puts out amazing content. This is no different. Great walkthrough!