Dropcontact
Find and verify B2B emails.
SourcingAPI key7 endpoints
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
DROPCONTACT_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. | POST /composio/dropcontact/dropcontact_create_webhook_subscription | external_send | — | — | managed |
DROPCONTACT_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. | POST /composio/dropcontact/dropcontact_delete_webhook_subscription | external_send | — | — | managed |
DROPCONTACT_ENRICH_CONTACTS 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. | POST /composio/dropcontact/dropcontact_enrich_contacts | external_send | — | — | managed |
DROPCONTACT_LIST_WEBHOOK_SUBSCRIPTIONS Tool to list webhook subscriptions. Use when you need to inspect your configured webhooks. | GET /composio/dropcontact/dropcontact_list_webhook_subscriptions | none | — | — | managed |
DROPCONTACT_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. | GET /composio/dropcontact/dropcontact_list_webhook_subscriptions_v2 | none | — | — | managed |
DROPCONTACT_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. | POST /composio/dropcontact/dropcontact_retrieve_enrichment_results | external_send | — | — | managed |
DROPCONTACT_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. | POST /composio/dropcontact/dropcontact_update_webhook_subscription | external_send | — | — | managed |