Skip to main content
Previewv0.1.0
51 actions · 12 events · 1 auth method
Marketing

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a Connector Profile in your project. See Setup Connector Profile.

Connector Profile · API Key

Uses an account-issued API token as a Bearer token in the Authorization header. No OAuth app registration or scopes; the…
Optionally, configure receiving Events for MailerLite into StackOne.

Webhooks setup

3

Link an Account

Link an account from the dashboard (or via StackOne Hub).See the guide for the authentication type chosen in the Connector Profile:

Link Account · API Key

4

Use Actions

Connect an AI platform to the linked account’s actions. See AI Platforms.Other ways to call actions are listed in Protocols & SDKs.

Actions

51 actions
Action
Description
List Automations
List automations in the account.
Get Automation
Fetch a single automation by ID.
List Automation Subscribers
List subscriber activity for an automation.
Create Automation
Create a draft automation.
Delete Automation
Delete an automation by ID.
Send Batch Request
Send multiple API operations in a single batch request.
List Campaigns
List campaigns in the account.
Get Campaign
Fetch a single campaign by ID.
Create Campaign
Create a new campaign.
Update Campaign
Update an existing campaign.
Schedule Campaign
Schedule or send a campaign.
Cancel Campaign
Cancel a ready (scheduled) campaign.
Delete Campaign
Delete a campaign by ID.
Get Campaign Subscriber Activity
Get subscriber activity for a sent campaign.
List Fields
List custom subscriber fields.
Create Field
Create a custom subscriber field.
Update Field
Rename a custom field.
Delete Field
Delete a custom field by ID.
List Forms
List forms of a given type.
Get Form
Fetch a single form by ID.
Update Form
Rename a form.
Delete Form
Delete a form by ID.
List Form Subscribers
List subscribers who signed up through a form.
List Groups
List subscriber groups in the account.
Create Group
Create a new subscriber group.
Update Group
Rename an existing group.
Delete Group
Delete a group by ID.
List Group Subscribers
List subscribers belonging to a group.
Assign Subscriber To Group
Assign a subscriber to a group.
Unassign Subscriber From Group
Remove a subscriber from a group.
Import Subscribers To Group
Bulk import subscribers to a group.
List Campaign Languages
List all supported campaign languages.
List Segments
List segments in the account.
List Segment Subscribers
List subscribers belonging to a segment.
Update Segment
Rename an existing segment.
Delete Segment
Delete a segment by ID.
List Subscribers
List subscribers in the MailerLite account.
Get Subscriber
Fetch a single subscriber by ID or email address.
Create Or Update Subscriber
Create a new subscriber or update an existing one (upsert by email).
Update Subscriber
Update an existing subscriber by ID.
Delete Subscriber
Delete a subscriber by ID.
Forget Subscriber
Forget (GDPR delete) a subscriber by ID.
Get Subscribers Count
Fetch the total number of subscribers.
Get Subscriber Activity
Fetch the activity log for a subscriber.
Get Subscriber Import
Get a single subscriber import report.
List Timezones
List all timezones supported by MailerLite.
List Webhooks
List webhooks configured in the account.
Get Webhook
Fetch a single webhook by ID.
Create Webhook
Create a webhook subscription.
Update Webhook
Update an existing webhook.
Delete Webhook
Delete a webhook by ID.

Events

|
12 events
Event
Description
Tags
Subscriber Created Webhook
Processes MailerLite subscriber.created events (a new subscriber is added).
SubscribersWebhooks
Subscriber Updated Webhook
Processes MailerLite subscriber.updated events (subscriber data changes).
SubscribersWebhooks
Subscriber Unsubscribed Webhook
Processes MailerLite subscriber.unsubscribed events.
SubscribersWebhooks
Subscriber Added To Group Webhook
Processes MailerLite subscriber.added_to_group events. Payload includes subscriber and group.
SubscribersGroupsWebhooks
Subscriber Removed From Group Webhook
Processes MailerLite subscriber.removed_from_group events. Payload includes subscriber and group.
SubscribersGroupsWebhooks
Subscriber Bounced Webhook
Processes MailerLite subscriber.bounced events (an email address bounces).
SubscribersWebhooks
Subscriber Spam Reported Webhook
Processes MailerLite subscriber.spam_reported events (subscriber marks a campaign as spam).
SubscribersWebhooks
Subscriber Automation Triggered Webhook
Processes MailerLite subscriber.automation_triggered events (subscriber starts an automation).
SubscribersAutomationsWebhooks
Subscriber Automation Completed Webhook
Processes MailerLite subscriber.automation_completed events (subscriber finishes an automation).
SubscribersAutomationsWebhooks
Subscriber Active Webhook
Processes MailerLite subscriber.active events (a subscriber’s status is set to active).
SubscribersWebhooks
Campaign Sent Webhook
Processes MailerLite campaign.sent events (a campaign finishes sending).
CampaignsWebhooks
Batched Events Webhook
Processes MailerLite batched webhook deliveries (payload is an events array with a total count).
SubscribersWebhooks