You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using brevo on my application to send email with an template ID with the following body parameters: templateID, params and messageVersions. I have a script that creates a dynamic messageVersions, it can send from a single to multiple contacts, each contact should receive a individual message version with its name.
While testing sending to multiple contacts i always made the following request and everything was replaced when the email was sended.
Is it a expected behavior ? It looks like that the messageVersions params become the global params and the real one is ignored.
Unfortanely with this behavior founded by us, now we are making a full request on every messageVersions like this, because often we are sending email to only one recipient:
I'm using brevo on my application to send email with an template ID with the following body parameters: templateID, params and messageVersions. I have a script that creates a dynamic messageVersions, it can send from a single to multiple contacts, each contact should receive a individual message version with its name.
While testing sending to multiple contacts i always made the following request and everything was replaced when the email was sended.
But when i tested for a single contact the global params was not replaced and only the info in the messageVersions.
Is it a expected behavior ? It looks like that the messageVersions params become the global params and the real one is ignored.
Unfortanely with this behavior founded by us, now we are making a full request on every messageVersions like this, because often we are sending email to only one recipient:
The text was updated successfully, but these errors were encountered: