Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
98 lines (74 loc) · 2.49 KB

File metadata and controls

98 lines (74 loc) · 2.49 KB

⚡ EmailBison CLI Guide

Overview

EmailBison integration for the Cold Email CLI provides comprehensive access to 72 commands across multiple categories.

Quick Start

Authentication

export EMAILBISON_API_KEY="your_api_key_here"

Launch Interactive Shell

bun run emailbison
# or
bun run src/cli.ts emailbison

Command Categories

Available Commands

The EmailBison platform provides 72 total commands organized into logical categories:

  • Campaign Management - Create, manage, and optimize campaigns
  • Contact/Lead Management - Import, organize, and manage prospects
  • Email Account Management - Configure and monitor email accounts
  • Analytics & Reporting - Track performance and generate insights
  • Template Management - Create and manage email templates
  • Automation & Sequences - Build automated email workflows

Usage Examples

Basic Operations

# List campaigns
bun run emailbison campaigns:list

# Create new campaign
bun run emailbison campaigns:create --name "Q1 Outreach"

# Get analytics
bun run emailbison analytics:overview

Advanced Features

# Bulk operations
bun run emailbison leads:bulk-add --campaign_id 123 --file leads.csv

# Template management
bun run emailbison templates:create --name "Follow-up" --subject "Quick follow-up"

# Account warmup
bun run emailbison accounts:warmup-start --email sales@company.com

API Integration

MCP Configuration

For AI assistant integration, use the MCP configuration:

{
  "mcpServers": {
    "emailbison": {
      "command": "bun",
      "args": ["run", "src/cli.ts", "emailbison"],
      "env": {
        "EMAILBISON_API_KEY": "${EMAILBISON_API_KEY}"
      }
    }
  }
}

Best Practices

  1. Authentication: Always set your API key before using commands
  2. Interactive Shell: Use the shell for exploration and discovery
  3. Bulk Operations: Leverage bulk commands for efficiency
  4. Analytics: Regular monitoring for campaign optimization
  5. Templates: Reuse templates for consistency

Troubleshooting

Common Issues

  • Authentication Error: Verify API key is correctly set
  • Rate Limiting: Use appropriate delays between bulk operations
  • Invalid Parameters: Check command usage with --help

Support


⚡ EmailBison - Professional email automation at your fingertips