activecampaignActiveCampaign CRM integration for lead management, deal tracking, and email automation. Use for syncing demo leads, managing clinic sales pipeline, and triggering follow-up sequences.
Install via ClawdBot CLI:
clawdbot install kesslerio/activecampaignActiveCampaign integration for CRM automation and sales pipeline management.
Manage leads, deals, and email automations for sales:
# Create config directory
mkdir -p ~/.config/activecampaign
# Add credentials
echo "https://youraccount.api-us1.com" > ~/.config/activecampaign/url
echo "your-api-key" > ~/.config/activecampaign/api_key
# Or use environment variables
export ACTIVECAMPAIGN_URL="https://youraccount.api-us1.com"
export ACTIVECAMPAIGN_API_KEY="your-api-key"
Get API credentials from ActiveCampaign:
The skill supports custom field mappings for order, shipping, billing, and subscription data.
# Initialize config from sample
activecampaign config init
# Edit with your field IDs
nano ~/.config/activecampaign/fields.json
The config file is gitignored and should not be committed.
# Contacts
activecampaign contacts list # List all contacts
activecampaign contacts create "email@test.com" "First" "Last"
activecampaign contacts sync "email@test.com" "First" "Last"
activecampaign contacts get <id>
activecampaign contacts search "clinic"
activecampaign contacts add-tag <id> <tag_id>
activecampaign contacts remove-tag <id> <tag_id>
# Deals
activecampaign deals list
activecampaign deals create "Clinic Name" <stage_id> <value>
activecampaign deals update <id> stage=<stage_id> value=<value>
activecampaign deals get <id>
# Tags
activecampaign tags list
activecampaign tags create "Demo Requested"
# Automations
activecampaign automations list
activecampaign automations add-contact <contact_id> <automation_id>
# Custom Fields
activecampaign fields list # List configured fields
activecampaign fields get order_fields.order_id
activecampaign fields set-field <contact_id> <field_id> <value>
# Lists
activecampaign lists list
activecampaign lists add-contact <list_id> <contact_id>
# Configuration
activecampaign config init # Create fields.json from sample
activecampaign config path # Show config file path
The skill includes a comprehensive field configuration system for:
| Category | Fields |
|----------|--------|
| Order | Order ID, Number, Date, Total, Tax, Status, Subtotal, Discount, Currency, Payment details |
| Shipping | Name, Address 1/2, City, State, Postal Code, Country, Method, Cost |
| Billing | Address 1/2, City, State, Postal Code, Country |
| Subscription | ID, Status, Plan, Amount, Currency, Interval, Start, Trial End |
| Additional | Company, Product info, Lead Campaign, Notes, Birthday, etc. |
# Get field ID from config
activecampaign fields get order_fields.order_id
# Output: 7
# Set field value on contact
activecampaign fields set-field <contact_id> 7 "ORD-12345"
shapescale-crm - Attio CRM integration (source of truth)shapescale-sales - Sales workflows and qualificationcampaign-orchestrator - Multi-channel follow-up campaignsGenerated Mar 1, 2026
Sync demo attendees from webinar platforms into ActiveCampaign as contacts, tag them as 'demo-requested', and trigger automated follow-up email sequences. Track deal stages for qualified leads moving through the sales pipeline, ensuring timely engagement and conversion.
Manage leads for healthcare clinics by creating deals with specific stages like 'consultation scheduled' or 'proposal sent', and update deal values based on service packages. Use custom fields to store clinic-specific data such as location or specialty, aiding in personalized follow-ups.
Map order, shipping, billing, and subscription data from e-commerce platforms into ActiveCampaign custom fields for contacts. Automate email sequences based on purchase behavior or subscription status, such as renewal reminders or upsell campaigns for repeat customers.
Segment leads using tags like 'nurture' or 'close-ready' based on engagement levels, and add contacts to specific lists for targeted email campaigns. Trigger automations for follow-up sequences after key actions, such as downloading a whitepaper or attending a webinar.
Import event attendees as contacts, tag them with event-specific labels, and automate post-event email sequences with resources or surveys. Track deals for high-value prospects identified during the event, updating stages as they progress toward conversion.
Use the skill to manage demo leads and automate onboarding sequences, tracking deal stages for conversions to paid subscriptions. Custom fields store subscription details like plan type and billing cycle, enabling targeted upsell campaigns and churn prevention.
Track leads and deals for consulting services, such as clinic sales, with stages reflecting proposal and contract milestones. Automate follow-up emails to nurture prospects and use tags to segment based on service interest, improving client acquisition efficiency.
Sync customer order and shipping data into ActiveCampaign to personalize post-purchase email sequences and manage subscription renewals. Use deals to track high-value customers and automate re-engagement campaigns, driving repeat sales and loyalty.
💬 Integration Tip
Ensure environment variables ACTIVECAMPAIGN_URL and ACTIVECAMPAIGN_API_KEY are set before use, and initialize custom fields config with 'activecampaign config init' for advanced data mapping.
HubSpot CRM and CMS API integration for contacts, companies, deals, owners, and content management.
Partnership outreach, market research, competitor analysis, and proposal generation. Transform your AI agent into a strategic business development partner that identifies and cultivates growth opportunities.
CRM integration, lead tracking, outreach automation, and pipeline management. Transform your AI agent into a sales assistant that never lets leads slip through the cracks.
Manage Zhihu AI Bot to publish, like/unlike, comment, delete comments, and fetch ring or comment details using Zhihu API credentials.
Query and analyze brand mentions from Octolens API. Use when the user wants to fetch mentions, track keywords, filter by source platforms (Twitter, Reddit, GitHub, LinkedIn, etc.), sentiment analysis, or analyze social media engagement. Supports complex filtering with AND/OR logic, date ranges, follower counts, and bookmarks.
RevenueCat metrics, customer data, and documentation search. Use when querying subscription analytics, MRR, churn, customers, or RevenueCat docs.