active-campaign
ActiveCampaign API integration with managed OAuth. Marketing automation, CRM, contacts, deals, and email campaigns. Use this skill when users want to manage contacts, deals, tags, lists, automations, or campaigns in ActiveCampaign. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/active-campaignWhat This Skill Does
The active-campaign skill provides a seamless, secure gateway to the ActiveCampaign API, leveraging managed OAuth for authentication. This skill abstracts the complexity of manual API token management and credential storage, allowing your AI agents to perform sophisticated marketing automation tasks. By routing requests through the Maton gateway, users can programmatically manage contacts, create deals, assign tags, update lists, trigger automations, and analyze email campaign metrics without worrying about underlying protocol details. It acts as a dedicated bridge for ActiveCampaign operations, ensuring that all communications are authenticated and compliant with established connection policies.
Installation
To integrate this skill into your agent, use the ClawKit CLI or your preferred OpenClaw manager:
clawhub install openclaw/skills/skills/byungkyu/active-campaign
Once installed, ensure your MATON_API_KEY is exported as an environment variable. If you do not have an API key, generate one at maton.ai/settings. Before performing operations, ensure an active connection exists by visiting ctrl.maton.ai or by using the connection management endpoints to initialize the OAuth flow.
Use Cases
This skill is designed for automated CRM and marketing workflows. Common use cases include:
- Lead Management: Automatically adding contacts to specific lists based on inbound triggers.
- Sales Pipeline: Syncing deals between your internal tools and the ActiveCampaign CRM.
- Engagement Automation: Triggering automated email campaigns based on external user behavior or data changes.
- Data Synchronization: Updating contact profiles with tags derived from external data analysis.
- Reporting: Fetching campaign performance analytics to generate summary reports within an agent's response.
Example Prompts
- "List all the contacts in my ActiveCampaign account and filter those who have the 'newsletter' tag."
- "Create a new deal in the 'Sales' pipeline for 'John Doe' with a value of $500."
- "Move all contacts from the 'Inactive' list to the 'Nurture' list and assign them the 're-engagement' tag."
Tips & Limitations
- Rate Limiting: Always respect ActiveCampaign's API rate limits. High-frequency updates should be batched where possible.
- Connection State: If you receive 401 Unauthorized errors, re-verify your connection status at ctrl.maton.ai; your OAuth token may require renewal.
- Gateway Scope: This skill is strictly for ActiveCampaign. Do not attempt to route other third-party services through this; use the
api-gatewayskill for other integrations. - Security: Never hardcode your
MATON_API_KEYin scripts. Always use secure environment variables to protect your credentials.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-active-campaign": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.