MailerLite
MailerLite is an intuitive email marketing platform that offers automation, landing pages, and subscriber management for businesses and creators.
MailerLite is an intuitive email marketing platform that offers automation, landing pages, and subscriber management for businesses and creators.
Categories: Marketing Automation
Type: mailerLite/v1
Connections
Version: 1
bearer_token
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
token | API Token | STRING | API Token needed for authorization. | true |
Actions
Add Subscriber to Group
Name: addSubscriberToGroup
Adding a subscriber to a selected group.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
subscriber_id | Subscriber Email | STRING | ID of the user that will be added to the selected group. | true |
group_id | Group ID | STRING | ID of the group to which the user will be added. | true |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
data | OBJECT Properties{STRING(id), STRING(name), INTEGER(active_count), INTEGER(sent_count), INTEGER(opens_count), {NUMBER(float), STRING(string)}(open_rate), INTEGER(clicks_count), {NUMBER(float), STRING(string)}(click_rate), INTEGER(unsubscribed_count), INTEGER(unconfirmed_count), INTEGER(bounced_count), INTEGER(junk_count), STRING(created_at)} |
Output Example
Create or Update Subscriber
Name: createOrUpdateSubscriber
Create new user or update an existing user.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
null | STRING | The email address of the subscriber. | true | |
group_id | Group ID | STRING | ID of the group to which you want to add the subscriber to. | false |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
data | OBJECT Properties{STRING(id), STRING(email), STRING(status), STRING(source), INTEGER(sent), INTEGER(opens_count), INTEGER(clicks_count), INTEGER(open_rate), INTEGER(click_rate), STRING(subscribed_at), STRING(created_at), STRING(updated_at), [](fields), [](groups)} |
Output Example
Remove Subscriber from Group
Name: removeSubscriberFromGroup
Remove selected subscriber from the group.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
subscriber_id | Subscriber | STRING | ID of the user that will be added to the selected group. | true |
group_id | Group ID | STRING | ID of the group to which the user will be added. | true |
Example JSON Structure
Output
This action does not produce any output.
Triggers
Subscriber Added to the Group
Name: subscriberAddedToGroup
Triggers when a subscriber is added to the group.
Type: DYNAMIC_WEBHOOK
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
data | OBJECT Properties{STRING(account_id), STRING(id), STRING(email), STRING(status), STRING(source), INTEGER(sent), INTEGER(opens_count), INTEGER(clicks_count), INTEGER(open_rate), INTEGER(click_rate), STRING(subscribed_at), STRING(created_at), STRING(updated_at), [](fields), [](groups)} |
JSON Example
Subscriber Created
Name: subscriberCreated
Triggers when a subscriber is created.
Type: DYNAMIC_WEBHOOK
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
data | OBJECT Properties{STRING(id), STRING(email), STRING(status), STRING(source), INTEGER(sent), INTEGER(opens_count), INTEGER(clicks_count), INTEGER(open_rate), INTEGER(click_rate), {}(ip_address), STRING(subscribed_at), STRING(unsubscribed_at), STRING(created_at), STRING(updated_at), STRING(deleted_at), STRING(forget_at), [](fields), [](groups), STRING(account_id)} |
JSON Example
Subscriber Unsubscribed
Name: subscriberUnsubscribed
Triggers when a subscriber unsubscribes.
Type: DYNAMIC_WEBHOOK
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
data | OBJECT Properties{STRING(account_id), STRING(id), STRING(email), STRING(status), STRING(source), INTEGER(sent), INTEGER(opens_count), INTEGER(clicks_count), INTEGER(open_rate), INTEGER(click_rate), STRING(subscribed_at), STRING(created_at), STRING(updated_at), [](fields), [](groups)} |
JSON Example
Mailchimp
Mailchimp is a marketing automation and email marketing platform.
Map
Produces a new collection of values by mapping each value in list through defined task, in parallel. When execution is finished on all items, the `map` task will return a list of execution results in an order which corresponds to the order of the source list.