LaunchKit · 2026
Back to Skills

activecampaign

ActiveCampaign CRM integration for lead management, deal.

2
3.1k downloads
by @kesslerio

Setup & Installation

openclaw skills install @kesslerio/activecampaign

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install activecampaign

What This Skill Does

ActiveCampaign CRM integration for managing contacts, deals, tags, and email automations from the command line. Connects to the ActiveCampaign API to sync leads, advance pipeline stages, and trigger follow-up sequences. Supports custom field mappings for order, shipping, billing, and subscription data.

Automates CRM updates from scripts or agent workflows without opening the ActiveCampaign UI.

When to use it

  • Sync demo attendees to CRM after a webinar
  • Move a deal to the next pipeline stage after a sales call
  • Tag a contact as close-ready based on their activity
  • Trigger a follow-up email sequence when a lead is added
  • Set order and subscription data on a contact after purchase

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Add a new demo lead and enroll them in the follow-up sequence

AGENT
  1. 1Run `activecampaign contacts sync` with the lead's email, first name, and last name
  2. 2Retrieve the contact ID from the sync response
  3. 3Run `activecampaign contacts add-tag` with the contact ID and the demo-requested tag ID
  4. 4Run `activecampaign automations add-contact` with the contact ID and the follow-up automation ID
OUTPUT

Contact created and enrolled in the follow-up email sequence

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

ACTIVECAMPAIGN_URL environment variable (from ActiveCampaign Settings → Developer → API Access)ACTIVECAMPAIGN_API_KEY environment variable (from ActiveCampaign Settings → Developer → API Access)ActiveCampaign account