Creating custom audio campaigns

Custom Audio campaigns are campaigns in which each person called receives an audio message tailored specifically to them. This is accomplished by using details in the phone list you upload to change what the audio message says for each call. Each custom audio message is comprised of one or more parts. Each part seamlessly plays together as one audio message. There are several steps involved with creating custom audios. You should first familiarize yourself with Creating a new campaign as custom audios must be built for an existing campaign. Below is an outline of the steps that are needed to complete a custom audio message.

  1. Switch client ID context to the client you want to create the operator for with SwitchClientId
  2. Generate a new campaign and callsetid with GetCallsetId
  3. Generate each new custom audio part with NewCustomAudio
  4. Update and change each custom audio part with UpdateCustomAudio
  5. Check the settings and integrity of each custom audio part with CheckCustomAudio

After each part is completed successfully, you may then use TestCall to hear your completed audio.

See also