Loading...
Loading...
Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first for current schemas.
npx skill4agent add composiohq/awesome-claude-skills activecampaign-automationRUBE_MANAGE_CONNECTIONSactive_campaignRUBE_SEARCH_TOOLShttps://rube.app/mcpRUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONSactive_campaignACTIVE_CAMPAIGN_FIND_CONTACTACTIVE_CAMPAIGN_CREATE_CONTACTemailidphoneemailfirst_namelast_namephoneorganization_namejob_titletagsemailemailphoneACTIVE_CAMPAIGN_FIND_CONTACTACTIVE_CAMPAIGN_MANAGE_CONTACT_TAGactiontagscontact_idcontact_emailactioncontact_idcontact_emailcontact_idACTIVE_CAMPAIGN_FIND_CONTACTACTIVE_CAMPAIGN_MANAGE_LIST_SUBSCRIPTIONactionlist_idemailcontact_idactionlist_idemailcontact_idcontact_idACTIVE_CAMPAIGN_FIND_CONTACTACTIVE_CAMPAIGN_ADD_CONTACT_TO_AUTOMATIONcontact_emailautomation_idautomation_idACTIVE_CAMPAIGN_FIND_CONTACTACTIVE_CAMPAIGN_CREATE_CONTACT_TASKrelidduedatedealTasktypetitlenoteassigneeedatestatusduedateedateduedatedealTasktyperelidassignee1. Call ACTIVE_CAMPAIGN_FIND_CONTACT with email
2. If found, extract contact ID for subsequent operations
3. If not found, create contact with ACTIVE_CAMPAIGN_CREATE_CONTACT
4. Use contact ID for tags, subscriptions, or automations1. For each contact, call ACTIVE_CAMPAIGN_MANAGE_CONTACT_TAG
2. Use contact_email to avoid separate lookup calls
3. Batch with reasonable delays to respect rate limits1. Call ACTIVE_CAMPAIGN_FIND_CONTACT with email
2. Extract id from the responsedatadata.data| Task | Tool Slug | Key Params |
|---|---|---|
| Find contact | ACTIVE_CAMPAIGN_FIND_CONTACT | email, id, phone |
| Create contact | ACTIVE_CAMPAIGN_CREATE_CONTACT | email, first_name, last_name, tags |
| Add/remove tags | ACTIVE_CAMPAIGN_MANAGE_CONTACT_TAG | action, tags, contact_email |
| Subscribe/unsubscribe | ACTIVE_CAMPAIGN_MANAGE_LIST_SUBSCRIPTION | action, list_id, email |
| Add to automation | ACTIVE_CAMPAIGN_ADD_CONTACT_TO_AUTOMATION | contact_email, automation_id |
| Create task | ACTIVE_CAMPAIGN_CREATE_CONTACT_TASK | relid, duedate, dealTasktype, title |