ActiveCampaign is a marketing automation platform.

Changelog

7 versions
v1.3.0 Latest
  • FindContacts: new action to search contacts with filtering.
  • FindDeals: new action to search deals with filtering.
  • FindAutomations: new action to search automations with filtering.
  • AbandonedCart: new trigger that fires when an e-commerce cart is abandoned.
  • OrderStatusUpdated: new trigger that fires when an e-commerce order status changes.
  • CreatePipeline: new action to create a deal pipeline (deal group).
  • DeletePipeline: new action to delete a deal pipeline.
  • CreateStage: new action to create a deal stage within a pipeline.
  • DeleteStage: new action to delete a deal stage.
  • CreateConnection: new action to create an e-commerce connection.
  • DeleteConnection: new action to delete an e-commerce connection.
  • CreateCustomer: new action to create an e-commerce customer.
  • DeleteCustomer: new action to delete an e-commerce customer.
  • CreateOrder: new action to create an e-commerce order or abandoned cart.
  • DeleteOrder: new action to delete an e-commerce order.
v1.2.0
  • Added test() methods to triggers (NewContact, UpdatedContact, NewDeal, UpdatedDeal, NewTask, UpdatedTask) to support Flow Test Mode.
  • Refactored trigger output building into shared reshape helpers used by both receive()/tick() and test().
  • BugFix: UpdatedContact and the deal triggers now emit custom fields under the correct customField_<id> keys (previously stringified the field object).
v1.1.0
  • Added validation for required fields in components.
  • Removed Bluebird dependency.
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.5
  • NewTask has been renamed to DealTaskAdded and the tooltip updated.
v1.0.4
  • CreateDeal, CreateContact, CreateTask: output now returns all possible properties.
v1.0.3
  • CreateDeal: Deal amount and Currency are now required.
  • CreateTask: Contact/Deal is now required.
  • UpdateDeal: should no longer require value (Deal amount) to run.
  • Small fixes to UpdateContact.
v1.0.0
  • Initial version

Authentication

TypeDetails
API Key
URL (text)
Your ActiveCampaign URL. You can find it in your account inside Settings > Developer. Example: https://dummyurl12345.api-us1.com
API Key (text)
Your ActiveCampaign Api Key. You can find it in your account inside Settings > Developer

Triggers

8
New Contact icon

New Contact

Triggers when a new contact is created.
New Deal icon

New Deal

Triggers when a new deal is created.
Updated Deal icon

Updated Deal

Triggers when a deal is updated.
Abandoned Cart icon

Abandoned Cart

Triggers when an e-commerce cart is abandoned.
Order Status Updated icon

Order Status Updated

Triggers when the status (state) of an e-commerce order changes.
DealTaskAdded icon

DealTaskAdded

Triggers when a task is added to a deal.
Updated Task icon

Updated Task

Triggers when a task is updated.
Updated Contact icon

Updated Contact

Triggers when a contact is updated.

Actions

26
Create Contact icon

Create Contact

Create a new contact.
Delete Contact icon

Delete Contact

Delete a contact.
Find Contacts icon

Find Contacts

Retrieve contacts with all of their details, with optional filtering. Returns a maximum of 100 contacts.
List Contacts icon

List Contacts

List and filter contacts.
Update Contact icon

Update Contact

Update a contact.
Find Automations icon

Find Automations

Retrieve automations with all of their details, with optional filtering by name. Returns a maximum of 100 automations.
Create Deal icon

Create Deal

Create a new deal.
Delete Deal icon

Delete Deal

Delete a deal.
Find Deals icon

Find Deals

Retrieve deals with all of their details, with optional filtering. Returns a maximum of 100 deals.
List Deals icon

List Deals

List and filter deals.
Update Deal icon

Update Deal

Update a deal.
Create Connection icon

Create Connection

Create an e-commerce connection (store).
Create Customer icon

Create Customer

Create an e-commerce customer.
Create Order icon

Create Order

Create an e-commerce order or abandoned cart. Provide External ID for a completed order, or External Checkout ID (with Abandoned Date) for an abandoned cart.
Delete Connection icon

Delete Connection

Delete an e-commerce connection.
Delete Customer icon

Delete Customer

Delete an e-commerce customer.
Delete Order icon

Delete Order

Delete an e-commerce order.
Create Pipeline icon

Create Pipeline

Create a deal pipeline (deal group).
Delete Pipeline icon

Delete Pipeline

Delete a deal pipeline (deal group).
Create Stage icon

Create Stage

Create a deal stage within a pipeline.
Delete Stage icon

Delete Stage

Delete a deal stage.
Create Task icon

Create Task

Create a new task.
Delete Task icon

Delete Task

Delete a task.
List Tasks icon

List Tasks

List and filter tasks.
Update Task icon

Update Task

Updates a task.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the ActiveCampaign API.