We have a scheduled saved CSV import through a scr...
# general
l
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
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
You can handle it in the script using try/catch block.