Description
The Bulk Contact Details Enrichment API allows users to retrieve verified data for multiple prospects in a single request. This endpoint enhances lead intelligence by providing accurate emails, phone numbers, and mobile numbers at scale. Key Benefits:- Bulk retrieval of enriched contact data for up to 50 prospects per request.
- Enhance outreach with validated professional and personal contact details.
- Optimize lead engagement by leveraging multiple verified data points.
How It Works
How It Works
- Input: Provide up to 50
prospect_id
values, obtained from the Match Prospects endpoint. - Processing: The system retrieves verified contact information, including emails and phone numbers.
- Output: Returns structured data in the same order as the input, ensuring easy mapping.
Request Schema
Request Schema
Field | Type | Description |
---|---|---|
prospect_ids | Array | A list of up to 50 unique prospect IDs (Required) |
Example Request (cURL)
Example Request (cURL)
Bash
Example Response
Example Response
JSON
Best Practices
Best Practices
- Batch process multiple prospect IDs to improve efficiency and reduce API calls.
- Ensure valid prospect IDs are used to maximize data accuracy.
- Leverage enriched contact data to refine lead scoring and improve outreach.
- Regularly update CRM records with the latest contact details.
Bulk Contacts Enrichment Output Signals
Bulk Contacts Enrichment Output Signals
Field Name | Description | Data Type |
---|---|---|
prospect_id | Unique identifier of the prospect | String |
emails | List of email addresses associated with the contact | Optional[List[Dict[str, str]]] |
phone_numbers | List of contact phone numbers in international format | Optional[List[str]] |
mobile_phone | Mobile phone number of the contact | Optional[str] |
Body Params - Try Me Example
Authorizations
Body
application/json