Rajesh Sharma Posted May 11, 2023 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
Edilson Souza Posted May 11, 2023 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
SAGAR KUMAR SAHU Posted May 11, 2023 Posted May 11, 2023 @signaluh please check the error code and suggest how to resolve the issue ?Please Quote
Ordinary User Posted May 12, 2023 Posted May 12, 2023 Guys are you have example for using webhook? Quote
Edilson Souza Posted May 13, 2023 Posted May 13, 2023 @Mahmoud Admin , Do you have the rest api waziper file ? Quote
sPArtaN2010 Posted May 14, 2023 Posted May 14, 2023 On ubuntu 22.0 with the cyberpanel it works fine, I have not found any jambs yet. Quote
Mobital PVT Posted May 14, 2023 Posted May 14, 2023 @sPArtaN2010 is your REST Api webhook working, have you tested it? mine is just not spitting out anything.... Quote
q sender Posted May 14, 2023 Posted May 14, 2023 3 hours ago, q sender said: @signaluh Plz help Me Any one plz help me i need urgent Quote
Ordinary User Posted May 15, 2023 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
sPArtaN2010 Posted May 15, 2023 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
Ordinary User Posted May 15, 2023 Posted May 15, 2023 @Edilson Souza someone already upload it at commend, sorry cant give the link 1 Quote
Mobital PVT Posted May 15, 2023 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
Ordinary User Posted May 15, 2023 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
Swapnil M Posted May 15, 2023 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
Mobital PVT Posted May 15, 2023 Posted May 15, 2023 @Ordinary User yap that was it, thanks a bunch. 1 Quote
Edilson Souza Posted May 17, 2023 Posted May 17, 2023 Hello, I can not install the api module. Thanks! Quote
SAGAR KUMAR SAHU Posted May 18, 2023 Posted May 18, 2023 @Mahmoud Admin any help with payment module and rest api module ? Quote
Anya Posted May 19, 2023 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
Anya Posted May 19, 2023 Posted May 19, 2023 @SAGAR KUMAR SAHU Did you got the Reset api module for Waziper version 5 ? Quote
Anya Posted May 19, 2023 Posted May 19, 2023 @Ordinary User Did you have the rest api for Waziper version 5 Quote
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.