Assistance with Sending Cookies and Integrating AMO CRM via Webhook

Hello,

We are currently hosting our website https://www.az-atom.ru/ on Webflow and are working on integrating AMO CRM to ensure that form submissions from the site are sent directly to AMO.

The primary challenge we are facing is related to handling cookies during this integration. Specifically, we are unsure how to send cookies with the form data.

We believe that using a webhook could be an ideal solution for this integration. Could you please confirm if Webflow supports sending cookies via a webhook? If not, are there alternative methods available to achieve this functionality?

Additionally, we would appreciate any guidance or instructions on how to properly configure this setup.

Thank you for your assistance!


Here is my site Read-Only: Webflow - АЗ АТОМ

Webflow doesn’t natively support sending cookies via webhooks, but you can use custom JavaScript to handle this. Add a script to retrieve cookies using document.cookie and append them as hidden fields to the form. When the form is submitted, the cookie data will be included in the payload sent to your webhook. Alternatively, bypass Webflow’s forms and use fetch() to send form data and cookies directly to AMO CRM. Ensure compliance with cookie regulations and test the integration thoroughly. Let me know if you’d like detailed guidance or help with implementation.