campaignstack_get_contact_finder_request
Get one built-in Contact Finder request by id. Returns its status (queued, linked, submitted, completed, failed), what was wanted (wantEmail, wantPhone), creditsReserved at enqueue, creditsCharged once settled (reserved minus refunds, i.e. only data that was found), the result (emailFound, emailStatus, phoneFound, emailWritten, phoneWritten) and errorCode on failure. Poll it after campaignstack_enrich_lead_contact_info returned status pending with provider bettercontact; a request usually completes within minutes and never later than about an hour. Found data is already written on the lead (campaignstack_get_lead), this tool never returns the email or phone itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | Request id returned by campaignstack_enrich_lead_contact_info (provider bettercontact). | |
| workspaceId | No | Workspace ID (defaults to the bound workspace) |