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
+21
12.6k Members
+54
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
6 views

Twilio conversations group SMS not working

Following the twilio documentation to create conversations. I see other posts about deprecation for new users but that's 2 years old. Wanted to see if anyone has figured out group conversations on ...
0 votes
0 answers
6 views

Twilsock Disconnected

I am trying to generate client in twilio , it was working fine , but suddenly I am facing error const client = new Client(page.props.value.chat.token, { logLevel: 'debug' }); client.on("...
0 votes
0 answers
10 views

Gmail Feedback Loop and Sendgrid

Following the gmail feedback loop documentation I've added Feedback-ID header to all the messages that I'm sending. I'm using Sendgrid as ESP and I've used their API to add the Feedback-ID header. I'm ...
0 votes
0 answers
12 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
21 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 ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
86 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
44 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
232 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
265 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
954 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