Hello!
I have a really simple scenario that sends an email to a mailing list once a file is added to a specific folder on drive.
I was wondering if there was a way to send myself a message on Slack or an email once the scenario completes.
So far, it sends me a message for each email being sent. Is there anyway to make it send just one message?
Thanks in advance!
Kizzy
Hello,
does the Slack message contain any data from the email modules?
You can use an aggregator module after the Email module to combine all the bundles in a single one, then the Slack module will be executed only once and you can map the data needed as an array instead.
1 Like
No I basically want the message to notify me when the scenario is complete so I can keep track of the emails being sent to my list.
Would this still work with that?
Yes and no email will be sent if the bundles are empty. However if you want an email sent regardless if any messages were sent or not you can and a router near the begining and have a route that sends the email.
Hope this helps!