Skip to main content

Twilio Collective

Twilio has democratized channels like voice, text, chat, video, and email by virtualizing the world’s communications infrastructure through APIs that are simple enough for any developer, yet robust enough to power the world’s most demanding applications.
14.5k Questions
+20
12.5k Members
+49
Website Contact
Twitter Facebook Instagram GitHub

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
9 views

Twilio: How to transcribe a recorded dialed call?

I'm developing a Typescript app where I'll make some phone calls using Twilio. My goal is to save the calls' transcriptions. These are the current attributes I'm passing to Twilio's Dial verb: record: ...
0 votes
0 answers
19 views

From mobile side the the virtualBackground is getting streched?

I'm using the Twilio library for video calling and have implemented functionality to add a virtual background behind the video track. Initially, I used OffscreenCanvas, but it's not supported in ...
0 votes
0 answers
16 views

Swift Twilio Conversations, how to create/save a TCHMessage?

In Twilio in Swift, is it possible to encode, or save to defaults (which requires it to be encoded anyway), or create a TCHMessage? I really need to experiment with TCHMessages, in order to develop ...
0 votes
0 answers
14 views

Connect Flow created in Twilio Studio to a Twilio Phone Number via Terraform

I would like to connect flow that created in Twilio Studio to a Twilio Phone Number via Terraform. In browser URL this possibility is under following URL: phone-numbers/manage/incoming/PN<number>...
0 votes
0 answers
26 views

Twilio conversation to Conference call from Simple call

I want to add users to simple call generated using twilio to update it to conference call public function forwardCallToUser(Request $request) { $client = new Client($accountSid, $...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
79 views
+50

Some Twilio inbound calls arrive with status of "no-answer"

I have built a Twilio call center which uses a TwiML app to deliver events to my PHP server. I've been monitoring the system over the last year and I am concerned that a few calls seem to arrive with ...
0 votes
2 answers
39 views
+300

Upgrading TwilioConversationsClient cocoaPods raises lot of issues

We'd used TwilioConversationsClient version 2.0.0 for Chat feature few years before. Now we're updating the Pod version of TwilioConversationsClient to 4.0.0. It raises a lot of issues like Value of ...

Learn something new
These are the most recent articles in Twilio Collective
0 votes
231 views
1 minute read
Knowledge article

Send VoiceMail (audio) to Email

I found that it was difficult getting access to VoiceMail made in the Twilio Studio so I made a small script to send the audio file to one or more e-mail specified in the studio parameters. Use this ...
Dougo007's user avatar
0 votes
263 views
1 minute read
Knowledge article

Auth0 Twilio Flex SSO: How to use Actions instead of Rules

For those of you using Auth0 as IdP for Twilio Flex, you might have noticed that Auth0 moved from Rules to Actions, meaning the instruction at this page https://www.twilio.com/docs/flex/admin-guide/...
Maxmito's user avatar
  • 83
1 vote
2k views
1 minute read
How-to guide

Send WhatsApp Message from C#

So, I'm gonna make this a short story rather than an article on 'How to send WhatsApp Messages from C# using Twilio'? SETUP: Before you start coding, you'll need to gather your Twilio account ...
iSeeSharp's user avatar
1 vote
949 views
5 minute read
How-to guide

SendGrid integration in Laravel

Why SendGrid ? SendGrid provides a cloud-based service that assists businesses with email delivery. The service manages various types of email including shipping notifications, friend requests, sign-...
Sujith Sandeep's user avatar