01-09-2024 05:15 AM
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?
Solved! Go to Solution.
01-12-2024 06:31 AM - edited 01-12-2024 06:36 AM
do you remember to clear the exception in your goto - otherwise it will loop.
Do the send email here (After Clear Exception) :
01-09-2024 05:55 AM
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
01-09-2024 06:26 AM
Yes, that would certainly be even better, but which report should I use there, are they already predefined?
01-12-2024 06:31 AM - edited 01-12-2024 06:36 AM
do you remember to clear the exception in your goto - otherwise it will loop.
Do the send email here (After Clear Exception) :
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide