Hi people,
I am using (odoo v16) marketing automation to launch some marketing campaigns.
I have a list of recipients and a template that says "Click" (if you are interested).
Those contacts who are interested are redirected to a form and I am trying to set by default the name and the email of the recipients of this form.
To do so I am modifying each template adding the name and email in the url:
Next step is grab the url data using a controller:
The issue is that I dont know how to access to the template to insert the data.
does anybody have an idea ( using js or maybe some method that opens the body on each page)
Take in count that I do campaigns every week so is not a good solution to change 1 template.
Thanks in advance.