AsyncAPI channel · MailerLite · MailerLite Webhooks

/

The customer-configured callback endpoint. MailerLite invokes it with HTTP POST and a JSON body. The shape of the body depends on the event `type` / `event` field, and on whether the webhook was registered with `batchable: true` (in which case events are wrapped in a `BatchedEnvelope`).

Provider: MailerLite AsyncAPI: v2.6.0 Spec: MailerLite Webhooks Operations: 1 Messages: 15

Channel address

/

Operations

publish
receiveMailerLiteEvent
Receive a MailerLite webhook event

Messages

subscriber.created
A new subscriber was added to the account.
Content-Type: application/json
subscriber.updated
A subscriber's custom fields were updated or subscription was confirmed.
Content-Type: application/json
subscriber.unsubscribed
A subscriber unsubscribed from the account.
Content-Type: application/json
subscriber.bounced
A subscriber's email address bounced.
Content-Type: application/json
subscriber.spam_reported
A subscriber marked a campaign as spam. This is the closest documented equivalent to a "complaint" event in the MailerLite webhook catalog.
Content-Type: application/json
subscriber.added_to_group
A subscriber was added to a group.
Content-Type: application/json
subscriber.removed_from_group
A subscriber was removed from a group.
Content-Type: application/json
subscriber.automation_triggered
A subscriber entered an automation workflow.
Content-Type: application/json
subscriber.automation_completed
A subscriber completed an automation workflow.
Content-Type: application/json
subscriber.deleted
A subscriber was set as deleted or forgotten (e.g. via `POST /api/subscribers/{id}/forget`). MailerLite REQUIRES this webhook to be registered with `batchable: true`, so deliveries arrive wrapped in a
Content-Type: application/json
subscriber.active
A subscriber's status was set to active.
Content-Type: application/json
campaign.sent
A campaign finished sending to all recipients.
Content-Type: application/json
campaign.open
A subscriber opened a campaign. MailerLite REQUIRES this webhook to be registered with `batchable: true` — open events are high volume and are delivered wrapped in a `BatchedEnvelope`.
Content-Type: application/json
campaign.click
A subscriber clicked a link in a campaign. MailerLite REQUIRES this webhook to be registered with `batchable: true` — click events are high volume and are delivered wrapped in a `BatchedEnvelope`.
Content-Type: application/json
batched.events
When a webhook is registered with `batchable: true`, MailerLite may deliver multiple events in a single HTTP POST wrapped in a batched envelope. Each element of the `events` array retains its standard
Content-Type: application/json

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.

Work with this as data

Every channel here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for event channels

4 MCP tools reach this
  • find_channelsBrowse and filter every channel in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This channel
curl "https://apis.io/api/v1/channels/untitled"
All event channels
curl "https://apis.io/api/v1/channels?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.