Skip to content
View in the app

A better way to browse. Learn more.

DoniaWeB

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
     

Whatsapp Gateway | Multi Device v14.7.0

Featured Replies

On 4/22/2026 at 12:09 AM, Magd Almuntaser said:

The plugin has been added to the (Marketplace).
You can install it if you wish from the
Plugins page.


- Added Sky Cast v1.0.0 (By Magd Almuntaser) - [To support Magd Almuntaser, click here].


Description: Send daily weather reports to WhatsApp contacts. Supports Open-Meteo (free), OpenWeatherMap, and WeatherAPI with fully customizable message templates.


Screenshot:

screenshot.webp

======

1 (16).webp

======

New Project (1).webp

On 4/19/2026 at 9:21 PM, Magd Almuntaser said:

The plugin has been added to the (Marketplace).
You can install it if you wish from the
Plugins page.


- Added Disaster Alerts v1.0.0 (By Magd Almuntaser) - [ @Magd Almuntaser ] [To support Magd Almuntaser, click here].


Description: Monitor earthquakes and tsunamis for a selected country and automatically broadcast WhatsApp alerts to phone numbers.


Screenshot:

screenshot.webp

=========

2 (9).webp

=========

1 (14).webp

=========

3 (2).webp

This is a very useful plugin.

Can it send messages to groups?

Every time I enter a group recipient number ([email protected] / [email protected]), after clicking save, the recipient number defaults to 123456789 / 123456789567) and the @.g.us suffix automatically disappears.

Maybe there's a plugin update that will allow sending notifications to groups.

  • Replies 9.3k
  • Views 1.2m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Magd Almuntaser
    Magd Almuntaser

    What's new in version 11.0.0 (so far): - Added Chat System (Customer Service). - Fixed Connection problems With WhatsApp. - Fixed Generate QR Via API. - Fixed Delete Sections From Edit List Page. - Fi

  • Magd Almuntaser
    Magd Almuntaser

    English: Version 14.0.0 is now nearly complete. A lot has been changed in this version because of the plugin system, as features have been separated and converted into plugins. Therefore: Testers are

  • Magd Almuntaser
    Magd Almuntaser

    Version 11.0.1 has been released What's new in version 11.0.1: - Fixed Stop/Start AI In Conversations. - Fixed Chat Date (Database). - Fixed Migrate To Database. - Fixed Plans Page.

Most Helpful Posts

  • Magd Almuntaser
    Magd Almuntaser

    English (EN) I have already informed you that WhatsApp is rolling out new updates. These updates are being sent to some numbers first and will gradually reach all numbers worldwide. The first update i

  • Magd Almuntaser
    Magd Almuntaser

    What will be available in version 11.0.0: - A chat system will be added. - A customer service system will be added (integrated with chat). - Some Indian payment gateways will be added. - Order design

  • i give you the step: Stop your Node server. Download the files validate-connection.js and validate-connection.d.ts from the links provided below. Go to the directory: /your_mpwa_directory/node_modul

Posted Images

17 hours ago, IT The Explorer said:

kereen bangeet ini..kapan launchingnya 😍

malam ini otw

15 hours ago, spacibekti said:

ditunggu om

siaappppppppppppppp

Saya kirim Single Message error "500 Server Error"

Screenshot 2026-04-26 at 23-52-15 Server Error.png

Saya kirim via API juga error

Screenshot 2026-04-26 at 23-54-52 .png

Padahal status sudah terhubung

Screenshot 2026-04-26 at 23-54-37 Scan 6285645250201 MPWA Multi device version.png

Apakah ada yang tahu solusinya? 🙏

  • Community Expert
  • Author
34 minutes ago, Ipo Kane said:

Saya kirim Single Message error "500 Server Error"

Screenshot 2026-04-26 at 23-52-15 Server Error.png

Saya kirim via API juga error

Screenshot 2026-04-26 at 23-54-52 .png

Padahal status sudah terhubung

Screenshot 2026-04-26 at 23-54-37 Scan 6285645250201 MPWA Multi device version.png

Apakah ada yang tahu solusinya? 🙏

You need to disconnect and reconnect your number to take a new session ..
Sometimes WhatsApp forcibly logs you out without your permission to update the keys with its company.

