foxreach
Manage FoxReach cold email outreach — leads, campaigns, sequences, templates, email accounts, inbox, and analytics. Use when the user asks to create leads, manage campaigns, check analytics, send outreach, manage email sequences, or anything related to the FoxReach API.
Why use this skill?
Automate your cold email outreach with the FoxReach OpenClaw skill. Manage leads, campaigns, sequences, and analytics directly from your terminal or AI agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/concaption/foxreach-ioWhat This Skill Does
The FoxReach skill acts as a robust interface for the FoxReach cold email outreach ecosystem. It enables OpenClaw to interact programmatically with your outreach infrastructure, allowing for automated management of leads, multi-step sequences, email account warm-ups, and comprehensive campaign analytics. By leveraging either the provided Python SDK or the command-line interface, the agent can perform complex tasks such as mass-importing leads, updating lead status based on response criteria, or extracting performance metrics from your active campaigns.
Installation
To integrate this skill into your OpenClaw environment, use the internal clawhub command:
clawhub install openclaw/skills/skills/concaption/foxreach-io
Ensure your system has Python 3.8+ installed. If the SDK is missing, run:
cd integrations/sdk-python && pip install -e .
Authentication is handled via the FOXREACH_API_KEY environment variable or the CLI configuration tool, ensuring that your keys remain secure and isolated from your primary execution logic.
Use Cases
- Lead Lifecycle Automation: Automatically segment leads based on campaign engagement or update contact records directly from CRM triggers.
- Performance Reporting: Schedule daily analytical exports to identify high-performing email templates and subject lines, providing actionable insights for your copywriters.
- Inbox Management: Monitor bounce rates and inbox health across multiple email accounts, automatically pausing campaigns if delivery metrics drop below a certain threshold.
- Dynamic Personalization: Inject data-driven custom variables into your email templates for highly targeted outreach campaigns.
Example Prompts
- "List the top 20 leads from the 'Q4-Enterprise' campaign that have a status of 'opened' but haven't replied."
- "Create a new email sequence for our upcoming SaaS product launch and add the leads stored in my local marketing_contacts.csv file."
- "Show me the bounce rates and response rates for all email accounts used in the last 30 days."
Tips & Limitations
- Safety First: Always use environment variables for your
otr_API keys. Never hardcode them in your task scripts. - Rate Limiting: Be mindful of API rate limits when iterating over large datasets. Use the
page_sizeparameter in yourlistoperations to prevent timeouts. - Error Handling: The SDK provides detailed objects for failed operations—always check the return status of your
client.leads.createorclient.leads.updatecalls to ensure data integrity during mass imports.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-concaption-foxreach-io": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution