How To Use SalesBlink With OpenClaw
title: How To Use SalesBlink With OpenClaw
description: Automate cold email workflows using SalesBlink with OpenClaw.
Overview
OpenClaw is an open-source AI agent framework that lets you automate workflows using skills from ClawHub. The Cold Email Campaigns with SalesBlink skill connects your OpenClaw agent to SalesBlink, so you can manage lists, launch sequences, and track campaign performance directly from your agent.
- Skill page: https://clawhub.ai/sheksushant/cold-email-salesblink
- Skill ID:
sheksushant/cold-email-salesblink
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.
- OpenClaw CLI or agent: Make sure OpenClaw is installed and running 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., "OpenClaw Connection").
- Click Create New API Key.
- Copy the generated API key.
Step 2: Install the Skill
Install the skill using one of the methods below.
Via CLI
Run the following command in your terminal:
openclaw skills install cold-email-salesblinkVia Prompt
In your OpenClaw agent chat, type:
Install the skill "Cold Email Campaigns with SalesBlink" (sheksushant/cold-email-salesblink) from ClawHub.- Skill page: https://clawhub.ai/sheksushant/cold-email-salesblink
- Keep the work scoped to this skill only.
Step 3: Inspect Skill Metadata and Finish Setup
After installation, inspect the skill metadata to confirm its capabilities and requirements. The metadata will show available actions, inputs, and any environment variables the skill expects.
Required Environment Variable
Based on the skill metadata, you must set the following environment variable:
Variable | Description |
|---|---|
| Your SalesBlink API key from Step 1. |
Set it in your environment or in your OpenClaw configuration file (e.g., .env):
export SALESBLINK_API_KEY=your_salesblink_api_key_hereNote: Use only the requirements you can verify from the skill metadata on ClawHub. Do not add extra configuration unless the metadata explicitly requires it. If the metadata lists additional environment variables or setup steps, configure those as well.
For persistence, add this line to your
~/.bashrc,~/.zshrc, or.envfile.
Step 4: Verify the Connection
Test that OpenClaw can reach SalesBlink.
- Open your OpenClaw agent chat.
- Ask a simple question, such as:
- "Show me my SalesBlink lists"
- "What sequences are running?"
- The agent should respond with live data from your SalesBlink account.
Troubleshooting
Skill Not Found
- Confirm the skill ID is exactly
sheksushant/cold-email-salesblink. - Visit https://clawhub.ai/sheksushant/cold-email-salesblink to verify the skill is published.
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 shell or process running OpenClaw. - Restart your OpenClaw agent after any configuration change.
Permission Errors
- Check that your SalesBlink API key has the necessary scopes for the actions you want to perform.
Get Help
If you are stuck:
- Visit the skill page: https://clawhub.ai/sheksushant/cold-email-salesblink
- Contact SalesBlink support at https://salesblink.io/contact-us.
- Read the full API documentation at https://developer.salesblink.io.
Updated on: 03/07/2026
Thank you!