Issue with sendTemplate: Email via Brevo with Template Parameters

I am encountering an issue when trying to send an email via Brevousing dynamic parameters in n8n.

What is the error message (if any)?

The email is sent, but it is empty. The dynamic variables I set (such as TITRE_ARTICLE_BLOG and CONTENT_ARTICLE_BLOG) are not properly inserted into the email template.

Please share your workflow

Share the output returned by the last node

The email is sent without any content. The dynamic parameters, such as {{ contact.TITRE_ARTICLE_BLOG }} and {{ contact.CONTENT_ARTICLE_BLOG }}, are not correctly populated.

I have correctly configured the contact attributes in Brevo, namely TITRE_ARTICLE_BLOG and CONTENT_ARTICLE_BLOG, and in the preview of my Brevo template, they appear as {{ contact.TITRE_ARTICLE_BLOG }} and {{ contact.CONTENT_ARTICLE_BLOG }}. However, these variables are not being replaced with the correct data in the email.

you just need to add params. eg: params.TITRE_ARTICLE_BLOG
TITRE_ARTICLE_BLOG

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.