ActiveCampaign

ActiveCampaign

Automate marketing, sales, and customer engagement with ActiveCampaign

8 actions
5 triggers

Actions

Name
create_contact

Create a new contact in ActiveCampaign

update_contact

Update an existing contact in ActiveCampaign

find_contact

Find a contact by email address

subscribe_contact

Subscribe a contact to a list in ActiveCampaign

add_tag

Add a tag to a contact in ActiveCampaign

create_account

Create a new account (company) in ActiveCampaign

update_account

Update an existing account (company) in ActiveCampaign

custom_api_call

Make a custom API call to the ActiveCampaign API

Triggers

Name
new_contact

Triggers when a new contact subscribes

updated_contact

Triggers when a contact is updated

new_deal

Triggers when a new deal is added

updated_deal

Triggers when a deal is updated

new_tag_added

Triggers when a tag is added to a contact

Quick Start

TypeScript
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.