Skip to Content
Menu

Whatsapp Wati Integration

by
Odoo

68.27

v 17.0 Third Party 1
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 94
Technical Name os_whatsapp_wati
Websitehttps://t.me/odoo_station/
Versions 17.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 94
Technical Name os_whatsapp_wati
Websitehttps://t.me/odoo_station/
Versions 17.0

Whatsapp Wati Integration Base

Requires Active subscription with https://www.wati.io


Configration


Development Your custom Module

This module allows you to send WhatsApp messages directly from your application.

    class MyOtherModule:
    def send_whatsapp_message(self, mobile, message):
        wati_base = osWhatsappWatiBase.OSWhatsappWatiBase()
        wati_base.send_whatsapp_message(mobile, message)
        print(f"WhatsApp message sent to {mobile}: {message}")
    
  

To use this module, simply call the send_whatsapp_message() method with the recipient's mobile number and the message you want to send.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.