In this guide, you'll build a data enrichment pipeline that:
- Enriches new contacts in real-time as they enter your system
- Processes existing records in batch (up to 500K at a time)
- Receives results via webhooks for async workflows
- Handles errors and retries gracefully
We'll use the Enrich TypeScript SDK (@enrich.so/sdk) and Node.js. The same concepts apply if you're using the Go SDK or raw REST API calls.
