Set a trigger to monitor incoming messages. You will be provided with a WebHook URL that you will need to set in your channel settings. You can do this in the dashboard interface.
Set a trigger and get a webhook link
Set the provided URL as Webhook in the channel settings
Your scenario will now take into account incoming messages to your WhatsApp. You need to add some action after that!
2. Add an action
To use any method from our gateway, select the βCustom API Request (Beta)β Action. Performs an arbitrary authorized API call. A universal method that will allow you to perform any function from our documentation. Available when creating a Workflow in the classic Builder.
Don't forget to connect your channel!
Example of sending a message to a WhatsApp Channel via Pabbly Connect
To use custom API Endpoint, copy the request method (POST/GET/DELETE) from our documentation, as well as the parameters for the request. This way you can automate any API method.
In the REQUEST METHOD field, all you have to do is specify the request method (POST/PUT/GET/DELETE)
In DATA, it remains to specify the request parameters in JSON format. It is most convenient to copy them from our documentation. Some methods may require adding Headers: content-type: application/json