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

Is it possible to send an email to a partner with the XmlRpc API? I tried using the following PHP code, but I can't figure out how to compose the arguments.

$id = $client->call('res.partner', 'message_post', array(
        $parterId,
        'body',
        'subject'
    ));

This call succesfully posts a message to the user's document but sends no email.

Am I using the right model? What arguments should I pass?

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
3
jul. 25
3581
1
jul. 25
1561
5
maj 25
19233
0
apr. 25
1570
1
apr. 25
1947