Encharge
Encharge is a marketing automation platform that helps businesses automate their customer communication and marketing campaigns.
Categories: marketing-automation
Type: encharge/v1
Connections
Version: 1
API Key
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
key | Key | STRING | TEXT | true | |
value | Value | STRING | TEXT | true |
Actions
Create Email Template
Name: createEmail
Create email template
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
__item | Email Template | OBJECT Properties{STRING(name), STRING(subject), STRING(fromEmail), STRING(replyEmail)} | OBJECT_BUILDER | true |
Output
Type: OBJECT
Properties
Name | Type | Control Type |
---|---|---|
body | OBJECT Properties{{INTEGER(id), STRING(name), STRING(subject), STRING(fromEmail), STRING(replyEmail)}(email)} | OBJECT_BUILDER |
JSON Example
{ "label" : "Create Email Template", "name" : "createEmail", "parameters" : { "__item" : { "name" : "", "subject" : "", "fromEmail" : "", "replyEmail" : "" } }, "type" : "encharge/v1/createEmail"}
Create People
Name: createPeople
Creates new People
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
__items | People | ARRAY Items[{STRING(email), STRING(firstName), STRING(lastName), STRING(website), STRING(title), STRING(phone)}] | ARRAY_BUILDER | true |
Output
Type: OBJECT
Properties
Name | Type | Control Type |
---|---|---|
body | OBJECT Properties{[{STRING(email), STRING(firstName), STRING(lastName), STRING(website), STRING(title), STRING(id), STRING(phone)}](users)} | OBJECT_BUILDER |
JSON Example
{ "label" : "Create People", "name" : "createPeople", "parameters" : { "__items" : [ { "email" : "", "firstName" : "", "lastName" : "", "website" : "", "title" : "", "phone" : "" } ] }, "type" : "encharge/v1/createPeople"}
Add Tag
Name: addTag
Add tag(s) to an existing user.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
__item | Tag | OBJECT Properties{STRING(tag), STRING(email)} | OBJECT_BUILDER | true |
JSON Example
{ "label" : "Add Tag", "name" : "addTag", "parameters" : { "__item" : { "tag" : "", "email" : "" } }, "type" : "encharge/v1/addTag"}