MailerLite integration (Communication, Marketing). Imported from open-connector.
https://connect.mailerlite.com/api/subscribers
| Param | Type | Required | Description |
|---|---|---|---|
| status | string | optional | Subscriber status accepted by the MailerLite API. |
| limit | integer | optional | Maximum number of subscribers to return. |
| cursor | string | optional | Cursor returned by a previous MailerLite list response. |
| include_groups | boolean | optional | Whether to include subscriber groups in the response. |
/subscribers/{subscriber_id_or_email}
| Param | Type | Required | Description |
|---|---|---|---|
| subscriber_id_or_email | string | required | Subscriber ID or email accepted by the MailerLite fetch endpoint. |
/subscribers
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | Subscriber email address. | |
| fields | object | optional | Subscriber custom fields accepted by the MailerLite API. |
| groups | array | optional | MailerLite group identifiers attached to the subscriber. |
| status | string | optional | Subscriber status accepted by the MailerLite API. |
| subscribed_at | string | optional | Timestamp in yyyy-MM-dd HH:mm:ss format. |
| ip_address | string | optional | IP address associated with the subscriber. |
| opted_in_at | string | optional | Timestamp in yyyy-MM-dd HH:mm:ss format. |
| optin_ip | string | optional | Opt-in IP address associated with the subscriber. |
| unsubscribed_at | string | optional | Timestamp in yyyy-MM-dd HH:mm:ss format. |
| resubscribe | boolean | optional | Whether to resubscribe an unsubscribed subscriber when MailerLite allows it. |
/subscribers/{subscriber_id}
| Param | Type | Required | Description |
|---|---|---|---|
| subscriber_id | string | required | MailerLite subscriber identifier. |
| fields | object | optional | Subscriber custom fields accepted by the MailerLite API. |
| groups | array | optional | MailerLite group identifiers attached to the subscriber. |
| status | string | optional | Subscriber status accepted by the MailerLite API. |
| subscribed_at | string | optional | Timestamp in yyyy-MM-dd HH:mm:ss format. |
| ip_address | string | optional | IP address associated with the subscriber. |
| opted_in_at | string | optional | Timestamp in yyyy-MM-dd HH:mm:ss format. |
| optin_ip | string | optional | Opt-in IP address associated with the subscriber. |
| unsubscribed_at | string | optional | Timestamp in yyyy-MM-dd HH:mm:ss format. |
/subscribers/{subscriber_id}
| Param | Type | Required | Description |
|---|---|---|---|
| subscriber_id | string | required | MailerLite subscriber identifier. |
/groups
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of groups to return. |
| page | integer | optional | Page number to request from MailerLite. |
| name | string | optional | Partial group name filter. |
| sort | string | optional | Sort order accepted by the MailerLite groups API. |
/groups
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | MailerLite group name. |
/groups/{group_id}
| Param | Type | Required | Description |
|---|---|---|---|
| group_id | string | required | MailerLite group identifier. |
| name | string | optional | MailerLite group name. |
/groups/{group_id}
| Param | Type | Required | Description |
|---|---|---|---|
| group_id | string | required | MailerLite group identifier. |
/groups/{group_id}/subscribers
| Param | Type | Required | Description |
|---|---|---|---|
| group_id | string | required | MailerLite group identifier. |
| status | string | optional | Subscriber status accepted by the MailerLite API. |
| limit | integer | optional | Maximum number of subscribers to return per page. |
| cursor | string | optional | Cursor returned by a previous MailerLite group-subscriber response. |
| include_groups | boolean | optional | Whether to include subscriber groups in the response. |
/subscribers/{subscriber_id}/groups/{group_id}
| Param | Type | Required | Description |
|---|---|---|---|
| subscriber_id | string | required | MailerLite subscriber identifier. |
| group_id | string | required | MailerLite group identifier. |
/subscribers/{subscriber_id}/groups/{group_id}
| Param | Type | Required | Description |
|---|---|---|---|
| subscriber_id | string | required | MailerLite subscriber identifier. |
| group_id | string | required | MailerLite group identifier. |
/fields
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of fields to return. |
| page | integer | optional | Page number to request from MailerLite. |
| keyword | string | optional | Partial field keyword filter. |
| type | string | optional | Field type accepted by the MailerLite fields API. |
| sort | string | optional | Sort order accepted by the MailerLite fields API. |