Clay Webhooks & Events Overview Clay's event-driven architecture has two webhook patterns: (1) Inbound webhooks -- you POST data into Clay tables via unique webhook URLs, and (2) Outbound HTTP API columns -- Clay POSTs enriched data to your endpoint after enrichment completes. This skill covers both patterns with production-ready handlers. Prerequisites - Clay table with webhook source configured (for inbound) - Clay table with HTTP API enrichment column (for outbound) - HTTPS endpoint accessible from the internet - Familiarity with Express.js or similar framework Instructions Step 1: Inbound…