Hello All,
I have scenario where we create a scheduled event and move files from source to destination. We have a business requirement where post moving/copying files to destination we have to send an email to the respective mail Ids whether it is success or failure. Is there a way that we can give those mails Ids dynamically instead of giving them as for ex: abc@def.com,xyz@def.com
I’ve tried calling an IS service and storing the mails IDs in the output and passing it as %toemail% in the send email action. But it didn’t work as the to email in the send email action should be in xxx@def.com
Is there a way that we achieve this ?
I know we can use IS service to send email by calling IS service in MFT action, but for instance if find or copy action fails we cannot capture the output of those actions whether it is successful or not and send a mail based on the status (correct me if I’m wrong)…
Bit lengthy.
Thanks in advance,
Abhiram