Lovable · AI-assisted webhook
Paste a ready-made prompt into Lovable's own chat, it reads your project and writes the webhook receiver to match.
Lovable projects are typically React, Vite, and Tailwind CSS on the frontend, with Supabase as the default backend for the database, auth, and edge functions. The prompt below is written for exactly that stack: paste it into Lovable's own project chat, and it reads your existing code, then writes a Supabase edge function that receives and verifies VellumUp's webhook events.
Pick the prompt that matches your situation and paste it directly into Lovable's chat.
AI Setup Prompt
Copy one of the two prompts below and paste it into Lovable's project chat.
The prompt already covers signature verification and payload handling, but if you want the full technical reference, events, payload schema, HMAC verification, and code samples in 5 languages, live on its own page.
View the Webhooks reference