|
Designing Campaigns |
|
The VoiceShot Web site provides you a set of graphical tools to quickly and easily build your campaigns.
Campaigns can include the following actions:
Table 1: Campaign actions
The actions above can be executed on the following conditions:
Table 2: Conditions for executing campaign actions
VoiceShot campaigns start with a main greeting or message. For this message and each message in your campaign, you can define a set of actions that will be taken by the campaign in order to handle the responses of the person on the phone. Responses, such as key presses, can either be processed directly by your VoiceShot campaign or passed to your application with the API for processing.
Graphical campaign design is done from the Design Campaign screen in your VoiceShot account. You can add different actions by clicking the dropdown:
Figure 3: Adding actions
Campaigns transition from one action to the next based on a responses from the phone. For example, if a person on the phone pressed the 0 key, you could transfer them to another phone number. We call this transferring to a live operator:
Figure 4: Campaign with a play and a transfer
There are other actions as well. For example, your campaign could respond by playing a sound file if the person on the phone did nothing:
Figure 5: Campaign with a transfer and multiple plays
Below the campaign jumps back to MyMessage.wav if the person on the phone pressed a key other than the 0 key:
Figure 6: Campaign with a transfer, multiple plays and a jump.
The example above includes an OTHER condition. It is basically like an ELSE in an IF...THEN...ELSE block. Learn more.
These are just a few examples. As you can see, you can add many features to your campaign without writing a single line of code. The power of the VoiceShot IVR API model lies in building as much of your campaign as possible at VoiceShot Web site with easy to use graphical tools and then using the API to interface that campaign into your applications and data. If an action never changes, set it directly in your campaign to save development time and effort.
|