Encharge

The Encharge modules allow you to monitor, create, update, send, retrieve, list, and delete the people, tags, and websites in your Encharge account.

Getting Started with Encharge

Prerequisites

The module dialog fields that are displayed in bold (in the Integromat Integromat, not in this documentation article) are mandatory!

Connecting Encharge to Integromat

1. Go to Integromat and open the Encharge module's Create a connection dialog.

2. In the Connection name field, enter a name for the connection and click Continue.

3. Confirm the access by clicking Allow.

The connection has been established.

People

You do not have to add the webhooks in the Encharge as it is automatically done for you once you add and save an instant trigger module to your scenario.

Watch New User

Triggers when a person is created in Encharge.

Webhook NameEnter (map) a name for the webhook.
Connection Establish a connection to your Encharge account.

Watch User Updated

Triggers when a person is updated in Encharge.

Webhook NameEnter (map) a name for the webhook.
Connection Establish a connection to your Encharge account.

Watch User Unsubscribed

Triggers when a person has unsubscribed from receiving emails in Encharge.

Webhook NameEnter (map) a name for the webhook.
Connection Establish a connection to your Encharge account.

Create a Person

Creates a new person.

Connection Establish a connection to your Encharge account.
EmailEnter (map) the person's email address.
First NameEnter (map) the person's first name.
Last NameEnter (map) the person's last name.
Full NameEnter (map) the person's full name.
Last ActivityEnter (map) the date and time of the person's last activity.  See the list of supported date and time formats.
CompanyEnter (map) the person's company name.
WebsiteEnter (map) the person's or person's company website.
SalutationEnter (map) the person's salutation. For example, Mr.
TitleEnter (map) the person's job title.
Lead ScoreEnter (map) the lead score to convert into a customer. For example, 85%.
User IDEnter (map) the User ID that is assigned to the lead.
UnsubscribedSelect whether the lead has unsubscribed to email.
PhoneEnter (map) the person's phone number.
AddressEnter (map) the person's address.
CountryEnter (map) the person's country name.
CityEnter (map) the person's city name.
RegionEnter (map) the person's region name.
PostcodeEnter (map) the person's are postcode.
Group IDEnter (map) the Group ID to which the person is added.
Unsubscribe ReasonEnter (map) the explanation for opting out of the emails.
MRREnter (map) the Monthly Recurring Revenue (MRR) of the person.
Trail StartEnter (map) the date on which the person's trial period has started. See the list of supported date and time formats.
Trail EndEnter (map) the date on which the person's trial period has ended. See the list of supported date and time formats.
Email Validation ResultSelect or map the person's email validation result:
  • Valid
  • Invalid
  • Unknown

Get a Person

Returns information about the selected person.

Connection Establish a connection to your Encharge account.
Encharge IDSelect or map the Encharge ID, email, or User ID whose details you want to retreive.

Update a Person

Updates a person.

Connection Establish a connection to your Encharge account.
User IDSelect or map the User ID
EmailEnter (map) the person's email address.
First NameEnter (map) the person's first name.
Last NameEnter (map) the person's last name.
Full NameEnter (map) the person's full name.
Last ActivityEnter (map) the date and time of the person's last activity. See the list of supported date and time formats.
CompanyEnter (map) the person's company name.
WebsiteEnter (map) the person's or person's company website.
SalutationEnter (map) the person's salutation. For example, Mr.
TitleEnter (map) the person's job title.
Lead ScoreEnter (map) the lead score to convert into a customer. For example, 85%.
User IDEnter (map) the User ID that is assigned to the lead.
UnsubscribedSelect whether the lead has unsubscribed to email.
PhoneEnter (map) the person's phone number.
AddressEnter (map) the person's address.
CountryEnter (map) the person's country name.
CityEnter (map) the person's city name.
RegionEnter (map) the person's region name.
PostcodeEnter (map) the person's are postcode.
Group IDEnter (map) the Group ID to which the person is added.
Unsubscribe ReasonEnter (map) the explanation for opting out of the emails.
MRREnter (map) the Monthly Recurring Revenue (MRR) of the person.
Trail StartEnter (map) the date on which the person's trial period has started. See the list of supported date and time formats.
Trail EndEnter (map) the date on which the person's trial period has ended. See the list of supported date and time formats.
Email Validation ResultSelect or map the person's email validation result:
  • Valid
  • Invalid
  • Unknown

