Skip to content

ActiveCampaign

Reference


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

Categories: [crm, marketing-automation]

Version: 1


Connections

Version: 1

API Key

Properties

NameTypeControl TypeDescription
Account nameSTRINGTEXTYour account name, e.g. https://{youraccountname}.api-us1.com
KeySTRINGTEXT
API KeySTRINGTEXT

Triggers


Actions

Create account

Creates a new account

Properties

NameTypeControl TypeDescription
Account{{STRING(name), STRING(accountUrl)}(account)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{{STRING(name), STRING(accountUrl)}(account)}OBJECT_BUILDER

Create contact

Creates a new contact

Properties

NameTypeControl TypeDescription
Contact{{STRING(email), STRING(firstName), STRING(lastName), STRING(phone)}(contact)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

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

Creates a task

Creates a new task

Properties

NameTypeControl TypeDescription
Task{{STRING(title), INTEGER(relid), DATE(duedate), INTEGER(dealTasktype)}(dealTask)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

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