Questions tagged [twilio-api]

Twilio provides a bunch of APIs for services like Chat, Voice, SMS, Fax. Any issues or problem faced related to those APIs, this tag will be used.

The Twilio REST API allows you to develop Chat applications, Applications with SMS, Fax and Voice capabilities. There are separate micro-services (REST API group) and SDKs hosted on twilio site and any issues related to the API and SDK can be tagged using this Tag.

2398 questions
0
votes
2 answers

Control device volume Twilio.Device

im using twilio client js SDK - https://www.twilio.com/docs/voice/client/javascript/device#audio Is there a way i can control the volume of twilio client device running on the browser? After device.connect() i want to display a slider to control…
NyaSol
  • 537
  • 1
  • 5
  • 21
0
votes
2 answers

PERMISSION_DENIED: IAM permission 'dialogflow.sessions.detectIntent' Node js

I have created a webhook for WhatsApp Chatbot using NodeJS following this online article: https://dev.to/newtonmunene_yg/creating-a-whatsapp-chatbot-using-node-js-dialogflow-and-twilio-31km The webhook is linked to Twilio Sandbox for WhatsApp. I…
Puttu
  • 33
  • 1
  • 9
0
votes
1 answer

Twilio: Purchase phone numbers for different business accounts from one Regulatory Bundle

I've an application where multiple users from their account want to provision a mobile number of Australia. I've checked the compliance doc and unable to get one point. If 100 users want to purchase a number from Australia, do I've to compliance 100…
Abdul Rehman
  • 628
  • 7
  • 11
0
votes
1 answer

Generate Video Access token (JWT) with Twillio Go SDK

I am failing to create an Access Token for the Twillio Video Product with the golang SDK In the docs there is golang sadly not mentioned Does anyone of you know how I can create the required access token? The JWT package mentioned in the examples of…
Simon Frey
  • 2,539
  • 2
  • 11
  • 20
0
votes
1 answer

Should i buy a twilio phone to send SMS?

I am using this code for testing to send SMS everything work but i want to know if i have to buy a twilio phone to put it inside from: "" Because I want to send real SMS to my client export const sendReservationConfirmationSMSTwilio = async ({ …
0
votes
1 answer

Twilio Read All Phones by Messaging Service

I'm trying to pull a list of all phone numbers used by my subaccounts but I'm only able to get it to pull one messaging service at a time. Here is my code: services = client.messaging.services.list(limit=2000) messageid= [] for record in…
AHS
  • 1
  • 1
0
votes
1 answer

Is it possible to output the recipient email in a twilio verify email?

I have set up my react app to grab the data from the URL in the format http://localhost:3000/confirm-email/email@example.com?code=469907 Is it possible to output the recipient's email in the sendgrid template. The docs only show how to do this with…
0
votes
1 answer

how to add attributes (application-specific data) to a Twilio SMS - 2021

I am working on an appointment confirmation system where I need to bind the SMS response 'Y' or 'N' to some meta data and send that meta data to my API via the Twilio webhook. I am using.NET SDK from Twilio and trying to add attributes to the SMS…
Zeeshan Adil
  • 1,937
  • 5
  • 23
  • 42
0
votes
1 answer

Twilio SendGrid Global Email Statistics Access Forbidden

I have setup a SendGrid API key with full access and was trying to get global email statistics using the online tool that goes with the documentation ... but the response I get says access forbidden. I'm not sure what to do because my API key has…
0
votes
1 answer

Messagesid from twilio studio flow

Is there any way to get messagesid from studio flow where the sms is sent to the user via the widget? I am getting below ids but not messagesid [sid] => FNXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX [accountSid] => ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX [flowSid]…
AnkiiG
  • 3,468
  • 1
  • 17
  • 28
0
votes
1 answer

Twilio + React: How to change audio or video input device during a call?

I've been looking at the documentation but I can't figure it out. When a user selects a different device, the other users can't hear that person anymore. This must mean that something is going right with the unpublishing of tracks, right? I'm not…
Tim
  • 1
0
votes
0 answers

How to send a pdf file in whatsApp

I have created an account and add Twilio sandbox number for WhatsApp. After following instructions (To begin testing, connect to your sandbox by sending a WhatsApp message from your device to +1 415 523 **** with code join doubt-pupil. ) I have…
Javed
  • 817
  • 4
  • 22
  • 44
0
votes
1 answer

Will Azure CDN be helpful on increasing performance of Microsoft bot framework work with Twilio Adapter

I have a bot developed using Microsoft-bot-framework, And for Whatsapp i am using Twilio-Adapter. so for performace tuning if i create a CDN for my BotService-WebApp, will that be useful, CDN works by creating a cache in different POP's and store…
Manjunath G
  • 167
  • 2
  • 10
0
votes
1 answer

Twilio - How do I set the langauge parameter in xml voice file?

We have been utilizing the Twilio php library for several years and have recently attempted to have our voice calls from XML files use the a different language. Our code is building the following xml file for test purposes.
Tim
  • 31
  • 5
0
votes
1 answer

Twilio API Exporting Sub Accounts

Is there an api endpoint to GET all sub accounts of an account? I'm trying to export the list at this location in the twilio browser console: https://www.twilio.com/console/project/subaccounts. Since I couldn't find a way to export it, I assumed…