// Lead Ingestion Endpoint
POST http://localhost:3995/api/crm/ingest
Headers:
X-API-Key: <org_api_key>
Body:
{
"source": "your_platform_name",
"contacts": [{"email": "...", "first_name": "..."}],
"tags": ["tag1", "tag2"]
}
API-first architecture • All operations via REST endpoints • Auto-deduplication by email