Webhook Consent Storing Setup Guide
This guide will help you set up Webhook Consent Storing, allowing you to store users’ consent data through a webhook endpoint.
Last updated
This guide will help you set up Webhook Consent Storing, allowing you to store users’ consent data through a webhook endpoint.
To store cookie consent data, you need your own webhook endpoint URL.
Use an endpoint you control, such as:
Your backend API
A workflow automation endpoint
Any webhook receiver you manage
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 webhook receiver you control
Open your Cookie Consent App inside the Webflow Designer.
Navigate to the Settings tab.
Find the Consent Storing Endpoint field.
Paste your webhook endpoint URL.
Click Save Settings.
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.

Last updated