MailerLite
With the MailerLite modules in Make, you can:
Watch, list, create, execute the campaign action, upload the campaign content, and remove the campaign.
Watch, search, retrieve, list, add, and update the subscribers.
List, retrieve, create, update, and remove the groups.
List and retrieve the group subscribers, remove subscribers from the group, and list group subscribers by type.
To get started with the MailerLite app, create an account at Mailerlite.com.
Note
The module dialog fields that are displayed in bold (in the Make, not in this documentation article) are mandatory!
Connect the MailerLite to Make
To connect the MailerLite app with the Make:
Log in to your MailerLite account.
Click your account name in the left side panel and select Integrations.
From the list of integrations, choose Developer API > Use.
Click New, enter a name for the new API token, and click Create token.
Now copy the API key to a safe place.
Log in to your Make and add a module from the MailerLite into a Make scenario.
Click Add next to the Connection field.
In the Connection name field, enter a name for the connection.
In the API Key field, enter the details copied in step 5 and click Save.
You have successfully connected the MailerLite app with Make and can now build and run your scenario.
Campaign
You can watch, create, list, execute, remove, and update the campaign content using the following modules.
Runs when a new campaign is added to your account.
Connection | |
Campaign status | Select or map the campaign status:
|
Lists all campaigns by status.
Connection | |
Campaign status | Select or map the campaign status:
|
Creates campaign where you will use your custom HTML template.
Connection | |||||||||||||||
Type of campaign | Select the type of campaign:
| ||||||||||||||
Mail subject | Enter (map) a subject line to display in the recipient's email. | ||||||||||||||
Settings | Enter the details of the settings:
| ||||||||||||||
IDs of groups | Select or map the group IDs to which you want to send the campaign. | ||||||||||||||
Email of sender | Enter (map) the sender's email address. | ||||||||||||||
Name of sender | Enter (map) the sender's name. | ||||||||||||||
Language | Select or map the language in which the mail should be sent. |
Sends, schedules, or cancels campaigns.
Connection | |
Campaign ID | Enter (map) a Campaign ID for which you want to execute an action. |
Action | Select the action you want to execute:
|
Type | Select or map the option to send the campaign actions:
|
Followup Schedule | Select or map an option for followup schedule:
|
Followup Date | Enter (map) the followup date for the campaign in YYYY-MM-DD format. See the list of supported date and time formats. |
Date | Enter (map) the date for the campaign in YYYY-MM-DD format. See the list of supported date and time formats. |
Timezone ID | Select or map the Timezone ID for the campaign. |
Followup timezone ID | Select or map the Followup Timezone ID for the campaign. |
Analytics | Select or map the analytics for the campaign:
|
Uploads your HTML template to created campaign.
Connection | |
Campaign ID | Enter (map) a Campaign ID whose details you want to update. |
HTML Content | Enter (map) the HTML template source for the campaign content. |
Plain Text Content | Enter (map) the plain text body of the campaign email to be sent. |
Auto inline CSS | Select whether to convert available CSS to inline CSS for the campaign content. |
Removes a campaign.
Connection | |
Campaign ID | Enter (map) a Campaign ID you want to delete. |
Subscriber
Triggers when an event occurs to subscribers.
Webhook name | Enter (map) a name for the webhook. |
Connection | |
Event | Select an event to watch. |
Searches for subscribers by email.
Connection | |
Enter (map) an Email ID to search for the subscriber. Note Email should be at least 3 characters long. |
Gets single subscriber by ID or Email.
Connection | |
Subscriber ID or Email | Enter (map) a Subscriber ID or Email to retrieve a subscriber. |
Lists activity (clicks, opens, etc) of selected subscribers.
Connection | |
Subscriber ID or Email | Enter (map) a Subscriber ID or Email to list the subscriber's activity. |
Lists activity of selected subscriber by specified type (opens, clicks, etc).
Connection | |
Subscriber ID or Email | Enter (map) a Subscriber ID or Email of the subscriber whose activity you want to list. |
Activity type | Select the type of activity:
|
Adds new single subscribers to the specified group.
Connection | |||||||||||||||||||
Group ID | Select or map a Group ID of the group to add a subscriber to the group. | ||||||||||||||||||
Enter (map) the Email ID of the new subscriber. | |||||||||||||||||||
Custom Fields | Enter (map) the details of the custom fields.
| ||||||||||||||||||
Resubscribe | Select whether to reactivate the subscriber. | ||||||||||||||||||
Autoresponders | Select whether to send the autoresponders. | ||||||||||||||||||
Type | Select the type of group:
|
Updates single subscriber by ID or Email.
Connection | |||||||||||||||||||
Subscriber ID or Email | Enter (map) a Subscriber ID or Email of the subscriber whose details you want to update. | ||||||||||||||||||
Type | Select the type of subscriber:
| ||||||||||||||||||
Custom Fields | Enter (map) the details of the custom fields.
| ||||||||||||||||||
Resend Autoresponders | Select whether to resend autoresponders. |
Group
You can create, update, retrieve, list, and remove subscribers and subscriber groups using the following module.
Lists all groups for this account.
Lists groups subscriber belongs to.
Connection | |
Subscriber ID or Email | Enter (map) a subscriber's Subscriber ID or email address whose groups you want to list. |
Gets single group by ID.
Connection | |
Group ID | Enter (map) a Group ID whose details you want to retrieve. |
Creates a new group.
Connection | |
Group Name | Enter (map) a name for the group. |
Updates existing group.
Connection | |
Existing Group ID | Enter (map) a Group ID whose details you want to update. |
New Group Name | Enter (map) a new name for the group. |
Removes group by ID.
Connection | |
Group ID | Select or map a Group ID you want to delete. |
Group Subscriber
You can list, retrieve, and remove the group subscribers using the following module.
Lists all subscribers in a specified group.
Connection | |
Group ID | Select or map a Group ID to list the group subscriber. |
Lists all subscribers in a specified group by type.
Connection | |
Group ID | Select or map a Group to list group subscribers. |
Subscriber type | Select the type of subscriber:
|
Gets a single subscriber by ID in specified group.
Connection | |
Group ID | Select or map a Group ID to list a subscriber from the group. |
Subscriber ID | Enter (map) a Subscriber ID to retrieve the group subscriber. |
Removes a single subscriber from a specified group.
Connection | |
Group ID | Select or map a Group ID to whose subscriber you want to remove. |
Subscriber ID or Email | Enter (map) a Subscriber ID to retrieve to remove the subscriber from the group. |
Other
You can call APIs using the following module.
Performs an arbitrary authorized API call.
Connection | |
URL | Enter a path relative to NoteFor the list of available endpoints, refer to the MailerLite API documentation |
Method | 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. |
Headers | Enter the desired request headers. You don't have to add authorization headers; we already did that for you. |
Query String | Enter the request query string. |
Body | Enter the body content for your API call. |
Example of Use - List fields
The following API call lists all the available fields in your MailerLite account:
URL:
/v2/fields
Method:
GET

Matches of the search can be found in the module's Output under Bundles > Body.
In our example, 9 fields have returned:
