Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Add a new demo lead and enroll them in the follow-up sequence
- 1Run `activecampaign contacts sync` with the lead's email, first name, and last name
- 2Retrieve the contact ID from the sync response
- 3Run `activecampaign contacts add-tag` with the contact ID and the demo-requested tag ID
- 4Run `activecampaign automations add-contact` with the contact ID and the follow-up automation ID
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.