Just now, Magd Almuntaser said:

You need to disconnect and reconnect your number to take a new session ..
Sometimes WhatsApp forcibly logs you out without your permission to update the keys with its company.

OK thank you @Magd Almuntaser , I'll try later.

10 minutes ago, Magd Almuntaser said:

You need to disconnect and reconnect your number to take a new session ..
Sometimes WhatsApp forcibly logs you out without your permission to update the keys with its company.

Sudah saya lakukan hal berikut:
1. disconnect (logout)
2. pastikan folder nomor tersebut di dalam folder credential terhapus
3. hapus manual device dari database

Kemudian saya hubungkan lagi dan berhasil terhubung.

Tapi masalah yang sama masih terjadi 🤒, baik kirim langsung dari MPWA (500 Error Server) maupun menggunakan API.

  • Community Expert
  • Author
3 hours ago, Ipo Kane said:

Sudah saya lakukan hal berikut:
1. disconnect (logout)
2. pastikan folder nomor tersebut di dalam folder credential terhapus
3. hapus manual device dari database

Kemudian saya hubungkan lagi dan berhasil terhubung.

Tapi masalah yang sama masih terjadi 🤒, baik kirim langsung dari MPWA (500 Error Server) maupun menggunakan API.

Okay, so the problem isn't with the numbers, it's with the SSL.

Your website is currently using SSL incorrectly.

If you're using key and cert files, remember that adding code to server.js has changed; it's no longer the same because the programming has been converted to ESM. Here's how to include SSL files:

import https from "https";

const privateKey = fs.readFileSync('key.pem', 'utf8');
const certificate = fs.readFileSync('cert.pem', 'utf8');
const credentials = { key: privateKey, cert: certificate };

const server = https.createServer(credentials, app);

Alternatively, you can download the server.js file from the attachments and change the certificate name if it's not key.pem and cert.pem.

In the routes/web.php file, make sure you put this at the end:

URL::forceScheme('https');

And restart your nodejs ..
don't forget to install troubleshot plugin to check..

server.js

On 4/25/2026 at 7:04 PM, Magd Almuntaser said:

Try again, if not working you can tell me what is your server country?

Very soon i will add API for pairing code ..

restart your nodejs and try again ..


  1. Try again, if not working you can tell me what is your server country? Yes its working now-- Server - India

  2. restart your nodejs and try again-- I restarted Node.js and even tried a fresh install with just Chatbot Flows and Advanced Chat Flows, but I’m still running into the same issue—still not working. Do you happen to have a sample dummy JSON file or a .flow file I could use for testing or as a reference?

7 hours ago, Magd Almuntaser said:

Okay, so the problem isn't with the numbers, it's with the SSL.

Your website is currently using SSL incorrectly.

If you're using key and cert files, remember that adding code to server.js has changed; it's no longer the same because the programming has been converted to ESM. Here's how to include SSL files:

import https from "https";

const privateKey = fs.readFileSync('key.pem', 'utf8');
const certificate = fs.readFileSync('cert.pem', 'utf8');
const credentials = { key: privateKey, cert: certificate };

const server = https.createServer(credentials, app);

Alternatively, you can download the server.js file from the attachments and change the certificate name if it's not key.pem and cert.pem.

In the routes/web.php file, make sure you put this at the end:

URL::forceScheme('https');

And restart your nodejs ..
don't forget to install troubleshot plugin to check..

server.js

I have done as per the instructions, but it still doesn't work. I will try to reinstall again.

  • Community Expert
  • Author

The plugin has been added to the (Marketplace).
You can install it if you wish from the
Plugins page.


- Added Coexistence v1.0.0 (By Wong Tech) - [ @wong ] [To support DUAFA, click here].


Description: Integration of the META to add official WhatsApp accounts and Instagram.


Screenshot:

screenshot.webp

=========

1 (18).webp

========

2 (10).webp

========

3 (3).webp

  • Community Expert
  • Author
On 4/26/2026 at 1:32 AM, spacibekti said:

This is a very useful plugin.

Can it send messages to groups?

Every time I enter a group recipient number ([email protected] / [email protected]), after clicking save, the recipient number defaults to 123456789 / 123456789567) and the @.g.us suffix automatically disappears.

