May 11, 20232 yr 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, 20232 yr by Rajesh Sharma
May 11, 20232 yr @Mobital PVT sh -c 'cd /root/wa_server && node app' /root/wa_server: is the path to the server.zip installation directory
May 11, 20232 yr @signaluh please check the error code and suggest how to resolve the issue ?Please This forum account is currently banned. Ban Length: Member has been permanently banned.
May 14, 20232 yr @sPArtaN2010 is your REST Api webhook working, have you tested it? mine is just not spitting out anything....
May 15, 20232 yr 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
May 15, 20232 yr 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?
May 15, 20232 yr @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?
May 15, 20232 yr 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) => {}); } } },
May 15, 20232 yr 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, 20232 yr by Swapnil M
May 17, 20232 yr any one got the payment module? This forum account is currently banned. Ban Length: Member has been permanently banned.
May 18, 20232 yr @Mahmoud Admin any help with payment module and rest api module ? This forum account is currently banned. Ban Length: Member has been permanently banned.
May 19, 20232 yr Did any one have the Waziper 5 api module please share.. the one I have not working with the version 5
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.