Feedback

  • Contents
 

Blended Campaign Pseudocode


Initialize object added handler:

When the script loads:

  Run the ObjectAdded function when an object is added to the agent queue.

End function


Handle incoming call:

When an object is added to the agent queue:

  If the object is a call object:

    Assign object id to this scripter object

    If the call object is associated with the Dialer workgroup:

      Reset the object added handler

      Launch the inbound call script

    If the call object is not associated with the Dialer workgroup:

  Release the object

End function