Blocks

ActiveCampaign

Marketing automation and CRM platform

Integrate with ActiveCampaign for email marketing, marketing automation, sales automation, and CRM. Manage contacts, campaigns, automation workflows, deals, and track customer engagement with API key authentication.

Back to Catalog
Toolsactivecampaign

Block Preview

ActiveCampaign

Marketing automation and CRM platform

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the activecampaign block with monitoring enabled in production.

Inputs (UI)

ActiveCampaign API Key

short-input

Placeholder: Enter your ActiveCampaign API key

Layout: full

Account URL

short-input

Placeholder: https://youraccountname.api-us1.com

Layout: full

Operation

dropdown

Layout: full

Options: Create Contact, Get Contact, List Contacts, Update Contact

Contact ID

short-input

Placeholder: Enter contact ID

Layout: full

Condition: operation = ["get_contact","update_contact","add_tag"]

Email

short-input

Placeholder: contact@example.com

Layout: full

Condition: operation = ["create_contact","update_contact"]

First Name

short-input

Placeholder: John

Layout: half

Condition: operation = ["create_contact","update_contact"]

Last Name

short-input

Placeholder: Doe

Layout: half

Condition: operation = ["create_contact","update_contact"]

Tag

short-input

Placeholder: customer, vip, newsletter

Layout: full

Condition: operation = "add_tag"

Deal Title

short-input

Placeholder: Enterprise Deal

Layout: full

Condition: operation = "create_deal"

Deal Value

short-input

Placeholder: 5000

Layout: half

Condition: operation = "create_deal"

Inputs (API)

credential

string

Required

accountUrl

string

Required

operation

string

Required

contactId

string

Optional

email

string

Optional

firstName

string

Optional

lastName

string

Optional

tag

string

Optional

dealTitle

string

Optional

dealValue

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

activecampaign_api
ActiveCampaign | NowFlow Blocks