E6315331B133AE5A1ACC68971AE5335D.node1

What is Tropo?

Tropo is cloud-based communications. Build applications for voice, SMS, and IM with one simple API. Host on our cloud using a variety of languages, or use our new Tropo Web API and build your app anywhere on the web with any programming language. You can create multi-party conferences, use speech recognition and text-to-speech, call using Skype or SIP and so much more - all powered by Voxeo - the largest and most reliable hosted communications platform in the world.

Tropo is currently in BETA and will always be absolutely free for development use. After the BETA, production use will start at $0.03 per minute. If you encounter any problems whatsoever during testing, please contact us via the help menu above. Thanks and happy Tropoing!


Sample Code

Here's a simple JavaScript example that shows you how to, well, you know.

answer();
say("Hello, world!");
hangup();

The following JavaScript example demonstrates how to ask a caller for input.

Call, text, or IM this application!
Phone: (407) 545-6919
SMS: (813) 421-1963
IM (Jabber/GTalk): tropo-demo@bot.im

answer();

result = ask("For sales, just say sales. For support, say support.",
		{choices:"sales, support", repeat:3});

if (result.name == 'choice') {
	if (result.value == "sales")
		say("sales is not available right now.");
    
	if (result.value == "support")
		say("support is currently on the other line.");
}

hangup();


View our documentation for many more samples in each of the supported languages.

©2009-2010 Tropo.com - Brought to you by Voxeo Corporation

Ready to create your first Tropo application?

News & Updates

January 20, 2010

Tropo Adds WebAPI and Conferencing

Tropo's new RESTful WebAPI talks with your application over HTTP, allowing your servers to drive Tropo sessions. The WebAPI also supports conferencing.


August 26, 2009

Tropo Adds Transcription

The record method can now transcribe your audio files, sending you the transcribed text via email or an HTTP POST.


August 25, 2009

Tropo Adds SMS and IM

In addition to being able to call your applications with any telephone and VoIP client, Tropo applications now support communication via instant messaging and SMS.


March 3, 2009

Tropo Launches!

We're delighted to introduce Tropo, your new best friend in the world of voice application development.

Even though Tropo is brand new, you can already write applications using your choice of JavaScript, PHP, Ruby, Groovy, and Python. More languages coming soon.