Skip to content
← Back to documentation
Technical Reference

ActiveCampaign

Email marketing, marketing automation, and CRM tools you need to create incredible customer experiences.

CategoryMarketing
Authenticationcustom
Version0.1.8
Published scopes0 published scopes
Last updatedSeptember 19, 2026

Overview

ActiveCampaign

This CDK catalogue package is pinned to @activepieces/piece-activecampaign@0.1.8 and declares 7 declared actions and 9 declared triggers. Its definition is derived from the exact reviewed Activepieces source.

Provider runtime verification is recorded separately when an approved test connection is exercised; this catalogue entry does not claim that verification.

Technical guide

Technical reference

  • Package: @activepieces/piece-activecampaign@0.1.8
  • Exact artifact digest: sha256:a3f32d21bc8d7a9ef334baecb39adbe6b2381aff597a06cc2fa95350c0469a2c
  • Source: the exact reviewed Activepieces source
  • Authentication, action and trigger schemas are taken from the exact pinned package.

Capability summary

Authenticationcustom
Supported objects16
Supported actions7
Triggers9

Authentication

Authentication method: custom

Authentication profiles

connection · custom
  • API URL Required
  • API Key Required · protected credential

Supported objects

ObjectReadWriteNotes
Add Contact to Account Yes No
Add Tag to Contact Yes No
Create Account Yes No
Create Contact Yes No
Update Account Yes No
Update Contact Yes No
Subscribe or Unsubscribe Contact From List Yes No
Deal Task Completed Yes No Trigger contract validated offline; live event delivery is tracked separately.
New Contact Note Yes No Trigger contract validated offline; live event delivery is tracked separately.
New Contact Task Yes No Trigger contract validated offline; live event delivery is tracked separately.
New Deal Added or Updated Yes No Trigger contract validated offline; live event delivery is tracked separately.
New or Updated Account Yes No Trigger contract validated offline; live event delivery is tracked separately.
New Deal Note Yes No Trigger contract validated offline; live event delivery is tracked separately.
New Deal Task Yes No Trigger contract validated offline; live event delivery is tracked separately.
Tag Added or Removed From Contact Yes No Trigger contract validated offline; live event delivery is tracked separately.
Updated Contact Yes No Trigger contract validated offline; live event delivery is tracked separately.

Supported actions

Add Contact to Account · Read

Adds a contact to an ActiveCampaign account.

activecampaign_add_contact_to_account · Risk: low · Retry: safe

Inputs

  • contactId · string · Required
  • accountId · string · Required
  • jobTitle · string · Optional
Add Tag to Contact · Read

Adds a tag to contact.

activecampaign_add_tag_to_contact · Risk: low · Retry: safe

Inputs

  • contactId · string · Required
  • tagId · string · Required
Create Account · Read

Creates a new account.

activecampaign_create_account · Risk: low · Retry: safe

Inputs

  • name · string · Required
  • accountUrl · string · Optional
  • accountCustomFields · object · Required
Create Contact · Read

Creates a new contact.

activecampaign_create_contact · Risk: low · Retry: safe

Inputs

  • email · string · Required
  • firstName · string · Optional
  • lastName · string · Optional
  • phone · string · Optional
  • contactCustomFields · object · Required
Update Account · Read

Updates an account.

activecampaign_update_account · Risk: low · Retry: safe

Inputs

  • accountId · string · Required
  • name · string · Optional
  • accountUrl · string · Optional
  • accountCustomFields · object · Required
Update Contact · Read

Updates an existing contact.

activecampaign_update_contact · Risk: low · Retry: safe

Inputs

  • contactId · string · Required
  • email · string · Optional
  • firstName · string · Optional
  • lastName · string · Optional
  • phone · string · Optional
  • contactCustomFields · object · Required
Subscribe or Unsubscribe Contact From List · Read

Subscribes a Contact to a List it is not currently associated with, or Unsubscribes a Contact from a list is currently associated with.

activecampaign_subscribe_or_unsubscribe_contact_from_list · Risk: low · Retry: safe

Inputs

  • listId · string · Required
  • status · string · Required
  • contactId · string · Required

Triggers

Deal Task Completed · Webhook

Triggers when a deal task has been completed.

New Contact Note · Webhook

Triggers when a new contact note is added.

New Contact Task · Webhook

Triggers when a new contact task is added.

New Deal Added or Updated · Webhook

Triggers when a new deal is created or existing deal is updated.

New or Updated Account · Webhook

Triggers when a new account is added or an existing accountu2019s details are updated

New Deal Note · Webhook

Triggers when a new deal note is created.

New Deal Task · Webhook

Triggers when a new deal task is created.

Tag Added or Removed From Contact · Webhook

Triggers when a a Tag is added or removed from a Contact

Updated Contact · Webhook

Triggers when an existing contact details are updated.

Setup

Setup

Create a tenant connection only in the consuming Studio instance when this connector is made available there. Credentials remain in that tenant's Vault-backed connection and are not stored in CDK package metadata.

Limitations

The package has passed deterministic offline package-load and contract validation. No provider credentials, provider API call or live webhook delivery is represented by this release state.