We have a scheduled saved CSV import through a script. I'm wondering if it's possible to automatically forward the error file to a specific email address?
m
Michael McNamara
02/19/2024, 3:38 PM
There s a place on the script where you can either assign a group to get error messages or add a comma deliminated list of emails to send to.
a
Arun S Keerthi
02/19/2024, 11:45 PM
You can handle it in the script using try/catch block.