cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
434
Views
0
Helpful
1
Replies

Outbound Dialer

commercial
Level 1
Level 1

Would like to know the process for creating an outbound dailer that would allow UCCX to call customer when Warranty is about to expire.  I am sure there is scripting involved but wanted to know if this is possible.

1 Reply 1

Anthony Holloway
Cisco Employee
Cisco Employee

Just create a script that reads your customer records, and uses the place call step to call each one back sequentially.

label get next record

read record for contact info and days until expiration

if record is not empty

     true

          place call to contact info

               success

                    play prompt your warranty is expiring in X days

                    terminate call

                    goto get next record

               failure

                    goto get next record

     false

          end

You will need some way of kicking this event off.  the easiest way is to setup an HTTP trigger on your app, then have a scheduled task hit that URL at a certain interval.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: