Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4317 Visualizzazioni

Hello everybody.

I made a website in WordPress and I also have an Odoo account for e-mail marketing and newsletter subscriptions.

I need some help please in configuring my WordPress website so that when a visitor wants to subscribe, to be automatically added into my newsletter subscribers database that I allready have in Odoo.

Is this possible?

Looking forward for your answer.

Thanks in advance!

Avatar
Abbandona
Risposta migliore

Hello, Serkan.

One of the available approaches is using the External API requests to Odoo. 

Try making a request to create a record in the "mailing.contact" Odoo model. See examples by this link: https://www.odoo.com/documentation/15.0/developer/misc/api/odoo.html#create-records

$id = $models->execute_kw($db, $uid, $password,
    'mailing.contact', 'create',
    array(array('name'=>"New Partner")));

Have a nice day!

Yurii Razumovskyi.

Company Garazd Creation

https://garazd.biz

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
ago 24
1089
1
set 23
2807
0
feb 17
6040
0
nov 23
1130
0
set 17
5365