Maybe there's a plugin update that will allow sending notifications to groups.

Yes good idea, i will update them

  • Community Expert
  • Author
3 hours ago, Jei Grey said:

Status-scheduler update v1.0.3

  • crosposting via repliz (threads, fbpage, link, etc)

@Magd Almuntaser

image.png

image.png



- Updated Status Scheduler v1.0.3 (By DGSoft) - [ @Jei Grey ] - [To support DGSoft, click here]
|------> crosposting via repliz (threads, fbpage, link, etc).

screenshot.webp

2 hours ago, Magd Almuntaser said:

The plugin has been added to the (Marketplace).
You can install it if you wish from the
Plugins page.


- Added Coexistence v1.0.0 (By Wong Tech) - [ @wong ] [To support DUAFA, click here].


Description: Integration of the META to add official WhatsApp accounts and Instagram.


Screenshot:

screenshot.webp

=========

1 (18).webp

========

2 (10).webp

========

3 (3).webp

Thanks Dev @Magd Almuntaser

In order for WhatsApp Official and Instagram to be active, Admin needs to add it to the package.

Screenshot 2026-04-27 214705.png

2 hours ago, Magd Almuntaser said:

The plugin has been added to the (Marketplace).
You can install it if you wish from the
Plugins page.


- Added Coexistence v1.0.0 (By Wong Tech) - [ @wong ] [To support DUAFA, click here].


Description: Integration of the META to add official WhatsApp accounts and Instagram.


Screenshot:

screenshot.webp

=========

1 (18).webp

========

2 (10).webp

========

3 (3).webp

@Magd Almuntaser Even after installing and enabling this plugin, its option is still not appearing in the sidebar! Is anyone else experiencing this?

3 minutes ago, Shivendra Kr. Sahu said:

@Magd Almuntaser Even after installing and enabling this plugin, its option is still not appearing in the sidebar! Is anyone else experiencing this?

Open the device menu, I deliberately placed it in the device menu so that it doesn't take up much space in the sidebar, even though it's not visible, the contents are quite good wkwkwkwk

1 hour ago, wong said:

Thanks Dev @Magd Almuntaser

In order for WhatsApp Official and Instagram to be active, Admin needs to add it to the package.

Screenshot 2026-04-27 214705.png

setelah saya aktifkan plugin dan plan ditambah, menu add akun untuk meta khususnya login facebook dan instagram berwarna abu (tidak bisa diklik), jadi penambahan akun harus manual tidak bisa via login FB/IG, apakah memang seperti itu? atau ada tahapan saya yg kurang lengkap

8 minutes ago, spacibekti said:

setelah saya aktifkan plugin dan plan ditambah, menu add akun untuk meta khususnya login facebook dan instagram berwarna abu (tidak bisa diklik), jadi penambahan akun harus manual tidak bisa via login FB/IG, apakah memang seperti itu? atau ada tahapan saya yg kurang lengkap

kalau mau aktif sampean harus jadi Penyedia Layanan Resmi META, di menu Wa Embed Signup dan Instagram Embed Signup dikhususkan yang sudah terdaftar Peneyedia Layanan Meta Resmi, sampean harus punya perusahaan untuk mendaftarkanya, Jika sudah jadi penyedia layanan resmi meta pelanggan tidak perlu isi manual, untuk Wa bisa menyambungkan Wa Bisnis Aplikasi kesitu, jadi pakai api resmi, kalau saya yang ngisi nanti gimana jadinya heheheheee

Edited by wong

16 minutes ago, wong said:

kalau mau aktif sampean harus jadi Penyedia Layanan Resmi META, di menu Wa Embed Signup dan Instagram Embed Signup dikhususkan yang sudah terdaftar Peneyedia Layanan Meta Resmi, sampean harus punya perusahaan untuk mendaftarkanya, Jika sudah jadi penyedia layanan resmi meta pelanggan tidak perlu isi manual, untuk Wa bisa menyambungkan Wa Bisnis Aplikasi kesitu, jadi pakai api resmi, kalau saya yang ngisi nanti gimana jadinya heheheheee

oh siap, saya kira emang bisa otomatis login via fb/ig 😅

tapi pluginnya joss 👍

saya isi manual bisa berfungis untuk wa officialnya 🙏

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.