Skip to content

ActiveCampaign

ActiveCampaign is a customer experience automation platform that offers email marketing, marketing automation, sales automation, and CRM tools.

Categories: crm, marketing-automation

Type: active-campaign/v1


Connections

Version: 1

API Key

Properties

NameLabelTypeControl TypeDescriptionRequired
usernameAccount nameSTRINGTEXTYour account name, e.g. https://{youraccountname}.api-us1.comtrue
keyKeySTRINGTEXTtrue
valueAPI KeySTRINGTEXTtrue

Actions

Create Account

Name: createAccount

Creates a new account.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemAccount{{STRING(name), STRING(accountUrl)}(account)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{{STRING(name), STRING(accountUrl)}(account)}OBJECT_BUILDER

Create Contact

Name: createContact

Creates a new contact.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemContact{{STRING(email), STRING(firstName), STRING(lastName), STRING(phone)}(contact)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{{STRING(email), STRING(firstName), STRING(lastName), STRING(phone)}(contact)}OBJECT_BUILDER

Create Task

Name: createTask

Creates a new task.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemTask{{STRING(title), INTEGER(relid), DATE(duedate), INTEGER(dealTasktype)}(dealTask)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{{STRING(id), STRING(title), INTEGER(relid), DATE(duedate), INTEGER(dealTasktype)}(dealTask)}OBJECT_BUILDER

Triggers