clay-sdk-patterns
Installation
SKILL.md
Clay Integration Patterns
Overview
Production-ready patterns for Clay integrations. Clay does not have an official SDK -- you interact via webhooks (inbound), HTTP API enrichment columns (outbound from Clay), and the Enterprise API (programmatic lookups). These patterns wrap those interfaces into reliable, reusable code.
Prerequisites
- Completed
clay-install-authsetup - Familiarity with async/await patterns
- Understanding of Clay's webhook and HTTP API model