Time Managers Services Tools Company
bSmart Communications

  API Methods 
       -PutNotification
       -DeleteOutboundItems
       -GetOutboundItems
       -AddText
       -MixSounds
  Web Integration 


Method Name: addtext
This page provides reference for creating a sound file by translating text into an audio sound file. The resulting sound file is then stored in the user's directory of audio messages. The message can then be referenced by its given msg_name so that it can be used as the msg_name_body when scheduling future notifications.

Arguments Value Examples Notes
user_name testdriver valid username
password 12345
msg_text Please attend the sales and marketing meeting. text to be converted into speech
tts_engine Rick The voice that will speak the text
msg_name MyAnnouncement The name you give the resulting sound file


XML Example

<?xml version="1.0"?>
<bSmartXML>
<data>
   <method_name value="addtext"/>
   <user_name value="testdriver"/>
   <password value="12345"/>
   <msg_text value="Please attend the sales and marketing meeting."/>
   <tts_engine value="Rick"/>
   <msg_name value="MyAnnouncement"/>
</data>
</bSmartXML>


Test xml methods with the iPing API tester




QueryString Example

https://www.iping.com/services/iping.asp?method_name=addtext&user_name=testdriver&password=12345&tts_engine=Rick&msg_name=MyAnnouncement&msg_text=Please attend the sales and marketing meeting.


©1998-2007 iPing, Inc. All rights reserved.
Privacy policy | Terms of use | Contact us