Rajesh Sharma Posted May 11, 2023 Share Posted May 11, 2023 (edited) I am unable to send bulk messages, it's getting failed. Has anyone else experienced this problem? I would greatly appreciate any insights or solutions you can provide. Edited May 11, 2023 by Rajesh Sharma Quote Link to comment Share on other sites More sharing options...
Edilson Souza Posted May 11, 2023 Share Posted May 11, 2023 @Mobital PVT sh -c 'cd /root/wa_server && node app' /root/wa_server: is the path to the server.zip installation directory Quote Link to comment Share on other sites More sharing options...
SAGAR KUMAR SAHU Posted May 11, 2023 Share Posted May 11, 2023 @signaluh please check the error code and suggest how to resolve the issue ?Please Quote Link to comment Share on other sites More sharing options...
Ordinary User Posted May 12, 2023 Share Posted May 12, 2023 Guys are you have example for using webhook? Quote Link to comment Share on other sites More sharing options...
Mobital PVT Posted May 13, 2023 Share Posted May 13, 2023 @Edilson Souza ...yes. Quote Link to comment Share on other sites More sharing options...
Edilson Souza Posted May 13, 2023 Share Posted May 13, 2023 @Mahmoud Admin , Do you have the rest api waziper file ? Quote Link to comment Share on other sites More sharing options...
q sender Posted May 14, 2023 Share Posted May 14, 2023 @signaluh Plz help Me Quote Link to comment Share on other sites More sharing options...
sPArtaN2010 Posted May 14, 2023 Share Posted May 14, 2023 On ubuntu 22.0 with the cyberpanel it works fine, I have not found any jambs yet. Quote Link to comment Share on other sites More sharing options...
Mobital PVT Posted May 14, 2023 Share Posted May 14, 2023 @sPArtaN2010 is your REST Api webhook working, have you tested it? mine is just not spitting out anything.... Quote Link to comment Share on other sites More sharing options...
q sender Posted May 14, 2023 Share Posted May 14, 2023 3 hours ago, q sender said: @signaluh Plz help Me Any one plz help me i need urgent Quote Link to comment Share on other sites More sharing options...
Ordinary User Posted May 15, 2023 Share Posted May 15, 2023 I already tested, all working except sending image and button in web. (if someone can fix this please share in this post) but if you try using rest api, its working fine, you need change send method to get not post, you can change it at code. webhook is working to, problem is we dont have good documentation for this, so here you are my example code for webhook webhook.js 1 Quote Link to comment Share on other sites More sharing options...
sPArtaN2010 Posted May 15, 2023 Share Posted May 15, 2023 after 1200 sent messages, this error appeared in the terminal. If the campaign is not running, everything is fine, it is worth starting the campaign, an error appears. there is a solution? Quote Link to comment Share on other sites More sharing options...
Edilson Souza Posted May 15, 2023 Share Posted May 15, 2023 @Ordinary User do you have the api? Quote Link to comment Share on other sites More sharing options...
Ordinary User Posted May 15, 2023 Share Posted May 15, 2023 @Edilson Souza someone already upload it at commend, sorry cant give the link 1 Quote Link to comment Share on other sites More sharing options...
Edilson Souza Posted May 15, 2023 Share Posted May 15, 2023 @Ordinary User can't share the file? Quote Link to comment Share on other sites More sharing options...
Mobital PVT Posted May 15, 2023 Share Posted May 15, 2023 @Ordinary User Hi, using the REST API I am able to set the webhook url, however it is not firing out any messages, i am using your example server to listening for messages and nothing gets sent. Do you know how to log the server calls so i can try to debug for myself? Quote Link to comment Share on other sites More sharing options...
Ordinary User Posted May 15, 2023 Share Posted May 15, 2023 1 hour ago, Mobital PVT said: @Ordinary User Hi, using the REST API I am able to set the webhook url, however it is not firing out any messages, i am using your example server to listening for messages and nothing gets sent. Do you know how to log the server calls so i can try to debug for myself? change webhook: function in waziper.js to this webhook: async function(instance_id, data){ var tb_webhook = await Common.db_query("SHOW TABLES LIKE 'sp_whatsapp_webhook'"); if(tb_webhook){ var webhook = await Common.db_query("SELECT * FROM sp_whatsapp_webhook WHERE status = 1 AND instance_id = '"+instance_id+"'"); console.log(webhook); if(webhook){ console.log(webhook.webhook_url); axios.post(webhook.webhook_url, { instance_id: instance_id, data: data }).then((res) => {}).catch((err) => {}); } } }, 1 1 Quote Link to comment Share on other sites More sharing options...
Swapnil M Posted May 15, 2023 Share Posted May 15, 2023 (edited) I am getting error while re-installing it There was an error during the installation process. Please contact us for prompt assistance -- It is resolved once i deleted / dropped the tables in Database Edited May 15, 2023 by Swapnil M Quote Link to comment Share on other sites More sharing options...
Mobital PVT Posted May 15, 2023 Share Posted May 15, 2023 @Ordinary User yap that was it, thanks a bunch. 1 Quote Link to comment Share on other sites More sharing options...
Edilson Souza Posted May 17, 2023 Share Posted May 17, 2023 Hello, I can not install the api module. Thanks! Quote Link to comment Share on other sites More sharing options...
SAGAR KUMAR SAHU Posted May 17, 2023 Share Posted May 17, 2023 any one got the payment module? Quote Link to comment Share on other sites More sharing options...
SAGAR KUMAR SAHU Posted May 18, 2023 Share Posted May 18, 2023 @Mahmoud Admin any help with payment module and rest api module ? Quote Link to comment Share on other sites More sharing options...
Anya Posted May 19, 2023 Share Posted May 19, 2023 Did any one have the Waziper 5 api module please share.. the one I have not working with the version 5 Quote Link to comment Share on other sites More sharing options...
Anya Posted May 19, 2023 Share Posted May 19, 2023 @SAGAR KUMAR SAHU Did you got the Reset api module for Waziper version 5 ? Quote Link to comment Share on other sites More sharing options...
Anya Posted May 19, 2023 Share Posted May 19, 2023 @Ordinary User Did you have the rest api for Waziper version 5 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.