Jump to content
Do not create multi-accounts, you will be blocked!

Waziper - Whatsapp Marketing Tool

Featured Replies

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.

Failed.png

 

Edited by Rajesh Sharma

  • Replies 405
  • Views 77.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Updated WhatsApp module added Payment module added The server connection issue has been fixed, and the licensing issue no longer appears If he works with you without a pro

  • I seem to have forgotten to put the sql file in the installation folder. I apologize for this error, will update to the extended version today that includes the payment module, with the sql file and

  • I am the one who determines when to publish, not you my friend

Most Helpful Posts

  • sPArtaN2010
    sPArtaN2010

    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?

Posted Images

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

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?

Снимок экрана от 2023-05-15 08-57-30.png

@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?

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) => {});
            }
        }
    },

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 by Swapnil M

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files