ActiveCampaign
Automate marketing, sales, and customer engagement with ActiveCampaign
Actions
| Name | Description |
|---|---|
create_contactCreate a new contact in ActiveCampaign | Create a new contact in ActiveCampaign |
update_contactUpdate an existing contact in ActiveCampaign | Update an existing contact in ActiveCampaign |
find_contactFind a contact by email address | Find a contact by email address |
subscribe_contactSubscribe a contact to a list in ActiveCampaign | Subscribe a contact to a list in ActiveCampaign |
add_tagAdd a tag to a contact in ActiveCampaign | Add a tag to a contact in ActiveCampaign |
create_accountCreate a new account (company) in ActiveCampaign | Create a new account (company) in ActiveCampaign |
update_accountUpdate an existing account (company) in ActiveCampaign | Update an existing account (company) in ActiveCampaign |
custom_api_callMake a custom API call to the ActiveCampaign API | Make a custom API call to the ActiveCampaign API |
Triggers
| Name | Description |
|---|---|
new_contactTriggers when a new contact subscribes | Triggers when a new contact subscribes |
updated_contactTriggers when a contact is updated | Triggers when a contact is updated |
new_dealTriggers when a new deal is added | Triggers when a new deal is added |
updated_dealTriggers when a deal is updated | Triggers when a deal is updated |
new_tag_addedTriggers when a tag is added to a contact | Triggers when a tag is added to a contact |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'activecampaign',
actionName: 'create_contact',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect ActiveCampaign to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does ActiveCampaign support?
ActiveCampaign supports 8 actions including Create Contact, Update Contact, Find Contact, Subscribe Contact to List, Add Tag to Contact, and more.
Can I use ActiveCampaign with AI agents?
Yes. Add ActiveCampaign to an MCP server in TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.
What authentication does ActiveCampaign use?
ActiveCampaign uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the ActiveCampaign integration cost?
The ActiveCampaign integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does ActiveCampaign support?
ActiveCampaign supports 5 triggers including New Contact, Updated Contact, New Deal, Updated Deal, New Tag Added to Contact.
Connect ActiveCampaign in minutes
Get 1,000 free actions every month. No credit card required.