<prompts>

 

Element:

prompts

Attributes

n/a

Parents

campaign | phonenumber

Children

prompt

Description

Defines a block of prompts.

 

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" callid="123abc" callerid="8182238964" />

   </phonenumbers>

</campaign>

 

Example 2: Call Summary for an inbound call

<campaign menuid="1-3" 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>