twilio Questions
2
Solved
I'm working with drupal 10, i want to work with Sendgrid module
I tried to create sendgrid account.I have entered all the basic details it asked. Then I got two mails Two-Factor Authentication &...
Desantis asked 11/5, 2023 at 8:37
4
I typed this into terminal
$ curl -X POST http://localhost:3000/voice
and I got this error
curl: (7) Failed to connect to localhost port 3000: Connection refused
I've looked everywhere for ...
Matrilineage asked 21/6, 2016 at 19:32
3
I am implementing twilio/whatsapp webhook in order to process messages sent to twilio whatsapp-enabled number. The implementation is done in Node.JS using npm twilio library. I am sending response ...
Islean asked 13/11, 2018 at 14:4
2
Solved
I'd love some advice on my twilio setup for a problem I'm trying to solve.
Overview:
Each user in our system is provisioned a twilio phone number that they can hand out to anyone to contact them....
Caeoma asked 8/12, 2015 at 0:12
12
Solved
var express = require('express');
var router = express.Router();
var bodyParser = require('body-parser');
var nodemailer = require('nodemailer');
var TWILIO_TOKEN = "270ff32fe16828869dc30e0...
Darcidarcia asked 11/7, 2017 at 15:5
2
While sending emails via SendGrid it shows the status as processed and the following error:
What could the issue be?
3
Solved
I know that on making a call Twilio can detect an answering machine, and react differently.
However if I use the <dial> verb, there's no obvious place to add this feature, even though it's e...
Farad asked 25/11, 2015 at 16:29
1
Solved
So, what I am doing is I am using Sendgdrid's API (PHP API Library) to send e-mails. The sending part works, I just want to overhaul it a little to add some more customization, but I am not sure if...
Pauiie asked 18/3, 2020 at 18:49
3
How to import twilio into nodejs es module?
const client = require("twilio")(YOUR_ACCOUNT_SID, YOUR_AUTH_TOKEN);
Dualism asked 18/9, 2022 at 3:45
9
I'm getting the following error when I try to place calls using the Twilio REST API.
https://www.twilio.com/docs/api/rest
HTTP/1.1 401 Unauthorized
Server: nginx
Date: Thu, 10 May 2012 16:50:48...
Tamarin asked 10/5, 2012 at 16:56
3
I am trying to implement following on Twilio, but not sure why I am not able to get it done correctly. I have initiated a call using standard Twilio procedures from twilio.device.connect. After a c...
Grip asked 26/8, 2015 at 17:43
2
I am trying to send SMS using Twilio in PHP using the sample code included on their site as seen in the documentation here
This is the full description of the error I am getting when I try run the ...
3
Solved
I am using the following code to send SMS.
from twilio.rest import Client
from django.conf import settings
def send_sms(phone, content=generate_sms_code()):
client = Client(settings.ACCOUNT_S...
Vittoria asked 20/10, 2017 at 13:1
1
Solved
With SendGrid's v3 API is it possible to send an idempotent request? I'm working on a system that could result in multiple attempts for the same email send so it would be helpful if we could someho...
Kusin asked 1/6, 2023 at 19:12
3
Solved
I'm hoping someone can help, I've got AWS Lambda returning some XML in context.succeed or context.fail everything is excellent apart from one small part. echo out the XML, but because the header st...
Dude asked 26/2, 2016 at 16:33
3
Solved
When a Twilio number receives an incoming voice call, what TwiML can I use so that the phone continues ringing indefinitely?
In certain circumstances, I want to pretend that the phone is ringing b...
Lemcke asked 14/3, 2014 at 16:15
4
Solved
I have an ASP.NET Core 2 application and I'm trying to forward a call made to a Twilio number to another number. When I try to return TwiML I get an error that says:
"Non-invocable member 'TwiML...
Glutamate asked 13/2, 2018 at 18:17
9
I want to try to send SMS to a cellphone in Austria. I have set up a free trial Twilio account to do so. however, my Twilio account seems not to be capable of doing so. but I think it should be pos...
11
Solved
After changing the data type of a MySql column in order to store Twilio call ids (34 char strings), I try to manually change the data in that column with:
update calls
set incoming_Cid='CA9321a8...
3
Solved
I'm using the Sendgrid mail package (https://www.npmjs.com/package/@sendgrid/mail) to send a test email using the Twilio Serveless functions. I have configured the module, specifying the correct ve...
Nealy asked 10/11, 2019 at 6:29
5
I'm a new Twilio user and am trying to test sending an SMS using my Live credentials, purchased From number, and valid To number. I'm receiving this error:
Unable to create record: Permission...
Gipps asked 21/11, 2017 at 22:21
14
I have installed python 2.7.10 with PATH access and correctly installed twilio. However, when I try to execute a code I get this error message
Traceback (most recent call last):
File "C:\Users\tm...
2
Solved
I have a twilio account for sending SMS. However, i need guidance on how to see a list of my account phone numbers by calling its API. I have tried to navigate through the different menus in API bu...
Gillam asked 29/6, 2015 at 19:44
4
I'm developing an app that allows users to add people, info, and Name/phone, or select multiple numbers from their iPhone contact list to send SMS messages to the selected numbers. the problem is T...
1
Solved
I can send a simple email, I can also send emails using a specific template w/ the TemplateId like the example below, but
QUESTION - How do I send this template below and add or include handlebar d...
Indre asked 19/4, 2022 at 5:21
1 Next >
© 2022 - 2025 — McMap. All rights reserved.