Solved

Can I send a 'summary' email at the end of each run?

  • 15 November 2021
  • 3 replies
  • 6 views

Badge +7

I have a basic project as shown in the screenshot. In this example there are 54 items that need data cleansing (at the rejected port), I am wanting to send ONE email at the conclusion of this run, with a list of all the Property Numbers that were captured here.

 

If I add an emailer at this 'rejected' port I will get 54 emails. I am assuming there is a simple way to list then expand into the body of a single email?

 

workbench example

icon

Best answer by david_r 15 November 2021, 13:03

View original

3 replies

Userlevel 4

You can e.g. use an Aggregator transformer to only send a single mail from the Rejected port. You could configure it to concatenate all the ID's into a single string.

Badge +7

You can e.g. use an Aggregator transformer to only send a single mail from the Rejected port. You could configure it to concatenate all the ID's into a single string.

Thanks David.

How do you recommend I format them into the HTML email?

Use <br> as the separator or similar?

Userlevel 4

Thanks David.

How do you recommend I format them into the HTML email?

Use <br> as the separator or similar?

Depends on your requirements. Using <br> or a bullet list is certainly the easiest. If you want to get really fancy with it, you could use the HTMLReportGenerator.

Reply