# Dropcontact AI integration on Definable

> Dropcontact is a B2B email finder and data enrichment service that provides verified professional email addresses and enriches contact information.

## What this connects

Dropcontact is a B2B email finder and data enrichment service that provides verified professional email addresses and enriches contact information.

Vendor: https://www.dropcontact.com/

## Tools available

**7** tools available. First 7:

- `DROPCONTACT_CREATE_WEBHOOK_SUBSCRIPTION` — Create Webhook Subscription — Tool to create a new webhook subscription for receiving automatic notifications when enrichment results are ready. Use this instead of polling GET /v1/enrich/all to receive push notifications when contact enrichment processing completes. Currently only supports 'enrich_api_result' event type.
- `DROPCONTACT_DELETE_WEBHOOK_SUBSCRIPTION` — Delete Webhook Subscription — Tool to delete a webhook subscription. Use when you need to remove a configured webhook and stop receiving notifications. Alternatively, you can pause a subscription by setting it to inactive using the update endpoint.
- `DROPCONTACT_ENRICH_CONTACTS` — Initiate Contact Enrichment — Initiates asynchronous batch enrichment for up to 250 contacts with email finding, validation, and company information. Returns a request_id that must be used with the 'Retrieve Enrichment Results' action to fetch the enriched data. Each contact needs at least one of: email, OR (first_name + last_name + company), OR (full_name + company), OR LinkedIn URL. The enrichment typically completes within 30-60 seconds depending on batch size.
- `DROPCONTACT_LIST_WEBHOOK_SUBSCRIPTIONS` — List Webhook Subscriptions — Tool to list webhook subscriptions. Use when you need to inspect your configured webhooks.
- `DROPCONTACT_LIST_WEBHOOK_SUBSCRIPTIONS_V2` — List Webhook Subscriptions V2 — Tool to list all webhook subscriptions configured for the account. Returns webhook URLs, event types, and subscription details. Use when you need to inspect your configured webhooks.
- `DROPCONTACT_RETRIEVE_ENRICHMENT_RESULTS` — Retrieve Enrichment Results — Retrieves enriched contact data by request ID after submitting contacts for enrichment. Use this tool to fetch the results of a contact enrichment request created with the 'Batch Enrich Contacts' action. The enrichment process may take 30-60 seconds. If the request is still processing, the response will indicate 'success=false' with a reason message. Once complete, you'll receive enriched data including emails with qualification status, LinkedIn profiles, company information, phone numbers, and location details. Note: You can retrieve partial results even if all contacts haven't been processed yet.
- `DROPCONTACT_UPDATE_WEBHOOK_SUBSCRIPTION` — Update Webhook Subscription — Tool to update an existing webhook subscription. Use when you need to modify the callback URL, rate limiting settings, or active status. The event_type field cannot be changed after creation.

## Auth

Auth schemes: `API_KEY`.

## How agents use Dropcontact

Inside a Definable workflow, Dropcontact is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Dropcontact** — the Researcher (GPT-5.5) pulls context from Dropcontact (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Dropcontact** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Dropcontact (create record, post message, draft email).
- **Designer / Engineer → Distributor → Dropcontact** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Dropcontact (attach file, open PR comment, post status).

The Verifier checks every Dropcontact call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- contact management — https://definable.ai/apps/category/contact-management/
- crm — https://definable.ai/apps/category/crm/

## Related

- HTML page: https://definable.ai/apps/dropcontact/
- Same category (contact management): https://definable.ai/apps/category/contact-management/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
