Skip to main content

Twilio Collective

Questions

Browse questions with relevant Twilio tags

14,526 questions

0 votes
1 answer
16 views

Playing ogg audio files in react

I'm working on a React front-end, that needs to play audio files. I've got a backend service that give me ogg audio files that originate from WhatsApp conversations. The is played well in android ...
Chen Peleg's user avatar
  • 1,580
0 votes
0 answers
10 views

werkzeug.routing.exceptions.WebsocketMismatch

I have setuupped server for twilio, where a user will call a twilio number and we can able to capture the stream.but i am getting a error regarding websocket mismatch. I am unable to figure it out how ...
KP TECH's user avatar
0 votes
0 answers
14 views

How to update AWS Pinpoint endpoint's OptOut attribute when user clicks on unsubscribe link?

I am using Amazon Pinpoint service to launch an email campaign to my users for marketing purpose and in my email message template I have used List-Unsubscribe and List-Unsubscribe-Post header to allow ...
Usama Abubakar's user avatar
0 votes
0 answers
19 views

Twilio Request URL Endpoint Returns json, but Twilio Says it Is Wrong Content-Type?

My javascript web app is using Twilio Voice API. I have this code running on my server. It is in an endpoint named "/make-call" It is in the endpoint on my server that is specified in my ...
VikR's user avatar
  • 5,012
0 votes
0 answers
14 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 ...
Anuj's user avatar
  • 15
-2 votes
0 answers
13 views

Twilio Make <Say> when a conference end [closed]

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 ...
MartianChicken's user avatar
0 votes
0 answers
18 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 ...
Carlos's user avatar
  • 1
-2 votes
0 answers
21 views

Is there an API that allows us to send messages directly to users with known phone numbers? [closed]

We are currently exploring the capabilities of your platform for a specific requirement we have in our communication strategy. We are interested in utilizing Twilio's services to send messages ...
Louis Li's user avatar
0 votes
0 answers
13 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 ...
corasphinx's user avatar
0 votes
1 answer
12 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 ...
VikR's user avatar
  • 5,012
-3 votes
0 answers
30 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 ...
Victor Glez's user avatar
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 ...
iasksillyquestions's user avatar
0 votes
0 answers
11 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 ...
Paulo Taylor's user avatar
0 votes
0 answers
11 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 ...
Ryan's user avatar
  • 1
1 vote
0 answers
17 views

How do I implement a zero (or negative)-timeout Gather to allow users to optionally respond to a Voice prompt followed by another Gather?

Imagine this desired behavior: You call my Twilio number. A voice answers, saying "Press 9 for Spanish support. Otherwise, tell me what you want help with." In order to parse a button-press ...
actinidia's user avatar
  • 286
0 votes
0 answers
19 views

Twilio Stream with Ambience Sound in Node.js

I am using https://github.com/twilio-labs/call-gpt this code for one of my project. Everything works well but I am not able to add ambiance sound like office sound that user can hear so AI can process ...
kapilkarda's user avatar
-1 votes
0 answers
20 views

Using Twilio verify and unable to add to Verified Caller ID

I am in Singapore and have been developing using Twilio Verify Trial and Supabase. I have previously verified some caller ID in the past however recently when I tried to, the phone numbers added did ...
Faith Ye's user avatar
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 ...
nilesh's user avatar
  • 1,326
0 votes
0 answers
14 views

Can I use openPhone and Twilio with the same phone number?

I currently have an OpenPhone account with an SIP phone number. I would like to automate SMS messaging. I looked into Twilio and thought it could be a good solution, except I seem to run into the ...
Guillaume's user avatar
0 votes
0 answers
23 views

Server-side playing of digit (DTMF tone) during call

