Save 50% To Celebrate Our Launch - Use "LAUNCH50"

Table of Contents

Webhooks

Example Zapier Setup

Zapier is just one client; these webhooks work with any tool that can send HTTP requests.

Recommended Zap flow (example)

  • Trigger: Calendly → Invitee Created
  • Action: Webhooks by Zapier → POST
  • URL: https://iefaehlvogylxxbpgzez.functions.supabase.co/webhooks/leads
  • Headers:
    • Authorization: Bearer YOUR_WEBHOOK_KEY
    • Content-Type: application/json
    • Idempotency-Key: <Calendly Event UUID>
  • Body (JSON): map fields into title, and optionally source/notes.