Click here to Skip to main content
15,898,538 members
Everything / Twilio

Twilio

twilio

Great Reads

by Yvan Rodrigues
Store and retrieve messages in a central repository with SMS using Twilio and ASP.NET.
by Intel
In this article, we’ll talk about sending SMS messages to your phone from Twilio phone numbers.
by MonkeySeeMonkeyWrite
This is an article about integration SIP and RTMP protocols
by Intel
This home fall tracker application is part of a series of how-to Intel® Internet of Things (IoT) code sample exercises using the Intel IoT Developer Kit, Intel® Edison development platform, cloud platforms, APIs, and other technologies.

Latest Articles

by Intel
This home fall tracker application is part of a series of how-to Intel® Internet of Things (IoT) code sample exercises using the Intel IoT Developer Kit, Intel® Edison development platform, cloud platforms, APIs, and other technologies.
by Sumit Thakur
Send & Receive SMS using TWILIO SMS API
by MonkeySeeMonkeyWrite
This is an article about integration SIP and RTMP protocols
by Intel
In this article, we’ll talk about sending SMS messages to your phone from Twilio phone numbers.

All Articles

Sort by Score

Twilio 

3 Jun 2015 by Yvan Rodrigues
Store and retrieve messages in a central repository with SMS using Twilio and ASP.NET.
12 Aug 2015 by Intel
In this article, we’ll talk about sending SMS messages to your phone from Twilio phone numbers.
21 Nov 2015 by MonkeySeeMonkeyWrite
This is an article about integration SIP and RTMP protocols
9 Sep 2016 by Intel
This home fall tracker application is part of a series of how-to Intel® Internet of Things (IoT) code sample exercises using the Intel IoT Developer Kit, Intel® Edison development platform, cloud platforms, APIs, and other technologies.
11 Jan 2019 by Graeme_Grant
I think that this is what you are looking for, it's an SDK specifically for Twilio. Twilio SDK for C# and .NET - Twilio[^] Now there is no need to worry about writing a comms wrapper for their API...
20 Feb 2023 by Richard MacCutchan
See Learn about building, deploying, and managing your apps on Heroku.[^]
17 Sep 2013 by Jeffrey T. Fritz
Why you don’t need a cell phone to send text messages
17 Jan 2014 by Carey Payette, Jeffrey T. Fritz
In this article, I will show you how to combine Bing Speech Recognition, a Plantronics Voyager Legend UC Bluetooth headset and Twilio to bring text messaging capabilities to a Windows Store application.
23 Aug 2015 by Nowfal Sharafudeen
I am new in node.js. I need to know how to send bulk sms to many mobile numbers from our node.js application.I just heard about Twilio. But can we send to any mobile number using the Twilio?My purpose is as soon as the the student tag id saved in attendance table, I need to send sms to...
11 Jan 2019 by Hplascencia
I am trying to download csv from Twilio Messages account and save it to file on a folder(https://www.twilio.com/docs/sms/quickstart/csharp-dotnet-core) using a windows form on Button click action using System.Net.HttpWebRequest GET method request either on C# or vb.NET. I cannot figure how to...
11 Jan 2019 by RickZeeland
See the second example here: 4 Ways to Parse a JSON API with C# · GitHub[^] It uses: var webRequest = WebRequest.Create("https://api.github.com/repos/twilio/twilio-csharp/contributors") as HttpWebRequest;
1 Oct 2019 by Dave Kreskowiak
Go to Twilios site. See the link in the top right corner that says "Support"? Click that. You'll get another page with a link at the top that says "Talk to Support". Click that. That's where you ask questions about using Twilio's products.
23 Sep 2019 by ZurdoDev
I googled Twilio API and this was the first result. Twilio's REST APIs - Twilio[^] It is their documentation. If it's possible to do, it will be in there.
4 Oct 2019 by Richard MacCutchan
Since you seem unable to find it: Twilio Support[^]
6 Oct 2019 by Afzaal Ahmad Zeeshan
This is a default limitation on the number of calls (1) that can be made by an account. See here: Sending and Receiving Limitations on Calls and SMS Messages – Twilio Support[^] The experience that you are having is that Twilio automatically hangs up the call once someone picks the call from a...
7 Oct 2019 by OriginalGriff
How many times do you have to be pointed in the direction of their support dept? To repeat an earlier answer: Quote: Go to Twilios site. See the link in the top right corner that says "Support"? Click that. You'll get another page with a link at the top that says "Talk to Support". Click that....
8 Jun 2020 by Rajaa Khalifeh
I'am trying to install twilio from Package Manager Console but it getting me this error any help please? What I have tried: PM> Install-Package Twilio -Version 5.28.0 Attempting to resolve dependency 'JWT (≥ 1.3.4)'. Install-Package :...
6 Jun 2020 by MadMyche
Usually a re-install of the NuGet Package Manager clears this problem up VS Marketplace: NuGet Package Manager[^]
10 Jun 2020 by Richard Deeming
You are trying to install a really old version of the package - 5.28.0 was released last March. The current version is 5.42.0 and it doesn't have a dependency on Microsoft.IdentityModel.Tokens. (Actually, it does still have the dependency. It...
12 Apr 2021 by Richard MacCutchan
Try google duplex clone - Google Search[^]
6 Sep 2021 by Richard Deeming
You cannot rely on network requests completing in the same order that you initiated them. Many factors can affect how long it takes a request to complete, most of which are beyond your control. You haven't shown any code, so we can't tell you...
6 Sep 2021 by James Walsh Jr
Without have a clear idea on your code base, this is pretty much a guess. But I found a blog post with what I think will do what you want. The main idea is a configurable service that will allow multiple HTTP requests to be queued, with a...
29 Oct 2023 by Pete O'Hanlon
There are two ways to upload PDFs to WhatsApp using their Business API. You either have to host the PDF in a public location, or you have to upload the PDF to the WhatsApp servers first, and then use that. If the POST message you send to WhatsApp...
29 Oct 2023 by M Imran Ansari
This is because Twilio requires the media file to be hosted on a publicly accessible URL to be sent through WhatsApp. To accomplish this, you can upload the PDF to a cloud storage service such as Amazon S3, Google Cloud Storage, or Azure Blob...
20 Feb 2023 by Agnib Pyne 2022
Hi All, I have developed a web application using .Net Core API, Angular and PostgreSQL. Also, a whatsapp chatbot has been developed using Python, Twilio and MongoDB. Now, I want to deploy these for client use and planning to host these in...
23 Jun 2016 by Sumit Thakur
Send & Receive SMS using TWILIO SMS API
6 Sep 2021 by avelsamy
Hi Everyone, We have developed Whatsapp Bot using .Net core with TWilio. Here if i am sending multiple request. responses are not coming in order. example: From Me -> Request1 Request2 Request3 From whatsapp(WebApi) () Response received...
5 Nov 2023 by pooja pooja 2023
I am creating a project using React and Express JS. Here, I try to send pdf to whatsapp using twilio, but it shows a few errors to show pdf and tells that I have to save pdf in public url. What I am expecting is to send pdf to Whatsapp by saving...