Processing the httpsapi in interval

When we read data from google sheet it works fine, now when we connect the node to send grid to send an email it sends email in a single hit, how to put delay between each email sent by sendgrid API

Read spreadsheet has 1000 data in nodes, now I want to delay this 1000 sending one by one not at once how it will be done

Hi @chandan988, are you using the SendGrid Node or the HTTP Request node to send data to SendGrid?

When using the HTTP Request node, you could simply set the Batch Interval/Batch Size options accordingly:
image

For other nodes you would need to build a loop, similar to what is described here: