1 Automated Late Return Email Shared by Steve Klein, Liquid Church 13 days ago Administration / Finance Beginner BackgroundDonations made through ACH can fail in a number of ways - incorrect routing or account numbers, insufficient funds, etc. In addition, it typically takes a few days for ACH transaction to clear, so the donor (and your Finance team) may not even be aware that there is an issue. This recipe walks through the set up of an automated late return system which will generate an email for each failed ACH transaction. It consists of the following components:Data views - used to identify failed transactionsWorkflow - sends an email for each failed transactionSystem job - runs daily to trigger the workflow for each person in the data viewData ViewsYou'll need to set up these two data views:Late Returns Yesterday - this DV returns failed financial transactionsLate Returns Yesterday People - this DV returns people associated with late returnsWorkflowThe workflow is attached to this recipe - you just need to download and import into your system and then customize the Send Email action a bit for your context (perhaps have it originate from your finance team).System JobSet up a Data View to Workflow job type to run each day:That's all there is to it! Please reach out on Rocket Chat @steve.klein if you have any questions or feedback. Download File