b2b-sales-run
Run a B2B sales agent to research companies and create personalized outreach emails and follow-ups. Control execution with optional manual gates for contact selection and draft review.
Instructions
Run the B2B Sales agent — researches a company and generates personalized sales outreach (emails, follow-ups). Supports phased execution: set autoSelectContacts=false to pause for contact selection, autoApproveDraft=false to review before sending. Poll with agent-status, respond with agent-interact. Consumes 50-500 credits. Rate limited: 10 req/min. Requires scope: sales:write. Check balance with settings-usage-summary before running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyName | Yes | Target company name | |
| companyWebsite | Yes | Target company website URL | |
| sessionId | No | Existing session ID to continue a previous run | |
| generationId | No | Existing generation ID to continue | |
| model | No | AI model: flash (faster/cheaper) or pro (higher quality) | |
| userCompanyContext | No | Context about your own company for personalization | |
| targetCompanyContext | No | Pre-researched context about the target company | |
| contactName | No | Target contact name | |
| contactTitle | No | Target contact job title | |
| contactEmail | No | Target contact email address | |
| senderName | No | Name of the person sending the outreach | |
| salesStrategy | No | Sales strategy to use for outreach generation | |
| reconStrategy | No | Strategy instructions for company research/recon phase | |
| companyResearch | No | Pre-researched company information to skip research phase | |
| researchMode | No | Research execution mode: parallel (faster) or sequential | |
| autoSelectContacts | No | Set false for phased execution with contact selection gate | |
| autoApproveDraft | No | Set false to pause for draft review before finalizing | |
| autoApproveFollowups | No | Set false to pause for follow-up review before finalizing | |
| followUpCount | No | Number of follow-up emails to generate | |
| followUpDelayDays | No | Days between follow-up emails | |
| skipResearchCache | No | Force fresh company research instead of using cache |