cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
426
Views
0
Helpful
3
Replies

UCCX send email when call is RNA

MikeHoliday
Level 1
Level 1

I need help. I have a call center and for every unanswered call I would like to send an email to a certain email address, where I would write down the call information. Sending e-mails works OK for me, writing data about the call to this e-mail works as well, but I can't manage to create a trigger that would detect that I send this e-mail only when there is an RNA call.
I used it:
STEP OnException (InactiveContactExcpetion) goto"" , I put it at the beginning and set the goto to the label where I send the mail, etc. I get mail, but with one call I get 100 mails, instead of just one, maybe some reason?

1 Accepted Solution

Accepted Solutions

do you remember to clear the exception in your goto  - otherwise it will loop.

 

ThomasGJohannesen_1-1705070108666.png

Do the send email here (After Clear Exception) :

ThomasGJohannesen_0-1705070090775.png

 

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.

View solution in original post

3 Replies 3

The better/easier solution would be to have a CUIC report. You could even schedule this to run every hour if you wanted an email.

david

Yes, that would certainly be even better, but which report should I use there, are they already predefined?

do you remember to clear the exception in your goto  - otherwise it will loop.

 

ThomasGJohannesen_1-1705070108666.png

Do the send email here (After Clear Exception) :

ThomasGJohannesen_0-1705070090775.png

 

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.