Open emadalam opened 2 years ago
This issue has been automatically marked as "stale:discard". We are sorry that we haven't been able to prioritize it yet. If this issue still relevant, please leave any comment if you have any new additional information that helps to solve this issue. We encourage you to create a pull request, if you can. We are happy to help you with that.
As per the SendGrid send api specs, the
dynamic_template_data
is supported on individual items inside thepersonalizations
array. However theSendGridAdapter
seem to ignore the key from individual items while building the request object.Support for this is needed to send a dynamic template with placeholders to multiple recipients via a single api call, as supported by the SendGrid apis. Any workarounds or fix for this or am I missing something here?