Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odgovori
4025 Prikazi

I'd like to send out personalised emails to multiple leads using the marketing automation. 

The goal is to be able to do mass email campaigns that are personalised according to the leads information: name, company, interests etc. 


I would like to be able to add scripts like:

- First Name
- Company Name
- Tags

I'd like to pull the data from the Leads tab in the CRM module. The names are usually stored as contact name (First and Last Name) so I'd like to pull the name and split as to have only the first name. 

Secondly, I'd like to be able to add a pre-header text to the email templates. I do not want it to be part of the email, typically the pre-header is automatically generated by pulling text from the beginning of the email body.

Thanks for your help.

Avatar
Opusti
Best Answer

The solution in Odoo 15 is to switch to code view first (enable debug mode, then click the code view option in the top-right of the email template editor).

Adapt and place the following Qweb style tag where you need it:

<t t-out="object.name"></t>

                
Avatar
Opusti
Avtor

Thanks for the answer!

Avtor Best Answer

Hi István,

I found this video and after checking a bunch of forums it seems that the dynamic values don't work in Odoo 15. The email marketing is frankly not at all up to par with other softwares in the market and is not very user-friendly at all. 

Here is a video that you might find useful. The only way to make it work apparently is to edit the email templates directly:https://www.youtube.com/watch?v=VQJodqSE5DM

Until we decide to do some more customisation work and fix the interface, we have decided to look at alternative softwares for email marketing. 

Best of luck!

JP


Avatar
Opusti

Unfortunately it's really user unfriendly, let's see if v16 brings improvements and the possibility to insert dynamic content in mailings.

Best Answer

+1

I tried some variables, all of them are failed. Did you figure out since august, how to do it?

I tried these, all of them are failed:

${object.display_name}
{{ object.display_name }}
{{ object.partner_id.id }}
${object.name}
{{ object.name }}

Thanks, István

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
avg. 25
1356
4
jun. 25
2143
0
feb. 24
1865
0
avg. 23
2189
0
dec. 22
3307