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?
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.