Connect SyncMate X WA-push in 5 easy steps

Created by Mohammed Saeed Qureshi, Modified on Thu, 10 Aug 2023 at 11:57 AM by Mohammed Saeed Qureshi

In order to use SyncMate WA-push, you need to follow the simple steps mentioned below: 



Step-1:



Click on the Connect button of the SyncMate X WA-push product.



Step-2:



After clicking on the Connect button, you will see an Applications button, click on that button to proceed further to add your Applications/Websites.




Step-3: 



On redirecting to the Applications Page ,you will need to add an Application/Website by cllicking the '+' icon .



Step-4:



you will need to add the relevant detaills in form to add your Application/Website and click on Submit button.




Step-5:



Now once you have added the Application/Website, you will need to generate an Api key for your specific Application/website. To do so, you need to click on the Settings icon.



Step-6:



On Settings page, you will see the Api key that will be needed to call the Api, you can copy the Api key by clicking the Copy text or regenerate your Api key by clicking Regenerate Api button.



Step-7:



After that, you will need to open your Web WhatsApp by clicking the WhatsApp icon. Make sure that you have installedSyncMate by Assistro chrome extension.



Step-8: 



Now the final step, you will need to make a post request on:

https://app.assistro.co/api/v1/wapush


The parameters that are required to make a post request on the above url : 

headers = {
    "Authorization": "Bearer {bearer_token}",
    "Content-Type": "application/json"
}

The Api key, that is generated in Settings page will be passed in authorization field.  check step-5 & step-6  for reference. 


Request body = {
    "wts_phone_number": 919876543210, 
    "msgs": [
        {
            "number" : 919998887776,
            "message" : "Hello, good morning !"
        },
        {
            "number" : 919988776655
            "message" : "Have a good day"
        }
    ]
}


Once  you make a successfull post request , the WhatsApp messages will be sent to the specified recipients with their respective messages



Note: for video tutorial you can visit to WA-push video tutorial

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article