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.
Block Preview
ActiveCampaign
Marketing automation and CRM platform
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the activecampaign block with monitoring enabled in production.
Inputs (UI)
ActiveCampaign API Key
short-inputPlaceholder: Enter your ActiveCampaign API key
Layout: full
Account URL
short-inputPlaceholder: https://youraccountname.api-us1.com
Layout: full
Operation
dropdownLayout: full
Options: Create Contact, Get Contact, List Contacts, Update Contact
Contact ID
short-inputPlaceholder: Enter contact ID
Layout: full
Condition: operation = ["get_contact","update_contact","add_tag"]
Placeholder: contact@example.com
Layout: full
Condition: operation = ["create_contact","update_contact"]
First Name
short-inputPlaceholder: John
Layout: half
Condition: operation = ["create_contact","update_contact"]
Last Name
short-inputPlaceholder: Doe
Layout: half
Condition: operation = ["create_contact","update_contact"]
Tag
short-inputPlaceholder: customer, vip, newsletter
Layout: full
Condition: operation = "add_tag"
Deal Title
short-inputPlaceholder: Enterprise Deal
Layout: full
Condition: operation = "create_deal"
Deal Value
short-inputPlaceholder: 5000
Layout: half
Condition: operation = "create_deal"
Inputs (API)
credential
stringRequired
accountUrl
stringRequired
operation
stringRequired
contactId
stringOptional
Optional
firstName
stringOptional
lastName
stringOptional
tag
stringOptional
dealTitle
stringOptional
dealValue
stringOptional
Outputs
Primary response type:
{
"data": "json"
}