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
Authentication
Authentication method: custom
Authentication profiles
connection · custom
- API URL Required
- API Key Required · protected credential
Supported objects
| Object | Read | Write | Notes |
|---|---|---|---|
| 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 · RequiredaccountId· string · RequiredjobTitle· string · Optional
Add Tag to Contact · Read
Adds a tag to contact.
activecampaign_add_tag_to_contact · Risk: low · Retry: safe
Inputs
contactId· string · RequiredtagId· string · Required
Create Account · Read
Creates a new account.
activecampaign_create_account · Risk: low · Retry: safe
Inputs
name· string · RequiredaccountUrl· string · OptionalaccountCustomFields· object · Required
Create Contact · Read
Creates a new contact.
activecampaign_create_contact · Risk: low · Retry: safe
Inputs
email· string · RequiredfirstName· string · OptionallastName· string · Optionalphone· string · OptionalcontactCustomFields· object · Required
Update Account · Read
Updates an account.
activecampaign_update_account · Risk: low · Retry: safe
Inputs
accountId· string · Requiredname· string · OptionalaccountUrl· string · OptionalaccountCustomFields· object · Required
Update Contact · Read
Updates an existing contact.
activecampaign_update_contact · Risk: low · Retry: safe
Inputs
contactId· string · Requiredemail· string · OptionalfirstName· string · OptionallastName· string · Optionalphone· string · OptionalcontactCustomFields· 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 · Requiredstatus· string · RequiredcontactId· 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.