SendGrid Email Substitution for Name

I am able to send each email to the list of emails.

However, when I try to substitute the name, it sends the entire list of persons name in each email. Example Hello {{name}}, will be Hello Bob, Jan, Stan. instead of Hello Bob, or Hello Jan.

How Do i make it coordinate the going down the list of guests, to email the correct name with the correct email.

Would never use SendGrid so just taking a guess - does the To work to separate the emails into seperate threads but not the name? If so → put the send email action in a API Workflow and then run the API WF for a list (results of step 1)

The To sends to separate emails correctly. But each email gets everyones name on the list.

I know that’s why it prob has to be separated out into separate calls. :point_up_2:

1 Like