I have a server-side app (written in C#) that creates a call between a JavaScript client and an external phone number. What I'm trying to do is, in response to a server-side event (which can happen ...
Stephen Collins's user avatar
0 votes
0 answers
20 views

In twilio after conversion of simple call to conference , initial user gets droped

public function createConferenceFromOngoingCall($callSid, $newParticipant, $initialUser, $secondUser) { try { $client = $this->createClient(); $newParticipantSid ...
Dhruvi's user avatar
  • 1
0 votes
1 answer
26 views

In Twilio studio, can I use the messaging service, incoming SMS and wait and reply all on the same number?

is it possible to do all of the below in Twilio studio, for the same number. Requirements: Add the number to a messaging service (especially needed due to regulatory compliance for USA) If an sms is ...
Max Pownall's user avatar
-1 votes
0 answers
21 views

Cost effective way to implement text messages for my event reminder application?

I'm building an event reminder application that I plan to host and maintain on AWS. I want to offer email and text messaging as reminder options. I've been able to configure email simply using SES. (...
solidsnake99's user avatar
-2 votes
1 answer
34 views

Unable to receive messages on whatsapp from Twilio sandbox

I am trying to build a reminder application using Twilio Sandbox, in an order to receive messages you need to send "join dirt-or" to Twilio. It works fine at first but after some time I need ...
AKSHAT KOTHAVADE's user avatar
0 votes
0 answers
41 views

What do I do about the error "TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined"

I have been trying to run an app where I can set up an email. When I run it on the localhost, I get a 202 response, but I don't get an email. I conclude that this is because it is the localhost and ...
user 124816's user avatar
0 votes
0 answers
19 views

Twillio Call transfer

I am implementing call transfer in Twilio , where A and B are connected via simple non-conference call but now B dials to C and I want A and C to be connected to ongoing call removing B from middle. I ...
Dhruvi Nonghanvadra's user avatar
1 vote
0 answers
22 views

Trouble with Twilio whatsapp messaging, status 403

hope someone can assist, been beating my head against the wall for several months on this. I'm developing an app that takes form values from the font end and process via the back end function below. ...
hectorHumanDev's user avatar
0 votes
1 answer
54 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) { ...
Warren Burton's user avatar
0 votes
0 answers
23 views

how can I ascertain my TWILIO credentials are correct?

I am making a flask app that users can call a number and then get predetermined responses based on input. I got this number from TWILIO and my SID, auth_token from my TWILIO console. The basic flow is ...
user26347577's user avatar
0 votes
1 answer
22 views

How to Configure and Use My Existing WhatsApp Business Number with Twilio API?

I have successfully created a webhook and configured it to handle incoming messages and send responses using Twilio's API. However, I'm currently using a Twilio-provided WhatsApp Business number. I ...
Cherridev cherritech's user avatar
-1 votes
0 answers
46 views

Correct way to implement an email verification

In simple steps, I assume the steps to implement an email verification is as: user enters details -> signup server sends email with a token with metadata + expiration set user clicks on the link ...
BumbleBee's user avatar
0 votes
0 answers
27 views

How do i establish a connection with twillio (THROUGH ZAPIER) for whatsapp messaging with API Request (Beta)?

im trying to figure out how i can establish an funnelish abandoned checkout flow with whatsapp messaging (Towards the customer). Does anyone have experience with setting up the API Request (Beta) in ...
EcomBob's user avatar
0 votes
1 answer
24 views

Twilio Flow - Get all messages in sequence of execution

I have developed a 2-way messaging flow in Twilio via Studio Flow and Messaging Service. At the end of the conversation, need to collect all the SMS (outbound/inbound) and send it to our system via ...
Mohammad's user avatar
0 votes
0 answers
29 views

Twilio voice call not working in expo react native (IOS)

I have integrated Twilio video call functionality in an expo application in react native. But when trying to integrate the voice it's not working. I have created the voice token from backend and ...
abhishek p s's user avatar
0 votes
0 answers
21 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 ...
Neel Shah's user avatar
0 votes
0 answers
9 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("...
Dhruvi's user avatar
  • 1
0 votes
1 answer
40 views

How can I use webhook in Messaging Services during trial mode?

I'm working on a WhatsApp chatbot and I've created a content template builder and messaging services. During the configuration of the messaging services, I selected "Send a webhook" and ...
SkyEagles's user avatar
0 votes
1 answer
28 views

Python sendgrid - Concat/Add a string to HTML_CONTENT

i Am trying to add a string to thml content and out that i am getting is not as required 'str1' should be added in place of str1 to 'Attached is the report of your data - +str1' str1= 'StringToBeAdded'...
san1's user avatar
  • 507
0 votes
0 answers
15 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: ...
Tsarsko Petrovich's user avatar
0 votes
0 answers
22 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 ...
sohaib's user avatar
  • 752
0 votes
0 answers
17 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 ...
Vladimir Despotovic's user avatar
0 votes
1 answer
18 views

Can a "Main" type Twilio API Key access subaccounts created through my Twilio Connect App?

I'm looking to clean up some API Key usage in my app and noticed that I am using my main Twilio Account SID and token instead of an API Key. I have a Twilio Connect App that my customers use to ...
Chad's user avatar
  • 2,271
0 votes
0 answers
16 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>...
Slideroh's user avatar
0 votes
0 answers
34 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, $...
Dhruvi's user avatar
  • 1
-1 votes
0 answers
23 views

WebGL is not allowing me to set the image to contain in the VirtualBackgroundProcessor

I tried using the canvas2D pipeline, and it worked fine as the background was contained. However, it didn't work on Safari browser, so I switched to the WebGL pipeline. Now, the issue is that the ...
sohaib's user avatar
  • 752
0 votes
1 answer
99 views

How to implement WhatsApp Flows with Twilio

Meta has a feature - "WhatsApp Flows"|: https://developers.facebook.com/docs/whatsapp/flows I'm using Twilio for WhatsApp, and looking for an efficient way to work with this feature on ...
Max's user avatar
  • 1,028
0 votes
1 answer
52 views

aws-encryption-sdk-python decrypt error: '65 is not a valid SerializationVersion'

I'm trying to implement Cognito MFA using email. Following the documentation here: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-custom-sms-sender.html I'm using a Python ...
JustANoob's user avatar
  • 129
0 votes
1 answer
20 views

Send two SMS with Twiml

I am using a Twilio phone number and I am trying to do this: Wherever some send a texto to my Twilio number, I want them to receive an automatic reply AND I want their SMS to be forwarded to another ...
user25985884's user avatar
0 votes
1 answer
31 views

End flow with human scalation with Twilio Flow

I am trying to end the interaction in my Dialogflow CX agent with the transition "End Flow With Human Escalation," as shown in the screenshot: flow in DialogflowCX with the "End With ...
Samuel Alejandro Jimenez Ramir's user avatar
1 vote
1 answer
848 views

JWT token is invalid

I recently changed my number. Stupidly I forgot to update my Authy. Eventually I was able to change my number on Authy to my new one, but whenever I try to sign in with my new number it’s keeps giving ...
Daniel Martin's user avatar


15 30 50 per page
1
2 3 4 5
291