Integration
Instantly
Cold email outreach automation platform
Instantly is a cold email outreach platform for managing campaigns, leads, and email accounts.
Required Environment
| Name | Type | Description |
|---|---|---|
INSTANTLY_API_KEY | secret | API key from Instantly Settings |
Configuration
version: "1.0"
agents:
my-agent:
provider: claude-code
skills:
- https://github.com/vm0-ai/vm0-skills/tree/main/instantlyRun
vm0 run my-agent "create email campaign" \
--secrets INSTANTLY_API_KEY=xxxExample Instructions
# Campaign Manager Agent
You manage email outreach campaigns.
## Workflow
1. Create campaign with settings
2. Add leads to campaign
3. Launch or pause campaigns
4. Monitor campaign performance
## Campaign Actions
- create, launch, pause, list# Lead Manager Agent
You manage leads for email campaigns.
## Workflow
1. Import leads with email and info
2. Assign leads to campaigns
3. Update lead status
4. Track lead engagement
## Lead Fields
- email, first_name, company, custom fields