RissheG
07/30/2025, 5:22 AMJames
07/30/2025, 5:54 AMPRESTIGEX
07/30/2025, 7:29 AMHilal @ UnitZero AI
07/30/2025, 8:06 AMwidget.js file and host it (e.g. on Vercel, Netlify, or a CDN).
2. Create an embed snippet like this:
html
<div id="my-widget-root"></div>
<script>
window.MyWidgetConfig = { webhookUrl: "https://your-n8n.com/webhook" };
const s = document.createElement("script");
s.src = "https://yourdomain.com/widget.js";
s.async = true;
document.head.appendChild(s);
</script>
3. Paste this into any site (including Framer's custom code section).
4. In widget.js, read MyWidgetConfig, render your UI, and POST to n8n.RissheG
07/30/2025, 8:28 AMChiranjeet Mishra
07/30/2025, 9:43 AMRissheG
07/30/2025, 9:44 AMChiranjeet Mishra
08/01/2025, 8:48 AMHilal @ UnitZero AI
08/01/2025, 2:26 PMRissheG
08/01/2025, 2:50 PM