enqueue_lead
ActiveTool of FlowVolt
Add a single prospect to the FlowVolt outbound queue for cold-email outreach. Idempotent: same email won't be queued twice in 90 days. Use after search_people to push a revealed contact, or to add a known contact directly. Returns: { queue_id: string|null, status: "queued"|"dedup_skip" }. queue_id=null when dedupe blocks insertion.
Parameters schema
{
"type": "object",
"required": [
"firstName",
"email",
"companyName"
],
"properties": {
"email": {
"type": "string",
"description": "Verified work email. Example: \"jeroen@packhunt.io\""
},
"source": {
"enum": [
"prospect",
"scout"
],
"type": "string",
"description": "Discovery channel: prospect (search) or scout (signal). Default \"prospect\". Example: \"prospect\""
},
"firstName": {
"type": "string",
"description": "Prospect's first name. Example: \"Jeroen\""
},
"companyName": {
"type": "string",
"description": "Company display name. Example: \"Packhunt\""
},
"dutchSignal": {
"type": "string",
"description": "Why this lead matters now (in any language). Example: \"raised €5M Series A last week\""
},
"linkedinUrl": {
"type": "string",
"description": "LinkedIn profile URL. Optional but improves personalization. Example: \"https://linkedin.com/in/jeroencoenders\""
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
FlowVolt
https://github.com/Larshiensch99/flowvolt-strike-engine
1/7 registries