Delete a Person

Deletes the selected person.

Connection Establish a connection to your Encharge account.
Encharge IDSelect or map the Encharge ID, email, or User ID you want to delete.
ForceSelect whether you want to delete the person's data. This field is useful for the GDPR-compliant removal of user data.

Unsubscribe a Person

Unsubscribes a person to prevent from receiving any more emails.

Connection Establish a connection to your Encharge account.
Encharge IDSelect or map the Encharge ID, email, or User ID you want to unsubscribe

Tags

You do not have to add the webhooks in the Encharge as it is automatically done for you once you add and save an instant trigger module to your scenario.

Watch User Tagged

Triggers when a person is tagged with the entered tag.

Webhook NameEnter (map) a name for the webhook.
Connection Establish a connection to your Encharge account.
Tag NameEnter (map) the tag name to watch the users with the specified tag name. 

Watch User Untagged

Triggers when a person is untagged with the entered tag.

Webhook NameEnter (map) a name for the webhook.
Connection Establish a connection to your Encharge account.
Tag NameEnter (map) the tag name to watch the users from whom the tag was removed.

Add Tags to a User

Adds tags to an existing user.

Connection Establish a connection to your Encharge account.
TagsAdd the tags that you want to add to the user.
Encharge IDSelect or map the Encharge ID, email or User ID of the user to whom you want to add the tags.

Remove Tags from a User

Removes tags from an existing user.

Connection Establish a connection to your Encharge account.
TagsAdd the tags that you want to remove from the user profile.
Encharge IDSelect or map the Encharge ID, email, or User ID of the user whose tags you want to remove.

Other

Make an API Call

Performs an arbitrary authorized API call.

ConnectionEstablish a connection to your Encharge account.
URL

Enter a path relative to https://api.encharge.io  For example: /v1/accounts/info 

For the list of available endpoints, refer to the Encharge API Documentation.

Method

Select the HTTP method you want to use:

GET
to retrieve information for an entry.

POST
to create a new entry.

PUT
to update/replace an existing entry.

PATCH
to make a partial entry update.

DELETE
to delete an entry.

HeadersEnter the desired request headers. You don't have to add authorization headers; we already did that for you.
Query StringEnter the request query string.
BodyEnter the body content for your API call.

Example of Use - Get People

The following API call returns the people with the specified ID or email address from your Encharge account:

URL:
/people?people[0][email]=<email_address>

Method:
GET

Matches of the search can be found in the module's Output under Bundle > Body > data
In our example, 1 contact was returned for the specified email address:


Popular use cases from our blog

automated-data-collection-crm-illustration

How to Automate Data Collection - Part 5: CRM Systems

automated-data-collection-chatbot-marketing-illustration

How to Automate Data Collection - Part 4: Chatbot Marketing

automated-data-collection-paid-ads-illustration

How to Automate Data Collection - Part 3: Paid Ads

automated-data-collection-email-illustration

How to Automate Data Collection - Part 2: Email Marketing Segmentation

personalized-customer-experience-illustration-integromat

5 Automated Solutions to Personalize Customer Experience

data-collection-automation-forms-pt-1

How to Automate Data Collection - Part 1: Online Forms

Didn’t find what you were looking for?

Ticket

Create a ticket

Contact our world-class support team and tell us what’s happening.

Create a ticket
Expert

Find an expert

We feature a network of 450+ certified partners across the globe who are ready to help

Find an expert

Automate any workflow in your business

Sign up for a free account today. No credit card required, no time limits on free plan.