ProtectedCreateBuild the client. Overridden in tests; the only place ApolloRESTClient is
constructed in this surface.
ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
ProtectedInvalidProtectedMissingA uniform missing-input failure.
Optionaldetail: stringProtectedResolveResolve the key and construct the client, or return the failure result to hand straight back to the caller.
CompanyID is optional here, unlike in the CDP actions this ports from,
because a single-tenant instance with APOLLO_API_KEY set has no company
to name. Supplying it switches on the per-company credential path.
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Searches Apollo's people database for net-new prospects by organization, title and seniority — the list-building workhorse.
This endpoint does not return emails or phones. That is Apollo's design, not an omission here: contact details come from the enrichment actions in this package, which are metered separately.
At least one filter is required. Apollo will accept a request with none and return an unscoped result set, which burns the rate limit to produce something nobody asked for, so that case is rejected before the call.
Inputs:
Each list param accepts a real array, a JSON array string, or a comma-separated string.
Outputs: People / Pagination / Count / KeySource