-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send transactional template to multiple recipients #899
Comments
Yup, that's totally possible. You'd basically be merging the two examples that you've linked. May be simplest to use sending multiple emails to multiple recipients as a starting point and replace |
I tried this but got the following error Is there a working example somewhere of the sendgrid v3 syntax for sending a message to multiple recipients using personalization? |
Ack, you're right. I'll look into an update to make this simpler. |
Fixes #899 This is helpful when sending multiple emails to multiple recipients. You can now include the dynamic template data with the recipient which will then be included in the personalization.
Fixes #899 This is helpful when sending multiple emails to multiple recipients. You can now include the dynamic template data with the recipient which will then be included in the personalization.
Fixes #899 This is helpful when sending multiple emails to multiple recipients. You can now include the dynamic template data with the recipient which will then be included in the personalization.
Fixes #899 This is helpful when sending multiple emails to multiple recipients. You can now include the dynamic template data with the recipient which will then be included in the personalization.
Issue Summary
Is it possible to use transactional templates and send to multiple recipients that have their own dynamic data? If it is possible it would be great if an example could be added to the documentation.
I'm doing this currently by creating a message for each recipient individually, and then sending individually. What I'd like to do is a cross between the sending multiple emails to multiple recipients example and the transactional templates example.
This is my current solution:
I'd like to be able to submit this all as one job though.
The text was updated successfully, but these errors were encountered: