# Webhook Consent Storing Setup Guide

### Step 1: Get Your Webhook Endpoint URL

To store cookie consent data, you need a webhook endpoint URL from your own backend, automation platform, or webhook service.

For testing purposes, you can temporarily use [webhook.site](https://webhook.site/?utm_source=chatgpt.com) which provides a public webhook URL for inspecting incoming requests.

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

### Step 2: Copy Your Webhook URL

Copy the webhook endpoint URL you want to use for receiving consent data.

This can be:

* Your own API endpoint
* A webhook automation service
* A temporary testing URL from webhook.site

### Step 3: Configure Your Cookie Consent App

1. Open your Cookie Consent App inside the Webflow Designer.
2. Navigate to the **Settings** tab.
3. Find the **Consent Storing Endpoint** field.
4. Paste your webhook endpoint URL.
5. Click **Save Settings**.

### Step 4: Publish and Verify

Publish your Webflow site and interact with the cookie consent banner.

Your Cookie Consent app will send the consent data to the configured webhook endpoint whenever a visitor submits their preferences.

<figure><img src="/files/3vvITnlAphYfwbWYao9K" 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/cookie-consent/getting-started/settings/webhook-consent-storing-setup-guide.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.
