Email Sequencing Logic

Hello everyone,

I’ve successfully automated sending emails from a list in Google Sheets. Initially, the script wasn’t advancing to the next row after each run (since I’d set the limit to 1), but I resolved this by adding a module to delete the processed row. This ensures the next email moves to the top by default, while the deleted row is archived in a separate sheet. I’ve attached an image for reference.

Now, I’m stuck on the next step: I’d like to automate sending follow-up emails in the same thread, with a delay of, say, 2 days (48 hours) between each message.

Has anyone implemented something similar before? Any guidance or suggestions would be greatly appreciated.

Thanks in advance!