Skip to main content

List Mailerlite Subscribers

GET 

/api/integrations/:integration_id/mailerlite/subscribers

List recent subscribers for the subscriber_get/update picker dropdown.

Returns [{id, name}] shaped for AsyncSelect. id is the subscriber's email (the field accepts email OR numeric ID; the Connect path resolves either). Capped at 100 — workflows with larger lists should use the manual-entry escape hatch or wire upstream lead data as a Jinja variable.

Request

Responses

Successful Response