> For the complete documentation index, see [llms.txt](https://support.whapi.cloud/help-desk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.whapi.cloud/help-desk/integrations/pabbly-connect.md).

# Pabbly Connect

Use this customized invitation link for our integration: [Pabbly Connect with Whapi.Cloud](https://connect.pabbly.com/share-app/DUVTYQRTB2RWHAZsBWBXcA0ZBAAFXFY0ABkAElVaAHhWGwNWBkcBawxAVnRfEANiBUwFb1ENUW0JHVVRCF4JelxFVVBdQlwBUGMBRFMMX3UNb1MkBE8HPVYHBjUFTVdtDQ4EIwVIVgsADQBmVU4ARlYPA3gGSwExDExWPl8QA2EFTAVsUQhRcQkw)

### 1. Set the trigger

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.

<figure><img src="/files/gSVLgBhJWc7n75KeJlNU" alt=""><figcaption><p>Set a trigger and get a webhook link</p></figcaption></figure>

<figure><img src="/files/Fwh4Cdtb0CHEe6xzgCdW" alt=""><figcaption><p>Set the provided URL as Webhook in the channel settings</p></figcaption></figure>

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.

{% hint style="info" %}
Don't forget to connect your channel!
{% endhint %}

<figure><img src="/files/0zBoRRI9b8l4G1zeOkPO" alt=""><figcaption><p>Example of sending a message to a WhatsApp Channel via Pabbly Connect</p></figcaption></figure>

To use custom API Endpoint, copy the request method (POST/GET/DELETE) from our [documentation](https://whapi.readme.io/reference/createstory), as well as the parameters for the request. This way you can automate any API method.

In the *API ENDPOINT URL* field, you need to add an endpoint. For example it could be: <https://gate.whapi.cloud/messages/text>, <https://gate.whapi.cloud/messages/story>, etc. You can look up the endpoint in our documentation:

<figure><img src="https://support.whapi.cloud/~gitbook/image?url=https%3A%2F%2F2417185145-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FhsdgGmVCG31mEaHyRvxC%252Fuploads%252FbcFkuZvYbdwElX9GkDdO%252Fendpoint.jpg%3Falt%3Dmedia%26token%3D1f3200f5-7f87-4fd1-a4c1-4a6067bf0ce0&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=4f3c8f04&#x26;sv=1" alt="" width="375"><figcaption><p>You can get the endpoint out from here</p></figcaption></figure>

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](https://whapi.readme.io/reference/sendmessagetext). Some methods may require adding Headers: content-type: application/json
