<... dateandtime="">

 

Type

attribute

Elements

campaign | phonenumber

Data type

date/time

Values

valid date/time

Description

 Sending calls:

 

Optional attribute.  The scheduled delivery time for a call.  If not included, delivery time defaults to immediate.  Calls will be delivered when delivery time < current time.

 

Receiving calls:

The time the call was completed.

 

Times are shown in the time zone associated with your account.  To see the timezone associated with your account, log in to your VoiceShot account and select Your Account --> Account Preferences.

 

Example 1: Sending a call

<campaign menuid="1-1234" action="0">

   <prompts>

      <prompt promptid="2" tts="Web server 5 is down." />

   </prompts>

   <phonenumbers>

      <phonenumber number="8185550100" dateandtime="1/1/2003 3:00 PM" callid="123abc" callerid="8182238964" />

   </phonenumbers>

</campaign>

 

Example 2: Call Summary

<campaign menuid="1-1-1234" duration="25" callerid="8182238964" callid="213155" dateandtime="5/23/2004 3:11:38 PM">

   <prompts>

      <prompt promptid="1" keypress="2">

      </prompt>

      <prompt promptid="3" keypress="1">

      </prompt>

   </prompts>

</campaign>