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.6k Members
+46
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

Add AMD to Twilio dial.number?

I have this code running on my server. It is in the endpoint on my server that is specified in my TwiML app->Voice Configuration->Request URL. It works correctly, and the call is successful. My ...
-2 votes
0 answers
15 views

How can I Integrate Twilio with its api.sendgrid.com with Genexus X Ev3?

I try to consume a Twilio service to send mail by using its API (api.sendgrid.com) but I can't determine why it is not working for me, I already validated with a SOAP & REST Client and here it ...
0 votes
0 answers
6 views

Play a menu to a participant in a conference

I have built an integration with Twilio Voice. My software has a built in queue mechanism, so we dont want to hand off the management of the Queue to Twilio. We use conferences to place callers into a ...
0 votes
0 answers
6 views

Custom Audio Device for Twilio Javascript SDK

Is there a similar approach to the Custom Audio Device using the Twilio Javascript SDK like the Android and iOS SDKs have? I'm aware of the AudioWorkletProcessor framework to access the microphone ...
0 votes
0 answers
9 views

Configure a non-Twilio number to CRM

I subscribed to a number from a local telco provider and completed the BYON process with Twilio Support. After testing, I successfully sent a WhatsApp message to the non-Twilio number and captured the ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

2 votes
1 answer
40 views
+200

Accessing Twilio Voicemail Recordings in Polycom VVX250 Phones

We're using Twilio for calls and Polycom VVX250 phones. We have an SIP domain and credentials configured on Twilio and the Polycom phones. Our system checks a database to route calls based on linked ...
-1 votes
1 answer
43 views
+300

Twilio - Push notifications fail in serverless production deployment

I have an Twilio programmable messaging app which is deployed in a Twilio serverless environment. let response = new Twilio.Response(); exports.handler = async function(context, event, callback) { ...

Learn something new
These are the most recent articles in Twilio Collective
0 votes
247 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
273 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
1k 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