Enrich up to 100 contacts in a single asynchronous batch
Enqueue up to 100 contacts for waterfall enrichment in a single request. The endpoint returns immediately with anDocumentation Index
Fetch the complete documentation index at: https://docs.prontohq.com/llms.txt
Use this file to discover all available pages before exploring further.
enrichment_id for the bulk job;
each contact is enriched asynchronously and results are delivered to your
webhook_url as each contact completes.
enrichment_type applies to every contact in the batch.enrichment_type as an array containing one of:
["email"] — Find and validate professional emails["phone"] — Find phone numbers (requires linkedin_url on every contact)["personal_email"] — Find personal emails (requires linkedin_url and account-level consent — see below)personal_email requires the authenticated user to have
consented to personal email enrichment in their account settings.
If consent is missing the entire batch is rejected with
422 Unprocessable Entity. This consent gate is required for GDPR compliance.firstnamelastnamedomain or company_name (when enrichment_type is ["email"])linkedin_url (when enrichment_type is ["phone"] or ["personal_email"])webhook_url to receive results — we POST one payload per contact as
each one finishes. The webhook payload echoes the custom fields you sent
with that contact, so you can correlate results back to your records.
422 Unprocessable Entity and no
contacts are enqueued.Your API key
Bulk contact information for enrichment
100Types of enrichment to perform. Supported values: "email", "phone", "personal_email". Note: "personal_email" requires the user to have consented to personal email enrichment in their account settings (GDPR-compliant). Requests for "personal_email" or "phone" require a linkedin_url on each contact.
1phone, email, personal_email Webhook URL to receive enrichment results
Optional. Restrict phone enrichment to phone numbers from these countries (applies to every contact in the batch). When omitted, the user's account-level default phone country codes are applied.
ISO 3166-1 alpha-2 country code (e.g. "US", "FR", "GB")
Bulk enrichment request accepted. Each contact is enriched asynchronously; results are delivered via the webhook_url callback as each contact finishes.
The ID of the bulk enrichment job