Yesterday at 12:31 PM1 day Author 50 minutes ago, ADS SOLUTIONS said:"Can integrate this tool be used to send bulk SMS? If it supports bulk SMS functionality, then this tool would become a complete marketing tool. It should include:Bulk SMS serviceFlow builderMobile number filtchingUser notifications - for example: 'Your current plan will expire in 2 days. Please renew your plan. Contact administrator at [number]'"assign agent1- The script is only for WhatsApp, so I don't think I will expand it to be a marketing script. Secondly, if you think about creating SMS services, this means that you need to connect it to one of the service providers such as Twilio, bulksms, and others. So I don't think you will need MPWA as long as they provide the services themselves like (bulk SMS).2- Yes, I started develop Flowbuilder a while ago and I'm about 60% done, but it still needs a lot of work because it's a complete rebuild of the MPWA system.3- can explain more, as there is a fetching numbers from WhatsApp in MPWA.4- Yes this can be done, thank you.. it will be done in future versions.5- Can you explain more? MPWA already has an AI you can control (system instraction), and if you're talking about adding another user to your account so they can use live chat together, that's under develop.
Yesterday at 12:41 PM1 day maap bro OOTsaya pengguna baru MPWA v11.6.1saya mau tambah agentAI "DEEPSEEK"apakah cukup di .env atau ada tambahan di skrip lain ?# === DEEPSEEK CONFIGURATION === DEEPSEEK_URL=https://api.deepseek.com/v1/chat/completions DEEPSEEK_MODEL=deepseek-chat DEEPSEEK_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxx
Yesterday at 01:23 PM1 day Author 36 minutes ago, rednux said:maap bro OOTsaya pengguna baru MPWA v11.6.1saya mau tambah agentAI "DEEPSEEK"apakah cukup di .env atau ada tambahan di skrip lain ?# === DEEPSEEK CONFIGURATION === DEEPSEEK_URL=https://api.deepseek.com/v1/chat/completions DEEPSEEK_MODEL=deepseek-chat DEEPSEEK_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxDeepseek is not supported in MPWA, and will not be supported in future, for several reasons. The first is Deepseek respond delay, which can reach up to half an hour, so WhatsApp cannot wait for the AI to respond. In other words, WhatsApp can hold your message for a short period of time, but Deepseek needs a long time to thinking & respond. If the normal modal is used without thinking, it will have a very high delay. Therefore, Deepseek will not be added to MPWA in the future.
Yesterday at 01:27 PM1 day Dear magd-almuntaser,I hope this message finds you in great health and happiness.I wanted to reach out to express my deepest gratitude for creating MPWA. I have been using it for several years now, and I truly consider it a treasure in my life.MPWA has been incredibly helpful to me in so many ways, making my daily tasks easier and more efficient. Your dedication and hard work in developing this wonderful tool have made a real difference in my life.From the bottom of my heart, I pray that God blesses you with good health, prosperity, and continued success in all your endeavors. May you always be rewarded for the positive impact you've made on people's lives through your creation.Thank you once again for your incredible contribution.With sincere appreciation and warm regards55 minutes ago, Magd Almuntaser said:1- The script is only for WhatsApp, so I don't think I will expand it to be a marketing script. Secondly, if you think about creating SMS services, this means that you need to connect it to one of the service providers such as Twilio, bulksms, and others. So I don't think you will need MPWA as long as they provide the services themselves like (bulk SMS).2- Yes, I started develop Flowbuilder a while ago and I'm about 60% done, but it still needs a lot of work because it's a complete rebuild of the MPWA system.3- can explain more, as there is a fetching numbers from WhatsApp in MPWA.4- Yes this can be done, thank you.. it will be done in future versions.5- Can you explain more? MPWA already has an AI you can control (system instraction), and if you're talking about adding another user to your account so they can use live chat together, that's under develop.Dear magd-almuntaser,I hope this message finds you in great health and happiness.I wanted to reach out to express my deepest gratitude for creating MPWA. I have been using it for several years now, and I truly consider it a treasure in my life.MPWA has been incredibly helpful to me in so many ways, making my daily tasks easier and more efficient. Your dedication and hard work in developing this wonderful tool have made a real difference in my life.From the bottom of my heart, I pray that God blesses you with good health, prosperity, and continued success in all your endeavors. May you always be rewarded for the positive impact you've made on people's lives through your creation.Thank you once again for your incredible contribution.With sincere appreciation and warm regards
Yesterday at 01:42 PM1 day @Magd Almuntaser In auto reply, it is recognizing only English words and is not able to recognize Hindi words. What should be done for this?its reply if words are in english like dhanteras or happy dhanteras or shubh dhanterasnot reply if words are in hindi like धनतेरस or शुभ धनतेरस Edited yesterday at 01:57 PM1 day by Shivendra Kr. Sahu
Yesterday at 02:51 PM1 day @Magd Almuntaser Bro....Setiap pesan WA diterima, bot membalas dua kalikenapa setiap jawaban 2x kirim dalam waktu yg sama (3-5 detik)jawaban ke-1 sesuai dengan pertanyaanyajawaban ke-2 berupa respon tambahan layaknya CS/Sales sptSiap Kak! kalau ada yang bisa dibantu lagi. Semoga harimu menyenangkan! 😊apa ada hubunganya dgn instruksi di "System Instructions (Prompt)" yg gw buatgw coba try command --hasil sama aja:pm2 start server.js --name mpwa --instances 1 Edited yesterday at 02:54 PM1 day by BF-10K1 ++
Yesterday at 03:02 PM1 day Author 6 minutes ago, BF-10K1 said:@Magd Almuntaser Bro....Setiap pesan WA diterima, bot membalas dua kalikenapa setiap jawaban 2x kirim dalam waktu yg sama (3-5 detik)jawaban ke-1 sesuai dengan pertanyaanyajawaban ke-2 berupa respon tambahan layaknya CS/Sales sptSiap Kak! kalau ada yang bisa dibantu lagi. Semoga harimu menyenangkan! 😊apa ada hubunganya dgn instruksi di "System Instructions (Prompt)" yg gw buatgw coba try command --hasil sama aja:pm2 start server.js --name mpwa --instances 1Sometimes, there are pending messages in WhatsApp, so it responds to them again.And sometimes, when using a reaction or edit your messages, it considers it a message to itself and AI tries to respond to it.So, restart NodeJS and then send just one message. After it's finished, there won't be any more pending messages in WhatsApp, and don't restart nodejs again..Also, if you react or edit a message, it considers it a message to itself. So, in future releases, I'll modify it to ignore message edits and reactions.
Yesterday at 04:13 PM1 day how we can increase this limit?Can we handle 1000-5000 devices? (my app mainly use apis not web interface)there is Disconnect device API endpoint its only disconnect device so please add delete device API endpoint so it can be DELETE device completely this issue still there Edited yesterday at 04:28 PM1 day by Crypto Dash
Yesterday at 04:21 PM1 day 2 hours ago, Magd Almuntaser said:Deepseek is not supported in MPWA, and will not be supported in future, for several reasons. The first is Deepseek respond delay, which can reach up to half an hour, so WhatsApp cannot wait for the AI to respond. In other words, WhatsApp can hold your message for a short period of time, but Deepseek needs a long time to thinking & respond. If the normal modal is used without thinking, it will have a very high delay. Therefore, Deepseek will not be added to MPWA in the future.i am sorry i am replying you because this is not my request but as you said Deepseek respond delay, but deepseek dont have only reasoning model so we can use another as well since deep seek is way cheap and they are working to improve continuesly , also there is z ai this is also too cheap in the market and its beating claude already but yeah i also know there is tooooooo many AIs already so i dont know how many models you can add in this script
13 hours ago13 hr "Hello! Could someone please share a screenshot or short video showing how to change the MPWA logo to a custom logo? Thanks!"
12 hours ago12 hr @Magd Almuntaser Hi dear I have installed and connected WhatsApp perfectly working , and i have noticed some other many issues1- the homepage contact us not working2- i have created multiple auto replay but it working sometimes sometimes not also the read green tick also sometime green sometimes not3- better yo integrate AI bot can read any website pages or xml or documentation for when customer chanting answers based on the documentation it better to reply correct answer based on our docs
11 hours ago11 hr 17 hours ago, Crypto Dash said:i am sorry i am replying you because this is not my request but as you said Deepseek respond delay, but deepseek dont have only reasoning model so we can use another as well since deep seek is way cheap and they are working to improve continuesly , also there is z ai this is also too cheap in the market and its beating claude already but yeah i also know there is tooooooo many AIs already so i dont know how many models you can add in this scriptThese scripts are free and open to the public. I think you should add your own if you have the skills to do so.
11 hours ago11 hr 1 minute ago, wong said:These scripts are free and open to the public. I think you should add your own if you have the skills to do so.i can add but but Magd Almuntaser working continuesly and i appreciate it but its hard to update again and again Edited 11 hours ago11 hr by Crypto Dash
11 hours ago11 hr 2 hours ago, ADS SOLUTIONS said:"Hello! Could someone please share a screenshot or short video showing how to change the MPWA logo to a custom logo? Thanks!"work hard and look for comments about it above
7 hours ago7 hr Author 21 hours ago, Crypto Dash said:how we can increase this limit?Can we handle 1000-5000 devices? (my app mainly use apis not web interface)there is Disconnect device API endpoint its only disconnect device so please add delete device API endpoint so it can be DELETE device completelythis issue still there1- It was fixed in v12.0.0, you can put any number above 100.2- Yes, you can connect 1 million devices, but remember that this depends on your server specifications.3- It already exists but I forgot to put it in api-docs so the docs will be put in v12.0.0, But you can use it now like this:https://yoursite.com/en/delete-deviceAnd these are the variables:{"api_key": "123456789","sender": "6281222xxxxxx"}
6 hours ago6 hr On 10/18/2025 at 7:12 PM, Shivendra Kr. Sahu said:@Magd Almuntaser In auto reply, it is recognizing only English words and is not able to recognize Hindi words. What should be done for this?its reply if words are in english like dhanteras or happy dhanteras or shubh dhanterasnot reply if words are in hindi like धनतेरस or शुभ धनतेरस@Magd Almuntaser Please help me to overcome this problem as our festival season is going on right now.server/database/index.jsSet MySQL charset to utf8mb4 and initialize the session collation.// inside createPool(...)charset: 'utf8mb4',// after the pool is createddb.query("SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci");-- Optional but recommendedALTER DATABASE my_database CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;-- Ensure table and column use utf8mb4ALTER TABLE autoreplies CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;ALTER TABLE autoreplies MODIFY keyword VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;but not worked Edited 6 hours ago6 hr by Shivendra Kr. Sahu
6 hours ago6 hr Author 15 minutes ago, Shivendra Kr. Sahu said:@Magd Almuntaser Please help me to overcome this problem as our festival season is going on right now.server/database/index.jsSet MySQL charset to utf8mb4 and initialize the session collation.// inside createPool(...)charset: 'utf8mb4',// after the pool is createddb.query("SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci");-- Optional but recommendedALTER DATABASE my_database CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;-- Ensure table and column use utf8mb4ALTER TABLE autoreplies CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;ALTER TABLE autoreplies MODIFY keyword VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;but not workedDon't edit any files .......Don't edit any files .......Don't edit any files .......Don't edit any files .......Don't edit any files .......Don't edit any files .......I've tried it now and it works properly without any problems. I used the word you wrote as is and tested it, and it works.Remember that your language falls under the name (Deva), which has non-Latin letters. In other words, for example, if you type the word (धनतेरस) from chrome browser on your laptop, the font used translates it as (u16/u18/u943), for example. Therefore, on your phone, when you try to send the same word (धनतेरस), your phone font will use (u16/u122/u943), which will be considered non-matching.So, you can log into MPWA from your phone and add the word (धनतेरस) to the autoreply. After saving it, copy it as is and send it to WhatsApp, and you'll see that it works. Your problem is due to the multiple fonts used for non-Latin languages. This is a common problem with browsers, not with MPWA.
6 hours ago6 hr 25 minutes ago, Magd Almuntaser said:Don't edit any files .......Don't edit any files .......Don't edit any files .......Don't edit any files .......Don't edit any files .......Don't edit any files .......I've tried it now and it works properly without any problems. I used the word you wrote as is and tested it, and it works.Remember that your language falls under the name (Deva), which has non-Latin letters. In other words, for example, if you type the word (धनतेरस) from chrome browser on your laptop, the font used translates it as (u16/u18/u943), for example. Therefore, on your phone, when you try to send the same word (धनतेरस), your phone font will use (u16/u122/u943), which will be considered non-matching.So, you can log into MPWA from your phone and add the word (धनतेरस) to the autoreply. After saving it, copy it as is and send it to WhatsApp, and you'll see that it works. Your problem is due to the multiple fonts used for non-Latin languages. This is a common problem with browsers, not with MPWA.Thanks for your reply. I'll try your suggested approach and update you.
6 hours ago6 hr 33 minutes ago, Magd Almuntaser said:Don't edit any files .......Don't edit any files .......Don't edit any files .......Don't edit any files .......Don't edit any files .......Don't edit any files .......I've tried it now and it works properly without any problems. I used the word you wrote as is and tested it, and it works.Remember that your language falls under the name (Deva), which has non-Latin letters. In other words, for example, if you type the word (धनतेरस) from chrome browser on your laptop, the font used translates it as (u16/u18/u943), for example. Therefore, on your phone, when you try to send the same word (धनतेरस), your phone font will use (u16/u122/u943), which will be considered non-matching.So, you can log into MPWA from your phone and add the word (धनतेरस) to the autoreply. After saving it, copy it as is and send it to WhatsApp, and you'll see that it works. Your problem is due to the multiple fonts used for non-Latin languages. This is a common problem with browsers, not with MPWA.Thank you very much. It's working fine now.
6 hours ago6 hr @Magd Almuntaser I had one more question: if someone messages me, how do I send them a welcome message? Regardless of what they wrote in their message, how can I send a welcome message as an auto-reply?
5 hours ago5 hr Author 23 minutes ago, Shivendra Kr. Sahu said:@Magd Almuntaser I had one more question: if someone messages me, how do I send them a welcome message? Regardless of what they wrote in their message, how can I send a welcome message as an auto-reply?At the moment, there isn’t any. Because if I made every message received by MPWA trigger a welcome message, that would mean each time the user sends a message later, the same welcome message would repeat every single time.That’s why there were some features I had put on hold, I wanted to add them only after other core features were completed.For example:We couldn’t build a customer service system without having a chat system first.We couldn’t disable the AI without having a conversation system.So, I couldn’t create a welcome message for users before, because there was no chat system.If you’re wondering why exactly the welcome message can’t work without the chat system, it’s because MPWA wouldn’t know whether this is the user’s first message or not. But now that the chat system has been implemented, user messages are stored, so MPWA can recognize when a user sends their very first message.Therefore, the welcome message feature will be implemented soon.
5 hours ago5 hr 6 minutes ago, Magd Almuntaser said:At the moment, there isn’t any. Because if I made every message received by MPWA trigger a welcome message, that would mean each time the user sends a message later, the same welcome message would repeat every single time.That’s why there were some features I had put on hold, I wanted to add them only after other core features were completed.For example:We couldn’t build a customer service system without having a chat system first.We couldn’t disable the AI without having a conversation system.So, I couldn’t create a welcome message for users before, because there was no chat system.If you’re wondering why exactly the welcome message can’t work without the chat system, it’s because MPWA wouldn’t know whether this is the user’s first message or not. But now that the chat system has been implemented, user messages are stored, so MPWA can recognize when a user sends their very first message.Therefore, the welcome message feature will be implemented soon.So the welcome message can be filtered in such a way that a welcome message is sent to a number only once a day.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.