Webhook Payload Examples
{
"enrichment_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"name": "Q3 Lead List",
"status": "completed",
"results": [
{
"first_name": "John",
"last_name": "Doe",
"company_name": "Acme Corp",
"summary": "John Doe is a Senior Software Engineer at Acme Corp with 10 years of experience...",
"top_problems": "Scaling distributed systems, reducing latency...",
"internal_strategic_initiatives": "Migrating to microservices, improving CI/CD...",
"public_appearances": "Keynote speaker at TechConf 2023...",
"enrich_email": "john.doe@example.com",
"enrich_phone": "+1234567890",
"custom_data": {
"contact_id": "lead_123"
}
}
],
"cost": {
"credits": 22
}
}
{
"enrichment_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"name": "Q4 Lead List",
"status": "completed",
"results": [
{
"first_name": "Jane",
"last_name": "Smith",
"company_name": "Precept AI",
"summary": "Jane Smith leads the marketing team...",
"top_problems": "Lead generation, brand awareness...",
"internal_strategic_initiatives": "Launching new product line...",
"public_appearances": "Panelist at Marketing Summit...",
"enrich_email": "jane.smith@example.com",
"enrich_phone": "Not Found",
"custom_data": {
"contact_id": "lead_123"
}
},
{
"error": "Contact not found",
"customData": {
"contact_id": "lead_456"
}
}
],
"cost": {
"credits": 12
}
}
{
"enrichment_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"status": "in_progress",
"type": "contact_enriched",
"results": [
{
"first_name": "John",
"last_name": "Doe",
"company_name": "Acme Corp",
"company_domain": "acme.com",
"job_title": "Senior Software Engineer",
"enrich_email": "john.doe@example.com",
"enrich_phone": "+1234567890",
"custom_data": {
"contact_id": "lead_123"
}
}
]
}
