# Webhooks

{% hint style="info" %}
This is a PREMIUM feature. You must have a membership to use this feature.
{% endhint %}

Webhooks can be used to provide integrations to varius services, such as Zapier or Integromat. This feature provides endless oppurtunities.

Using webhooks, you can connect your form to your favorite CRM or any newsletter providers, or create separate notifications for Telegram, and more.

## Adding Webhooks to Your Form

Just add a seperate input inside your form and verify that you cange the value to your webhook URL from your app integration.

```
<input type="hidden" name="webhook" value="WEBHOOK_URL_HERE" />
```

## Webhook Payload Structure

We will send the same data that you sent to MakeTheForm as the body of your webhook URL. We will, however, delete some unnecessary metadata, such as access\_key, and other reserved names.


---

# 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.maketheform.com/getting-started/premium-features/webhooks.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.
