Skip to content

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

NameLabelTypeControl TypeDescriptionRequired
keyKeySTRINGTEXTtrue
valueValueSTRINGTEXTtrue

Actions

Create Email Template

Name: createEmail

Create email template

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemEmail TemplateOBJECT
Properties {STRING(name), STRING(subject), STRING(fromEmail), STRING(replyEmail)}
OBJECT_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
bodyOBJECT
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

NameLabelTypeControl TypeDescriptionRequired
__itemsPeopleARRAY
Items [{STRING(email), STRING(firstName), STRING(lastName), STRING(website), STRING(title), STRING(phone)}]
ARRAY_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
bodyOBJECT
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

NameLabelTypeControl TypeDescriptionRequired
__itemTagOBJECT
Properties {STRING(tag), STRING(email)}
OBJECT_BUILDERtrue

JSON Example

{
"label" : "Add Tag",
"name" : "addTag",
"parameters" : {
"__item" : {
"tag" : "",
"email" : ""
}
},
"type" : "encharge/v1/addTag"
}

Additional instructions


CONNECTION

API Location