Included with every EchoID paid plan, we have webhooks available so you can stream your data in real-time over to your application.
Setting up webhooks is simple. Once you're subscribed to an EchoID plan, navigate over to the Integrations Page, and add in your webhook destination.
After adding your destination, profile data detected by EchoID will be submitted automatically to your application.
The data will be pushed in JSON format in the following SCHEMA
{
"assignment_id": "12345",
"contact_data": {
"business_data": {
"business_department": "Sales",
"business_direct_phone": 1234567890,
"business_email": "example@company.com",
"business_email_last_seen": "2024-08-16 16:37:02",
"business_email_valid": 1,
"business_job_title": "Sales Manager",
"business_job_title_last_updated": "2024-08-01 00:00:00",
"business_programmatic_emails": "sales.manager@company.com, sales_mgr@company.com, s.manager@company.com",
"business_seniority_level": "Manager"
},
"company_data": {
"company_address": "1234 Main St",
"company_city": "Example City",
"company_domain": "company.com",
"company_employee_count": "201 to 500",
"company_industry": "Technology Services",
"company_last_updated": "2024-08-01 00:00:00",
"company_linked_in_url": "linkedin.com/company/example-company",
"company_name": "Example Company Inc.",
"company_phone": 1234567890,
"company_revenue": "10 Million to 50 Million",
"company_sic": 3571,
"company_state": "CA",
"company_zip": "90210"
},
"misc_data": {
"last_updated": "2024-08-16 16:37:02",
"linked_in_url": "linkedin.com/in/example-user",
"social_connections": "100-249"
},
"personal_data": {
"first_name": "Alex",
"last_name": "Doe",
"personal_additional_emails": "example@personal.com",
"personal_cell_phone": 1234567890,
"personal_city": "Sample City",
"personal_email": "example@personal.com",
"personal_email_last_seen": "2024-08-25 22:55:40",
"personal_email_valid": 1,
"personal_gender": "M",
"personal_phone": 1234567890,
"personal_state": "NY"
}
},
"contact_id": "67890",
"contact_last_update": "2024-08-16 16:37:02",
"date_assigned": "2024-11-08 18:30:27",
"site_id": "100"
}