
Advantages of Voicent's
AutoReminder
- One time purchase, use forever
- No monthly fee, no contract
- Easy setup in less than 10 minutes
- Works on any PC
- Works with VOIP, PBX, phone line
- Feature rich and yet easy to use
- You can try it before you buy it
Integrate With AutoReminder
Voicent AutoReminder provides extensive HTTP/web programming interface and command line interface. Through these programming API, you can create a new appointment, schedule a phone call, query call status and confirmation status.
If you need more control of the call, Voicent also provides developers with gateway level interface. Compared with the application level interface, such as the AutoReminder programming interface, the gateway level interface is a lower level programming interface and offers more options and flexibility.
HTTP/Web Programming Interface
The following is an example of scheduling a reminder in a Visual C++ program:
CHttpConnection* conn = sess.GetHttpConnection("localhost", 8080);
CHttpFile* pFile = conn->OpenRequest(HTTP_VERB_POST, "/addhandler");
pFile->SendRequest(NULL, 0, poststr, strlen(poststr));
where poststr contains information about the reminder call
Since the interface is HTTP based, you can use it with your favarite programming language. For more details, please see Voicent Appointment Reminder HTTP/web Interface.
Command Line Interface
The following is an example of importing appointments through the command line:
aptbook.exe -import "appt_file.csv"
For more details, please see Voicent Appointment Reminder Command Line Interface.
Using Voicent IVR Studio
To further customize your call message and integrate it with your web site, CRM, or email server, you need Voicent IVR Studio, which enables you to create multi-level, multi-language interactive applications. It is fully integrated with Voicent AutoReminder software.
For more details, please see Voicent IVR Application Design Tool.
Gateway Level Integration
Voicent Gateway is a platform for developing state-of-the-art interactive programs. The gateway supports the W3C VoiceXML standard for interactive voice/phone applications. It is also a 2-way SMS gateway for interactive text messaging application.
Voicent Gateway uses standard HTTP/web interface, which allows you to use almost any programming languge to interact with the gateway. We have sample code in Java, C#, C++, PHP, Perl, Python, VB. For more details, please see Voicent Voice, SMS, Email Developer Resource Center.
It's absolutely free to download and try Voicent's Auto Reminder and Voicent Gateway software. You don't need a credit card or even to supply an email address to try it.
Get developer-related information. It is free to join
Get free trial version of Voicent gateway.
Developer Annual Subscription and Support
Developer's annual subscription provides program developers with the very latest Voicent application development tools, up to date Voice XML and SMS text message API, and expert consulting to create your own product solutions. With this subscription, you get a complete Voicent Gateway Client API with sample code and tutorial; timely updates throughout the year; unlimited developer support. This tool kit is essential for developers who want to create your own software product based on Voicent Gateway. The developer annual subscription offers:
- One year expert software developer support
- Gateway library software developer kit (SDK)
- Consultation on application API development
- VoiceXML command line simulation software to help you develop your own API
© Copyright 2002 - 2012, Voicent Communications, Inc.
