Forum Discussion
bojanvelevski
3 years agoValued Contributor
Hi @kandulah,
Sure you can. You’ll need to setup an account, and properly configure an Email Sender snap depending on your logic there.
Be careful, because if you configure the Email Snap to be after the loading of the records, and if you’re updating the records one by one, or in chunks, you will send out an email on every record/chunk.
If you want to send out an email on a pipeline execution, no matter how many records or chunks you process, just place a disconnected Email snap outside the pipeline flow. That will asynchronously send the message.
kandulah
3 years agoNew Contributor II
Thank you @bojanvelevski