Forum Discussion
Hey @peter,
Sending emails is based on the incoming documents. So if you have 10 documents on input, the email snap will send 10 emails. There are several options to fix this, depending on the use case.
• Use chunking. Group By will help to group the documents into an array and include that array in the contents of the email if needed.
• Use script. You can easily add a Script snap and write a simple code to wait certain amount of time on every document.
• Use async emailing. If the incoming data is not included in the content of the email, you can separate the email as a lone snap, with closed input. This will send email right from the start of the pipeline.
If none of this helps, please share some more details.
The pipeline has several hundred html emails, each is specific to each recipient.
Ideally I would like to send in small batches with a delay between each batch.
If I group the emails into batches of 10 using group by, how do I put a delay between each batch?
Hi @AleksandarAngelevski ,
Can you please help me on this.Thanks in advance.
@pjanapati Please refer to this post
Related Content
- 2 years ago
- 2 years ago
- 11 months ago