<... menuid="">

 

Type

attribute

Elements

campaign | prompt

Data type

char[50]

Values

alphanumeric

Description

Identifier for a call campaign.  The menuid for a call campaign is available from the Campaign Options link on the Campaign Checklist on the Developer tab.

 

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: Connect Call Event

<campaign menuid="1-3" callid="213167" action="4" callerid="8182238964"/> 

 

Example 3: Key press Call Event

<prompt menuid="1-3" callid="213167" promptid="2" keypress="10000000"/>

 

Example 4: 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> 

 

Example 5: Call Summary for an outbound call

<campaign menuid="1-2" duration="14" phonenumber="8182238964" status="Successful" comment="Human Answer" callid="123" dateandtime="5/20/2004 10:50:50 PM">

   <prompts>

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

      </prompt>

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

      </prompt>

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

      </prompt>

   </prompts>

</campaign>