Brevo - Sendinblue - Templates - Parameters

Hi everyone!

I am using a Brevo template do send a temporary password to the user.

1 - I created the template and inserted the parameters in brevo
2 - I am making an API call with the parameters on the body
3 - The email is delivered without the dynamic parameters.

Do you know what can it be?

Brevo template:


Email: {{email_login}}

Senha temporária: {{senha_temporaria}}

API Call:

Delivered email without the dynamic parameters:

I can see that there are no errors on Transacional > Logs on Brevo

Ps:
I am making the call from the API Connector.

Is it working when you initialize your call but not in run mode or it’s not working even from initialization ?

Your template also need to be in the new Brevo template language

Read this:
https://help.brevo.com/hc/en-us/articles/4402386448530-Customize-your-emails-using-transactional-parameters#tab-content-121

It’s sending the email when I click “Initialize call”.

The problem is that the parameters are not included in the email received (it’s blank)

But according to your original post, you didn’t set your parameters correctly in Brevo. Check the link I’ve provided. It should be {{params.email_login}} for example

No. In API connector, you keep the same settings. It’s only in template that you needed to edit.

In API connector, this stay "params":{"email_login":"<email_login>"}

1 Like

Thank you for your patience, @Jici

It worked finally! Thank you!!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.