Use SalesBlink with Claude Code
title: Use SalesBlink with Claude Code
description: Manage SalesBlink directly from Claude Code using natural language.
Overview
Connect SalesBlink directly to Claude Code so you can manage cold email outreach without leaving your terminal. Create prospect lists, launch sequences, check replies, and track campaign performance using natural language commands.
Prerequisites
Before you start, confirm you have the following:
- Active SalesBlink account: Sign up at https://run.salesblink.io/signup if you do not have one.
- SalesBlink API key: Retrieve it from SalesBlink Dashboard > Integrations > API.
- Claude Code installed: Make sure you have the Claude Code CLI set up in your environment.
Step-by-Step Instructions
Step 1: Get Your API Key
- Log in to your SalesBlink account.
- Click Account in the Top Navbar.
- Select Integrations from the dropdown.
- Click the API tab.
- Click Create API Key.
- Enter a name for your API key (e.g., "Claude Code").
- Click Create New API Key.
- Copy the generated API key.
Step 2: Install the SalesBlink Plugin
You can install the SalesBlink plugin for Claude Code using either of the following methods.
Method 1: Add from Marketplace
Run the following command in your Claude Code chat:
/plugin marketplace add https://github.com/open-salesblink/skillMethod 2: Direct Install
Run the following command in your Claude Code chat:
/plugin install cold-email-salesblinkStep 3: Set Your API Key
After installation, configure the plugin with your SalesBlink API key. Set the environment variable in your terminal or in your Claude Code configuration:
export SALESBLINK_API_KEY=your_salesblink_api_key_hereNote: Replace
your_salesblink_api_key_herewith the actual key you copied in Step 1.
For persistence, add this line to your
~/.bashrc,~/.zshrc, or.envfile.
Step 4: Verify the Connection
Test that Claude Code can reach SalesBlink.
- Open Claude Code.
- Ask a simple question, such as:
- "Show me my SalesBlink lists"
- "What sequences are running?"
- Claude should respond with live data from your SalesBlink account.
Example Commands
Here are more examples of what you can ask Claude Code:
Task | Example Command |
|---|---|
Create a list | "Create a list called Marketing Agencies in New York" |
Add prospects | "Add these emails to my SaaS Founders list" |
Launch a sequence | "Launch the Welcome Sequence to my new list" |
Check replies | "Show me replies from this week" |
View analytics | "How many opens did my campaign get yesterday?" |
Run a test | "Run an inbox placement test for outreach@mycompany.com" |
Verify emails | "Verify john@example.com and sarah@example.com" |
Troubleshooting
Plugin Not Found
- Confirm you are using the exact command shown in Step 2.
- Make sure your Claude Code CLI is up to date.
Connection Failed
- Confirm your API key is active in SalesBlink Dashboard> Integrations> API.
- Make sure the
SALESBLINK_API_KEYenvironment variable is exported in the same terminal session running Claude Code. - Restart Claude Code after any configuration change.
Permission Errors
- Check that your SalesBlink API key has the necessary scopes for the actions you want to perform.
Updated on: 03/07/2026
Thank you!