Tag Archives: REST API

Call Redirection via the Twilio REST API

Twilio is excited to announce the addition of asynchronous call redirection to the Twilio REST API.  This feature opens a wide range of advanced call queuing, call center, and enterprise uses.   Using the call redirect API, you can interrupt an … Continue reading

Posted by Danielle Morrill on September 9, 2009 Tagged , , , , , , , , , , ,

Robert McLaws Wins a Netbook with his Twilio WCF REST Client Library for .NET 3.5

It Netbook Monday once again, and this week’s winner for the .NET developer category is Robert McLaws with his .NET library! Robert also submitted in Week 5 for the open source category, and we are happy to see his submission … Continue reading

Posted by Danielle Morrill on August 17, 2009 Tagged , , , , , , , , , , ,

Happy Friday, Happy Customers

After signing up for a Twilio account, new users receive a series of emails from us introducing them to what Twilio is all about, providing resources to help developers get started, and making suggestions for becoming a part of our … Continue reading

Posted by Danielle Morrill on July 24, 2009 Tagged , , , , , ,

Call CSVs from REST API script

A customer asked today if our API can provide call records in a CSV format.  It’s a perfectly reasonable request, and something we could clearly support in the future.  But in the meantime, I put together a quick PHP script … Continue reading

Posted by twilio on February 8, 2009 Tagged , ,

Sending a Message via Phone from your Web Application

Twilio makes sending audio messages from your application to a telephone easy. Let’s go through a simple example of how to initiate a call to a phone number and play a message when the call is answered First, we will … Continue reading

Posted by twilio on November 26, 2008 Tagged , , ,

Making a call using ColdFusion and the Twilio REST API

Several people have asked for an example for initiating a call using ColdFusion and the Twilio REST API. Here you go! Replace the parameters in the cfset statements, of course.  <!— Start a call from coldfusion —> <!— enter your … Continue reading

Posted by twilio on November 23, 2008 Tagged , ,