How could I use Retool to send a bulk amount of emails to different email addresses?

@alessyl :wave: Welcome to the community!

While Retool Workflows can help with automating and managing tasks, sending a large batch of emails (like 10,000) efficiently typically requires a dedicated email service provider that can handle bulk email sending.
For actual emailing, use a dedicated ESP (email service provider) such as SendGrid, Mailgun, Amazon SES, Mailchimp etc...

Connect Retool to the ESP:

  • You might need to connect Retool to an API provided by your chosen ESP

Set Up an API Call in Retool:

  • Create an API resource in Retool to handle sending the emails through your ESP.

Create a Workflow:

  • Use a workflow to fetch user data in batches and send them through the ESP.

Just of consideration, ensure to handle email limits and avoid being flagged as spam by batching your requests and adhering to ESP guidelines. By leveraging Retool for automation and scheduling while depending on a reliable ESP for the heavy lifting of email distribution, you can achieve scalable bulk email sending effectively. Hope this helps

1 Like