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
9 views

Why I'm not able to send xlsx and docx media file on whatsapp using twilio api

Successfully sent images (png,jpeg) and pdf file but when i try to send doc,docx,xlsx etc file then twilio giving error 12300 Twilio is unable to process the Content-Type of the provided URL. Please ...
-1 votes
0 answers
7 views

Twilio Make <Say> 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 ...
0 votes
0 answers
15 views

ASTRO / SendGrid - Redirecting when sending is successful or gives error

I have an issue with Astro.redirect. It constantly gives me an error: "AstroError [ResponseSentError]: The response has already been sent to the browser and cannot be altered" I just want to ...
0 votes
0 answers
6 views

Could not find com.getkeepsafe.relinker:relinker:1.2.2

My steps are very simple. react-native init exampleApp npm install react-native-twilio-programmable-voice react-native run-android FAILURE: Build failed with an exception. What went wrong: Could not ...
0 votes
0 answers
8 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 ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

2 votes
1 answer
42 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
47 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
248 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
274 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