Hello,
- I’ve created a workflow to manage a white paper campaign.
- On one side I have a Tally node with a webhook node that sends form information. And on the other side, a Brevo email template sends the white paper.
I’ve attached custom parameters on my template to do something like “Hello $firstname…”.
It works if my client is already on my contact list, but not if they’re not.
Obviously, I would like to work on all cases!
I’ve seen the template parameters but it is not clear how to use it…
I tried something like : “Prenom” = {{ $json.body.data.fields[0].value }}
If you have any idea how to be sure that my template will have the good info?
Thanks !