find_leads
ActiveTool of FlowVolt
Deliver in-market buyers. Sync, 30 to 60 seconds. For free_trial quote_ids, returns up to 15 buyers free. For topup quote_ids, returns a Stripe Checkout URL on first call (no payment yet); after the user pays, retry with the same quote_id to deliver 25 verified buyers. Each buyer comes with name, work email, LinkedIn URL, company, the buying signal with source URL, and a sample personalized message.
Parameters schema
{
"type": "object",
"required": [
"quote_id"
],
"properties": {
"email": {
"type": "string",
"description": "Optional. The user's work email."
},
"quote_id": {
"type": "string",
"description": "A quote_id returned by quote() or discover_business(). Must be free_trial or topup."
}
},
"additionalProperties": false
}Parent server
FlowVolt
https://github.com/Larshiensch99/flowvolt-strike-engine
1/7 registries