June 22Jun 22 10 hours ago, Magd Almuntaser said:In version 10, a new page called (Troubleshoot) will be introduced for the admin panel. This page will automatically scan your site for errors or issues you may encounter, such as:* Checking file permissions* Checking the storage folder for image problems.* Checking socket connection problems.* Checking port problems.* Checking the hosting type (CloudFlare or regular) and the solutions.* Checking device session problems.* Checking PHP plugins that aren't working.* Checking cronjobs.* Checking links.* Checking the database.* Checking the hosting type (Nginx or Apache) to resolve SSL issues.* Checking SSL.* Displaying hosting data such as RAM, processor, and disk space.... and more.With a single click, the system will perform a full diagnostic scan, display detailed error reports, and suggest solutions.=======What's new in version 10.0.0 (so far):- Added Geniebiz Gateway (Sri Lanka).- Added New Theme (Vuexy).- *Added Send Products.- Added (Example JSON Response) in Api-Docs.- Added PHP Webhook Mpwa Example (in api-docs->webhook example).- Fixed Api-Docs.- Updated Buttons Message (Only With Image | Web - IOS - Android).- Updated List Message (Stable | Web - IOS - Android).- Updated Api For Buttons Message (New Method).- Updated Laravel To Latest v12.18.0 And All PHP libraries.- Updated All Nodejs libraries (Can use npm install).- Removed (MPWA - Eres - Erescompact) themes.- Removed Template Message (Merged With Button Messages).About (Send Products), the product must already exist in any number that uses the WhatsApp Business app. After that, you can send the product from any number, or the same number, as long as you have the product link. The Send Product page is very simple: just paste the product link, and all the details such as name, price, image, and description will be fetched automatically.Bang, kalau yang masalah tidak bisa blast ketika 2user atau lebih menjalankan campaign bersamaan kok tidak masuk dalam update yah bang?
June 22Jun 22 4 hours ago, paijoojiap said:multi AI sudah bisa ?. ketika lebih dari 1 nomor menggunakan setingan AI yang berbeda, mana yang akan di proses. semuanya atau hanya 1 sajaBukan Multi AI mas, tapi Multi API pada 1 AI, Misalnya pada AI Gemini, kita bisa memasukkan 5 API, sehingga API tersebut dapat digunakan secara acak dan otomatis memperbanyak 5x lipat jumlah token yang bisa digunakan.
June 22Jun 22 10 hours ago, Magd Almuntaser said:I believe there are some feature requests that don't benefit the public but only the requester themselves. For your information, all MPWA features are designed for public use. Any requests that only serve one person are considered customization, and I do not provide personal update services, only update that benefit everyone.Therefore, I apologize to (Enno The Explorer) for not implementing the multi API Gemini request, as one paid API is sufficient for all conversations, instead of filling in multiple fields and commands to add more APIs for the same AI.I also apologize to (Oworock) for not implementing the sequence message request, as it doesn’t serve the majority. This can be done via the webhook through custom programming on your end to send messages every few days.As for the rest of the requests, I will try to complete the ones that benefit everyone. The issues that were mentioned have been noted down and will be fixed in version 10.Thank you for your efforts. I truly appreciate all you're doing on this script. The sequence aspect is a general function of message marketing, be it SMS or email even phone calls to which I believe WhatsApp shouldn't be left behind. I might be the only one requesting for this function but I'm sure many people want to use this function.In case you are thinking if people will be interested i dont mind you doing a poll to see those who want this function.The function in simple term to those who don't understand it is explained below.A user subscribed to your WhatsApp message either by sending Hi or any Keywords.Then 3 hours later they'll get another message automatically to follow up with the previous message.This can be used for a reminder for an event, abandoned cart, newsletter, and so on.If the function will not be easy to implement as well I will like you to please skip it so I want give you a tedious work to do.Lastly, if we can have access to the code maybe I'll have try to set it up too, but the code is encrypted.
June 22Jun 22 Author 1 hour ago, Oworock said:Thank you for your efforts. I truly appreciate all you're doing on this script.The sequence aspect is a general function of message marketing, be it SMS or email even phone calls to which I believe WhatsApp shouldn't be left behind. I might be the only one requesting for this function but I'm sure many people want to use this function.In case you are thinking if people will be interested i dont mind you doing a poll to see those who want this function.The function in simple term to those who don't understand it is explained below.A user subscribed to your WhatsApp message either by sending Hi or any Keywords.Then 3 hours later they'll get another message automatically to follow up with the previous message.This can be used for a reminder for an event, abandoned cart, newsletter, and so on.If the function will not be easy to implement as well I will like you to please skip it so I want give you a tedious work to do.Lastly, if we can have access to the code maybe I'll have try to set it up too, but the code is encrypted.MPWA is considered the core system for sending messages and multimedia. Its features are similar to those of the WhatsApp API, and this is MPWA's main purpose. There's no need for unencrypted files to modify it, focus instead on programming a webhook to perform any additional tasks you may need.For example, I personally use MPWA to instantly broadcast news to more than 26 websites on my servers. I didn’t modify MPWA itself because it’s simply a sending core. I used the API to send messages, placed it in an external file, and when an editor publishes news, that file is triggered and the message is sent immediately.You can do something similar, create an external file and use the API. When a user sends “hi,” your file receives it and saves their number to a TXT document, for example. Then, using a cron job on your site, you can send them a message every few days using the API. This isn’t a feature that needs to be included in MPWA.I'm focused on features that make it easier for users to integrate the API into their software or daily lives.Previously, I added AI as a built-in feature, which was a mistake. It should have been used via an external file and integrated through the API into MPWA, not embedded as a feature. However, I now take full responsibility for maintaining and updating this AI to ensure the feature doesn’t break within MPWA.I hope the idea is clear. And if you’re having trouble creating an API in an external file for your specific request, I’d be happy to help you with that.Here are some examples of how to use webhook:https://github.com/TTMTT/webhook-mpwa-example Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
June 22Jun 22 22 hours ago, Magd Almuntaser said:* Checking SSL.2 hours ago, Magd Almuntaser said:MPWA is considered the core system for sending messages and multimedia. Its features are similar to those of the WhatsApp API, and this is MPWA's main purpose. There's no need for unencrypted files to modify it, focus instead on programming a webhook to perform any additional tasks you may need.For example, I personally use MPWA to instantly broadcast news to more than 26 websites on my servers. I didn’t modify MPWA itself because it’s simply a sending core. I used the API to send messages, placed it in an external file, and when an editor publishes news, that file is triggered and the message is sent immediately.You can do something similar, create an external file and use the API. When a user sends “hi,” your file receives it and saves their number to a TXT document, for example. Then, using a cron job on your site, you can send them a message every few days using the API. This isn’t a feature that needs to be included in MPWA.I'm focused on features that make it easier for users to integrate the API into their software or daily lives.Previously, I added AI as a built-in feature, which was a mistake. It should have been used via an external file and integrated through the API into MPWA, not embedded as a feature. However, I now take full responsibility for maintaining and updating this AI to ensure the feature doesn’t break within MPWA.I hope the idea is clear. And if you’re having trouble creating an API in an external file for your specific request, I’d be happy to help you with that.Here are some examples of how to use webhook:https://github.com/TTMTT/webhook-mpwa-examplemantap, kira2 rilis kapan untuk update nya
June 22Jun 22 On 6/22/2025 at 12:10 AM, Magd Almuntaser said:In version 10, a new page called (Troubleshoot) will be introduced for the admin panel. This page will automatically scan your site for errors or issues you may encounter, such as:* Checking file permissions* Checking the storage folder for image problems.* Checking socket connection problems.* Checking port problems.* Checking the hosting type (CloudFlare or regular) and the solutions.* Checking device session problems.* Checking PHP plugins that aren't working.* Checking cronjobs.* Checking links.* Checking the database.* Checking the hosting type (Nginx or Apache) to resolve SSL issues.* Checking SSL.* Displaying hosting data such as RAM, processor, and disk space.... and more.With a single click, the system will perform a full diagnostic scan, display detailed error reports, and suggest solutions.=======What's new in version 10.0.0 (so far):- Added Geniebiz Gateway (Sri Lanka).- Added New Theme (Vuexy).- *Added Send Products.- Added (Example JSON Response) in Api-Docs.- Added PHP Webhook Mpwa Example (in api-docs->webhook example).- Fixed Api-Docs.- Updated Buttons Message (Only With Image | Web - IOS - Android).- Updated List Message (Stable | Web - IOS - Android).- Updated Api For Buttons Message (New Method).- Updated Laravel To Latest v12.18.0 And All PHP libraries.- Updated All Nodejs libraries (Can use npm install).- Removed (MPWA - Eres - Erescompact) themes.- Removed Template Message (Merged With Button Messages).About (Send Products), the product must already exist in any number that uses the WhatsApp Business app. After that, you can send the product from any number, or the same number, as long as you have the product link. The Send Product page is very simple: just paste the product link, and all the details such as name, price, image, and description will be fetched automatically.I haven't seen Bexa AI's involvement here mister @Magd Almuntaser 😁Thanks 😉
June 22Jun 22 Author 1 hour ago, Dammah Sifla said:I haven't seen Bexa AI's involvement here mister @Magd Almuntaser 😁Thanks 😉Yes, there are many modifications and additions I’m working on, so Bexa AI will be the last feature I add in version 10.The new design is not just a slight update, it has been completely redesigned. The dashboard will be separated to contain only complete statistics, while phone linking will be moved to a dedicated page with a much better and simpler interface, including logs for the linking process.The decision to separate the dashboard was made now because, in versions after version 10, new features will be introduced, such as Customer Support Chat, which will allow admins to talk to their clients directly from MPWA, as well as Users can rent a ready-made WhatsApp number, and also an Send OTP feature. Therefore, we will need a dedicated statistics page, and that will be the new dashboard. Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
June 23Jun 23 On 22/6/2025 at 07.21, Magd Almuntaser said:Saya yakin ada beberapa permintaan fitur yang tidak menguntungkan publik tetapi hanya pemohon itu sendiri. Sebagai informasi, semua fitur MPWA dirancang untuk penggunaan publik. Setiap permintaan yang hanya melayani satu orang dianggap sebagai penyesuaian, dan saya tidak menyediakan layanan pembaruan pribadi, hanya pembaruan yang menguntungkan semua orang.Oleh karena itu, saya mohon maaf kepada (Enno The Explorer) karena tidak mengimplementasikan permintaan multi API Gemini, karena satu API berbayar sudah cukup untuk semua percakapan, daripada mengisi beberapa kolom dan perintah untuk menambahkan lebih banyak API untuk AI yang sama.Saya juga minta maaf kepada (Oworock) karena tidak menerapkan permintaan pesan berurutan, karena tidak melayani mayoritas. Ini dapat dilakukan melalui webhook melalui pemrograman khusus di pihak Anda untuk mengirim pesan setiap beberapa hari.Mengenai permintaan lainnya, saya akan mencoba menyelesaikan permintaan yang menguntungkan semua pihak. Masalah yang disebutkan telah dicatat dan akan diperbaiki di versi 10.Aku setuju, kecuali mereka mau membayar secara pribadi 😅. Pepatah mengatakan : "Sudah di kasih Hati masih minta Jantung"
June 23Jun 23 15 minutes ago, wong said:Aku setuju, kecuali mereka mau membayar secara pribadi 😅. Pepatah mengatakan : "Sudah di kasih Hati masih minta Jantung"Nah jleb
June 24Jun 24 mas,@Magd Almuntaser mungkin bisa tambahkan web whatsapp juga di mpwa, jadi kita bisa balas pesan dari mpwa nya langsung om
June 25Jun 25 @kirin17 hours ago, kirin said:more,@Magd Almuntaser maybe you can add the whatsapp web too on mpwa, so we can reply to messages from the mpwa directly om@Magd Almuntaser i was thinking the same, i think it can be done via webhooks when receive webhook from a device it will have a chat like interface and can be replied Online from MPWA directly
June 25Jun 25 Author 2 hours ago, Free Servix said:@kirin@Magd Almuntaser i was thinking the same, i think it can be done via webhooks when receive webhook from a device it will have a chat like interface and can be replied Online from MPWA directlyYes, but I already stated on one of the older pages that I would add in releases after version 10:- Add Customer Service System.- Add View All Conversations on the Control Panel.I also repeated what I said above, I'm only 5 posts away from @kirin post here on this page. I even colored the important text to make it easy to read, but he didn't see my posts.٢٠٢٥٠٦٢٥_١٤٢٢١٦.mp4 Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
June 25Jun 25 @Magd Almuntaser The Paymob payment gateway has an issue with the model starting from version 9. Please fix it again.If possible, please add a new API for sending WhatsApp stories. This can later be used in a script where users will register with their phone numbers, allowing us to send them a daily story containing Quran verses.Integration of Fawaterak Payment Gateway (or do not encrypt the payment gateway codes to allow any user with programming experience to add any payment gateway they want)Thanks
June 25Jun 25 Author 5 hours ago, Abdulrahman Mohamed said:@Magd AlmuntaserThe Paymob payment gateway has an issue with the model starting from version 9. Please fix it again.If possible, please add a new API for sending WhatsApp stories. This can later be used in a script where users will register with their phone numbers, allowing us to send them a daily story containing Quran verses.Integration of Fawaterak Payment Gateway (or do not encrypt the payment gateway codes to allow any user with programming experience to add any payment gateway they want)ThanksAbout PayMod. Can you send me your test login details so I can figure out exactly what the problem is? I can't register a new account because my Egyptian number only uses WhatsApp, which doesn't work outside Egypt for SMS.About WhatsApp stories, I will try to do that, as it all depends on the Baileys library, if it supports that.About Fawaterak Payment, I tried to register with it and it also asked me for an Egyptian phone number only. So if you have the login information, send it and I will try to add it in version 10.About making the PaymentsController.php file unencrypted, it is the core so there is no need for it to be unencrypted, but I can put an open-source Paymob.php file in version 10 as an example of how to add other gateways for those who want to.Adding a new gateway is very easy because the Payments folder files, for example, the PaymobContreoller.php file, contain only two functions:processcallbackThe process retrieves the order link and redirect it to the gateway.The callback function is used after payment to determine whether the transaction was successful or failed. Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
June 26Jun 26 @JangE,function doPost(e) { var data = e.postData.contents; var json = JSON.parse(data); var number = json['from']; var senderMessage = json['message']; var file = json['bufferImage']; var pesan = senderMessage.toLowerCase(); var newMessage = pesan.split(" "); var searchreply = autoreply(newMessage[0]); var type = searchreply[1]; var messagetosend = searchreply[2]; var file = searchreply[3]; if(type == "file"){ sendWaFile(number, messagetosend, file); } else if(type == "button") { sendWaButton(number, messagetosend, file); } else if(type == "list") { sendWaList(number, messagetosend, file); } else { sendWaText(number, messagetosend); }} function autoreply(message){ var sheetUrl = "https://docs.google.com/spreadsheets/d/1svHPPF3hFyaPfkRxzN1wscR5A5bS2jsdhjsdhuheheh/edit?usp=sharing"; //ganti dengan URL sheet kamu var sheetfile = SpreadsheetApp.openByUrl(sheetUrl); var sheet = sheetfile.getSheetByName("autoreply"); //sesuaikan dengan nama sheet yg d buat var data = sheet.getDataRange().getValues() var filterData = data.filter(function(keyword){ if(keyword[0] == message){ return keyword } }) if(filterData.length>0){ return filterData[0] }} function sendWaText(number, messagetosend) { var APIKey = "Hcu8aDaGnxI6Utf9kWjQsjlpX5taFy" //ganti dengan API var sender = "628xxxxxxxxxx" // ganti nomer HP var url = "https://websitekamu/send-message"; //ganti website var msgtext = { 'api_key': APIKey, 'sender': sender, "number": number, 'message': messagetosend, }; var response = UrlFetchApp.fetch(url, { "method": "POST", "contentType": "application/json", "payload" : JSON.stringify(msgtext), }); Logger.log(response.getContentText());} //untuk kirim filefunction sendWaFile(number, messagetosend, file){ var APIKey = "Hcu8aDaGnxI6Utf9kWjQsjlpX5taFy" //ganti api var sender = "628000000000" // ganti nomer HP var url = "https://websitekamu/send-media"; //ganti website var msggmbr = { "api_key": APIKey, "sender": sender, "number": number, "media_type" : "image", "caption": messagetosend, "url": file } var response = UrlFetchApp.fetch(url, { "method": "POST", "contentType": "application/json", "payload" : JSON.stringify(msggmbr), }); Logger.log(response.getContentText());} //fungsi button tidak bisa//http://yourhost.com/send-button?sender=nomersender&api_key=yourapikey&number=nomertujuan&url=&footer=optional&message=Halo,ini pesan button&button=button 1,button 2,button 3function sendWaButton(number, messagetosend, file){ //var APIKey = "blablabla" //var sender = "blablabla" var url = "https://alamatwebsite/send-button"; var msgbut = { "sender" : sender, "api_key" : APIKey, "number" : number, "url" : null, "footer" : "optional", "message" : messagetosend, "button" : file } var response = UrlFetchApp.fetch(url, { "method": "POST", "contentType": "application/json", "payload" : JSON.stringify(msgbut), }); Logger.log(response.getContentText());}depostnya dicoba selalu error kenapa gini ya ? Edited June 26Jun 26 by Bayu Pratamma
June 26Jun 26 Just now, Bayu Pratamma said:@JangE,depostnya dicoba selalu error kenapa gini ya ?On 8/25/2024 at 5:22 PM, Gusik Prasetyo said:this tutorial to make MPWA autoreply using google sheet plus apps script.1. make new sheet file using this format (1st row) Keyword, Type, Message, Fileyou can visit:https://docs.google.com/spreadsheets/d/1svHPPF3hFyaPfkRxzN1wscR5A5bS21MzcjrH3NO51us/edit?usp=sharing 2. then go to Extensions - Apps Script 3. delete all data on there. copy and paste code bellow. and edit with your own data. function doPost(e) { var data = e.postData.contents; var json = JSON.parse(data); var number = json['from']; var senderMessage = json['message']; var file = json['bufferImage']; var pesan = senderMessage.toLowerCase(); var newMessage = pesan.split(" "); var searchreply = autoreply(newMessage[0]); var type = searchreply[1]; var messagetosend = searchreply[2]; var file = searchreply[3]; if(type == "file"){ sendWaFile(number, messagetosend, file); } else if(type == "button") { sendWaButton(number, messagetosend, file); } else if(type == "list") { sendWaList(number, messagetosend, file); } else { sendWaText(number, messagetosend); }} function autoreply(message){ var sheetUrl = "https://docs.google.com/spreadsheets/d/1svHPPF3hFyaPfkRxzN1wscR5A5bS2jsdhjsdhuheheh/edit?usp=sharing"; //ganti dengan URL sheet kamu var sheetfile = SpreadsheetApp.openByUrl(sheetUrl); var sheet = sheetfile.getSheetByName("autoreply"); //sesuaikan dengan nama sheet yg d buat var data = sheet.getDataRange().getValues() var filterData = data.filter(function(keyword){ if(keyword[0] == message){ return keyword } }) if(filterData.length>0){ return filterData[0] }} function sendWaText(number, messagetosend) { var APIKey = "Hcu8aDaGnxI6Utf9kWjQsjlpX5taFy" //ganti dengan API var sender = "628xxxxxxxxxx" // ganti nomer HP var url = "https://websitekamu/send-message"; //ganti website var msgtext = { 'api_key': APIKey, 'sender': sender, "number": number, 'message': messagetosend, }; var response = UrlFetchApp.fetch(url, { "method": "POST", "contentType": "application/json", "payload" : JSON.stringify(msgtext), }); Logger.log(response.getContentText());} //untuk kirim filefunction sendWaFile(number, messagetosend, file){ var APIKey = "Hcu8aDaGnxI6Utf9kWjQsjlpX5taFy" //ganti api var sender = "628000000000" // ganti nomer HP var url = "https://websitekamu/send-media"; //ganti website var msggmbr = { "api_key": APIKey, "sender": sender, "number": number, "media_type" : "image", "caption": messagetosend, "url": file } var response = UrlFetchApp.fetch(url, { "method": "POST", "contentType": "application/json", "payload" : JSON.stringify(msggmbr), }); Logger.log(response.getContentText());} //fungsi button tidak bisa//http://yourhost.com/send-button?sender=nomersender&api_key=yourapikey&number=nomertujuan&url=&footer=optional&message=Halo,ini pesan button&button=button 1,button 2,button 3function sendWaButton(number, messagetosend, file){ //var APIKey = "blablabla" //var sender = "blablabla" var url = "https://alamatwebsite/send-button"; var msgbut = { "sender" : sender, "api_key" : APIKey, "number" : number, "url" : null, "footer" : "optional", "message" : messagetosend, "button" : file } var response = UrlFetchApp.fetch(url, { "method": "POST", "contentType": "application/json", "payload" : JSON.stringify(msgbut), }); Logger.log(response.getContentText());} 4. in left menus, choose Triggers 5. Click Add Trigger button in right bottom corner.6. make setting like picture bellow. click SAVE. 7. Click DEPLOY in right top corner.8. Select type: WEB APP. and make setting like picture. Click DEPLOY to finish it. 9. copy url and paste in your MPWA webhook. @Enno The Explorer @JangE thanks to @bloserda who teach me about this script.saya coba coba kenapa gk bisa ya ? selalu bacaannyaada yang bisa bantu ? stuck ikutin tutorial dimana mana masih gk bisa juga apa karena node.jsnya pas diinstall error kali ya ? tapi untuk kirim pesan pakai script bisa lancar dan di apknya lancar juga pake auto reply kenapa ya...?
June 26Jun 26 Author What's new in version 10.0.0 (so far):- Added New Theme (Vuexy).- Added Send Products.- Adedd New Installation.- Added Troubleshoot Page To Scan MPWA For Any Errors.- Added Geniebiz Gateway (Sri Lanka).- Added Fawaterk Gateway (Egypt & Globally).- Added (Example JSON Response) In Api-Docs.- Added PHP Webhook Mpwa Example (In Api-Docs->Webhook Example).- Added Send Products To API & Api-docs.- Added Auto Change Status Orders To (Failed) If A Whole Day Passes.- Fixed Gemini Save Conversions.- Fixed Add & Edit Users.- Fixed Api-Docs.- Fixed No Selected Devices.- Fixed Paypal Sandbox & Live.- Fixed Composer.- Updated Buttons Message (Only With Image | Web - IOS - Android).- Updated List Message (Stable | Web - IOS - Android).- Updated Api For Buttons Message (New Method).- Updated Laravel To Latest v12.18.0 And All PHP libraries.- Updated All Nodejs libraries (Can use npm install).- Removed (MPWA - Eres - Erescompact) themes.- Removed Template Message (Merged With Button Messages).- Removed Paypal library (Use Http Instead).- Removed All Development Environment Libraries.- Removed [Schedule-run] Cronjob (Consumes Resources).======Remaining to finish version 10.0.0:- $ Add Bexa AI.- Add a new Dashboard page containing all statistics.- Add a new page to link the device with full logs.- $$ Maybe a way to change devices that are not connected to WhatsApp to (Disconnected).$ About Bexa AI is a fully-featured MPWA-compatible that lets you turn your devices into customer service agents, sales representatives, chatbots, and more (Monthly subscription).$$ About Devices Disconnected I wrote (maybe) because I will try to avoid it consuming the site's resources, and the reason is that the sites that use MPWA to serve their clients may have 100 devices or more, so checking whether the devices are connected or not may consume the site's resources, so I will try to find a useful way. Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
June 27Jun 27 10 hours ago, Magd Almuntaser said:What's new in version 10.0.0 (so far):- Added New Theme (Vuexy).- Added Send Products.- Adedd New Installation.- Added Troubleshoot Page To Scan MPWA For Any Errors.- Added Geniebiz Gateway (Sri Lanka).- Added Fawaterk Gateway (Egypt & Globally).- Added (Example JSON Response) In Api-Docs.- Added PHP Webhook Mpwa Example (In Api-Docs->Webhook Example).- Added Send Products To API & Api-docs.- Added Auto Change Status Orders To (Failed) If A Whole Day Passes.- Fixed Gemini Save Conversions.- Fixed Add & Edit Users.- Fixed Api-Docs.- Fixed No Selected Devices.- Fixed Paypal Sandbox & Live.- Fixed Composer.- Updated Buttons Message (Only With Image | Web - IOS - Android).- Updated List Message (Stable | Web - IOS - Android).- Updated Api For Buttons Message (New Method).- Updated Laravel To Latest v12.18.0 And All PHP libraries.- Updated All Nodejs libraries (Can use npm install).- Removed (MPWA - Eres - Erescompact) themes.- Removed Template Message (Merged With Button Messages).- Removed Paypal library (Use Http Instead).- Removed All Development Environment Libraries.- Removed [Schedule-run] Cronjob (Consumes Resources).======Remaining to finish version 10.0.0:- $ Add Bexa AI.- Add a new Dashboard page containing all statistics.- Add a new page to link the device with full logs.- $$ Maybe a way to change devices that are not connected to WhatsApp to (Disconnected).$ About Bexa AI is a fully-featured MPWA-compatible that lets you turn your devices into customer service agents, sales representatives, chatbots, and more (Monthly subscription).$$ About Devices Disconnected I wrote (maybe) because I will try to avoid it consuming the site's resources, and the reason is that the sites that use MPWA to serve their clients may have 100 devices or more, so checking whether the devices are connected or not may consume the site's resources, so I will try to find a useful way.Very good project. I support you.
June 27Jun 27 16 hours ago, Magd Almuntaser said:What's new in version 10.0.0 (so far):- Added New Theme (Vuexy).- Added Send Products.- Adedd New Installation.- Added Troubleshoot Page To Scan MPWA For Any Errors.- Added Geniebiz Gateway (Sri Lanka).- Added Fawaterk Gateway (Egypt & Globally).- Added (Example JSON Response) In Api-Docs.- Added PHP Webhook Mpwa Example (In Api-Docs->Webhook Example).- Added Send Products To API & Api-docs.- Added Auto Change Status Orders To (Failed) If A Whole Day Passes.- Fixed Gemini Save Conversions.- Fixed Add & Edit Users.- Fixed Api-Docs.- Fixed No Selected Devices.- Fixed Paypal Sandbox & Live.- Fixed Composer.- Updated Buttons Message (Only With Image | Web - IOS - Android).- Updated List Message (Stable | Web - IOS - Android).- Updated Api For Buttons Message (New Method).- Updated Laravel To Latest v12.18.0 And All PHP libraries.- Updated All Nodejs libraries (Can use npm install).- Removed (MPWA - Eres - Erescompact) themes.- Removed Template Message (Merged With Button Messages).- Removed Paypal library (Use Http Instead).- Removed All Development Environment Libraries.- Removed [Schedule-run] Cronjob (Consumes Resources).======Remaining to finish version 10.0.0:- $ Add Bexa AI.- Add a new Dashboard page containing all statistics.- Add a new page to link the device with full logs.- $$ Maybe a way to change devices that are not connected to WhatsApp to (Disconnected).$ About Bexa AI is a fully-featured MPWA-compatible that lets you turn your devices into customer service agents, sales representatives, chatbots, and more (Monthly subscription).$$ About Devices Disconnected I wrote (maybe) because I will try to avoid it consuming the site's resources, and the reason is that the sites that use MPWA to serve their clients may have 100 devices or more, so checking whether the devices are connected or not may consume the site's resources, so I will try to find a useful way.16 hours ago, Magd Almuntaser said:What's new in version 10.0.0 (so far):- Added New Theme (Vuexy).- Added Send Products.- Adedd New Installation.- Added Troubleshoot Page To Scan MPWA For Any Errors.- Added Geniebiz Gateway (Sri Lanka).- Added Fawaterk Gateway (Egypt & Globally).- Added (Example JSON Response) In Api-Docs.- Added PHP Webhook Mpwa Example (In Api-Docs->Webhook Example).- Added Send Products To API & Api-docs.- Added Auto Change Status Orders To (Failed) If A Whole Day Passes.- Fixed Gemini Save Conversions.- Fixed Add & Edit Users.- Fixed Api-Docs.- Fixed No Selected Devices.- Fixed Paypal Sandbox & Live.- Fixed Composer.- Updated Buttons Message (Only With Image | Web - IOS - Android).- Updated List Message (Stable | Web - IOS - Android).- Updated Api For Buttons Message (New Method).- Updated Laravel To Latest v12.18.0 And All PHP libraries.- Updated All Nodejs libraries (Can use npm install).- Removed (MPWA - Eres - Erescompact) themes.- Removed Template Message (Merged With Button Messages).- Removed Paypal library (Use Http Instead).- Removed All Development Environment Libraries.- Removed [Schedule-run] Cronjob (Consumes Resources).======Remaining to finish version 10.0.0:- $ Add Bexa AI.- Add a new Dashboard page containing all statistics.- Add a new page to link the device with full logs.- $$ Maybe a way to change devices that are not connected to WhatsApp to (Disconnected).$ About Bexa AI is a fully-featured MPWA-compatible that lets you turn your devices into customer service agents, sales representatives, chatbots, and more (Monthly subscription).$$ About Devices Disconnected I wrote (maybe) because I will try to avoid it consuming the site's resources, and the reason is that the sites that use MPWA to serve their clients may have 100 devices or more, so checking whether the devices are connected or not may consume the site's resources, so I will try to find a useful way.Incredible...jangan lupa utk menambahkan Buffer Url untuk file pada Webhook response tuan, krn saat ini yang ada hanya buffer url utk image saja. Edited June 27Jun 27 by Enno The Explorer
July 1Jul 1 Author 2 hours ago, Pebrian said:kapan bisa phone linking pakai nomor suhu?Do you mean (Pair code)?It has many problems. I have tried it repeatedly, but it has problems with the repeated encryptions of the WhatsApp company, so it is better to avoid this feature until I find a solution to this problem. Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
July 1Jul 1 2 hours ago, Magd Almuntaser said:(Çift kod) mu demek istiyorsunuz? Birçok sorunu var. Tekrar tekrar denedim ama WhatsApp şirketinin tekrarlanan şifrelemeleriyle ilgili sorunları var, bu yüzden bu soruna bir çözüm bulana kadar bu özellikten uzak durmak daha iyi.Do you know when the update will be released?
July 1Jul 1 Author 55 minutes ago, Osman Nar said:Do you know when the update will be released?Hello, my friend, it looks like you're from Turkey. Did you know that my profile picture was taken while I was in Turkey? I've been to Turkey four times, and it's a beautiful country.Anyway, the script will be released soon, as I only have one feature left to work on. When it's finished, I'll release the new version. Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.