Included with every EchoID package, we have webhooks available so you can transmit your data in real-time as it's processed over to your application.
In order to set up a webhook, we ask that you reach out to our support team with the endpoint URL you would like your data to be sent to.
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"
}