How to integrate WhatsApp Business API with Mautic?

Hi,

I am using the version v4.4.8 and I am looking for a way to send WhatsApp campaigns from Mautic.

Is there any plugin to do that?
Can Twilio achieve this?

I am looking for a plugin that integrates directly with WhatsApp Business API or via a third messageing platform like Twilio.
Or, a simple approach that doesn’t require lots and complicated coding.

Hi,

Hi, thanks for the hint, I already checked some old messages regarding this issue in the Mautic Forum inlcuding the message you highlighted.
So, I asked this question for the latest version of Mautic in 2023, and also this question is not for Twilio precisely, it’s a wide question about integrating WhatsApp API with Mautic.
I want to check if someone has a new and straighforward way to get this done.

Maybe it is not 100% straighforward, but there is a plugin that can send your messages to a webhook, and in n8n you have a simple workflow to forward it to your Whatsapp Business account. Here the link for the plugin:

Twilio change the protocols for send whatsapp menssage. In the past you only need to send the content of the message, now you need to register it and get an ID MESSAGE and when you send from mautic (or anyelse) do not send the text message, instead, send the ID MESSAGE that was preaproved in twilio.

This impact in the older sms integration for whatsapp for version 2 of mautic.

We need to make a new module for it.

But you can do with webhook

as show in

remember the parameter and the encoded

also the FROM now its a ID that twilio provides, not the number.

and the content it other ID that twilio provides (you must pre register your messages on twilio)

hello sir,
I have found a suitable plugin and it runs smoothly : my plugin works and running sir, : https://www.youtube.com/watch?v=ZT15XqhxOWQ

Whapi offers an easy to use API for sending whatsapp messages: https://whapi.cloud/
I’ve managed to send bulk messages using a webhook action in a campaign like jpgiron described above

Hi everyone,

I’m not sure if this is the right place for this question, but I’ve been searching the forum for over an hour and can’t find a clear way to create a new post. I apologize to the original poster for adding my question here, but I’m really struggling.

I’ve just installed the latest version of the software, and as a first-time user, I’m encountering some issues. The installation appears to be correct, but since I’m using a VPS server rather than a dedicated server, I’m having trouble with the Campaign Builder. While sending and tracking emails works fine, every time I try to create an email, I get the error message: “Your request could not be processed, please try again.” The logs don’t provide any clues.

I’ve reinstalled the software three times and continue to face the same issue. The software is behind a basic firewall, and I can’t find documentation on specific port requirements.

Has anyone encountered this issue before or have any suggestions? I’m getting quite frustrated and on the verge of giving up, even though this software came highly recommended. I’m finding it difficult to locate clear documentation or debugging instructions. Any help would be greatly appreciated.

Go to any non post page like https://forum.mautic.org/
and there you will have (in desktop) a big blue circle with a white plus symbol.

About your specific question:
Have you tried the logs at:
/mautic_installation_directory/var/logs/ ?

If that does not help you, open a new post in this support forum and we will try to help you over there.

BTW are you using CPANEL in the VPS, another manager or just CLI?