How to group data for email?

Hi experts,

I am working on an integration where my export is FTP and my import is NetSuite. I wish to send an email notification with the record ids created in NetSuite. Now, I have to send a single email for all the Ids generated, the issue here is every time an Id is generated as a response provided by NetSuite Connector an email is sent.

Is there a way to aggregate all the IDs and send a single email?

Thanks,

Hi @chirag2006,

Thanks for posting this question to the community. I reached out to our internal team for ideas on this and hope to have a response soon.

-Kate

Hi @chirag2006 -

Here are a couple suggestions I received:

  • An FTP aggregator at the end that creates a single file. This would need an FTP connection.
  • A new flow that runs right after this flow which picks up new records that were created. This would not be linked to a job and could have multiple jobs records combined.

Hope this helps!

Thanks,
Kate