Jul 24, 2024 10:58 AM - edited Jul 24, 2024 11:00 AM
Hi, I am new here.
I have some columns like name, email, job title. I have 3000 rows of these data. I want to send personalized emails to all of these 3k users with their name and job title. How can i do it? Is there any automation or extension available which can help me with sending these email automatically?
Thanks for help.
Solved! Go to Solution.
Jul 24, 2024 11:41 AM
You can check out the SendGrid extension or the MailerSend extension to see if either of those do what you want!
Otherwise, for anything more advanced, you would need to choose a mass email mailing service that you like (which could be SendGrid or MailerSend), and then you can automate the entire process with Make's advanced automations & integrations.
If you’ve never used Make before, I’ve assembled a bunch of Make training resources in this thread. For example, here is how you would instantly trigger a Make automation from Airtable.
— ScottWorld, Expert Airtable Consultant
Jul 24, 2024 11:41 AM
You can check out the SendGrid extension or the MailerSend extension to see if either of those do what you want!
Otherwise, for anything more advanced, you would need to choose a mass email mailing service that you like (which could be SendGrid or MailerSend), and then you can automate the entire process with Make's advanced automations & integrations.
If you’ve never used Make before, I’ve assembled a bunch of Make training resources in this thread. For example, here is how you would instantly trigger a Make automation from Airtable.
— ScottWorld, Expert Airtable Consultant
Jul 24, 2024 06:02 PM
Yeah, you can do this with Airtable automations! Here's Airtable's guide: https://support.airtable.com/docs/send-an-email-action
If you don't want to have Airtable's branding on it, you can also send emails via Gmail / Outlook with automations too
Try creating a checkbox field and making the automation trigger off of that
Jul 24, 2024 09:05 PM - edited Jul 24, 2024 09:05 PM
No, you are incorrect. He can’t use either of the options that you listed above.
Airtable’s “send email” automation has a limit of 1,000 unique email addresses per day unless he is on the enterprise plan. (And even then, only 1000 emails can be sent per automation run.)
Similarly, Gmail has a limit of 500 emails per day for free plans and 2,000 emails per day for paid plans.
The only way to accomplish this is to use a dedicated email sending service, as I previously mentioned above.
— ScottWorld, Expert Airtable Consultant
Jul 25, 2024 03:19 AM
That's true! If it was really urgent and we need to send all 3000 emails out in a single day then we would definitely need to use an external app like you said
If it wasn't urgent and we could spread out the emails over a couple of days we could keep it all within Airtable and avoid adding more third party apps and potential subscription fees!
For example, SendGrid's free plan only allows 100 emails per day, and we'd have to pay for a subscription to send out 3000!
MailerSend's free tier has 3000 emails per month, so that'd work here! Their API only allows 500 emails per bulk email request though, so I reckon we'd just have to click on the "Send email" button a couple of times in the extension or something?
Jul 25, 2024 05:12 AM
Thank you everyone for your help.