is it possible to use Sendgrid personalizations in a way that allows sending dynamic template data per each recipient? E.g. with Sendgrid API you can do the following:
Sure! You can create an EmailMessage object for each user and modify each object with the dynamic template data accordingly. See the dynamic template example in the readme for an example of how to do this.
Hello,
is it possible to use Sendgrid personalizations in a way that allows sending dynamic template data per each recipient? E.g. with Sendgrid API you can do the following:
that way we can add different personalization per each recipient and send different
dynamic_template_data
to each