# Webhook

Form Fields Pro allows you to integrate webhooks with your forms in two ways:

1. **Global Integration** – Applies to all forms.
2. **Form-Specific Integration** – Applies only to a selected form.

### Global Webhook Integration

To set up a global webhook integration, follow these steps:

1. Navigate to the **Integrations** tab.
2. Locate the **Webhook** card and click **Connect**. This will open the webhook integration setup popup.
3. Click **Add New Webhook API** to open the webhook setup form.
4. Enter a **unique name** for your webhook API.
5. Provide the **webhook URL**.
6. Click **Validate** to check if the connection is working correctly.
7. Once validation is successful, click **Save** to add the new global webhook connection.

> For a step-by-step demonstration, please refer to the video tutorial below.

<figure><img src="/files/K6h7U56ahgH1dym3Pks1" alt=""><figcaption></figcaption></figure>

### Form-Specific Webhook Integration

To add a webhook integration to a specific form, follow these steps:

1. Go to the **Forms** list and click **Edit** on the form you want to integrate.
2. Click the **Integration** icon in the left menu to open the integration settings for that form.
3. Click **Add New Integration** to see the available integrations for your form.
4. Locate the **Webhook** card and click **Connect**. This will open the webhook setup popup.
5. Enter a **unique name** for your form-specific webhook connection.
6. Provide the **webhook URL**.
7. Click **Validate** to ensure the webhook setup is correct.
8. Once validation is successful, click **Save** to add the form-specific webhook integration.

> This allows you to have webhook connections tailored specifically to individual forms, independent of global integrations.

<figure><img src="/files/zS3uwJ4XSKoOYYOa9VfE" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flowappz.com/home/form-fields-pro/integrations/webhook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
