Hi community,
I’m pretty green on all of this. Tried to pull together various community posts and Youtube videos, but I’m stuck on getting Sendgrid to send an email with Dynamic Template Data. I’m probably missing something really straightforward
The goal
I have an Airtable base with product orders and want to send an email to customers asking them to review the item they bought. The email content needs to be personalized with a customer name, product name and a link to a form where the review is captured.
My current setup
In the Airtable base, I have a column with a date for when to send the email (x days after purchase). In Make, I do a daily search on rows that match todays date. So far so good…
Using other community posts, I’ve learned that I need to prep that data for Sendgrid with an Array aggregator.
The Array aggregator works nicely to send the emails, but I don’t have the data to personalize the email content available. It get’s lost in the Array aggregator, but I can’t figure out how to set it up so it includes all the needed fields. I have tried to set the ‘Target structure type’ in the Array aggregator to custom and include all the fields I need, but then the Sendgrid module fails on the ‘Send to’.
It’s probably a rookie mistake, but I can’t find it. Any support is appreciated!