---
title: "/groups/group_name/subscribers"
method: POST
path: "/groups/group_name/subscribers"
---

# /groups/group_name/subscribers

`POST /groups/group_name/subscribers`

Add a new single subscriber to the group with the given name. If the group doesn't exist, it gets created. If multiple groups with the same name exist, the subscriber is added to the oldest group. [Rate limited]

## Request body

- object
  - `group_name` string — The name of the group to add the subscriber to
  - `email` string — email of new subscriber
  - `name` string
  - `fields` object — object that contains your custom fields. i.e. company, city, state, etc.
    - `company` string
    - `city` string
  - `resubscribe` boolean — reactivate subscriber if value is true
  - `autoresponders` boolean — autoresponders will be sent if value is true
  - `type` string — available values: unsubscribed, active, unconfirmed

## Response `200`

200

- object
  - `id` integer
  - `name` string
  - `email` string
  - `sent` integer
  - `opened` integer
  - `clicked` integer
  - `type` string
  - `fields` object[]
    - `key` string
    - `value` string
    - `type` string
  - `date_subscribe` unknown
  - `date_unsubscribe` unknown
  - `date_created` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/mailerlite/apis/v2-production.md) · [All operations](https://skmtc.net/mailerlite/apis/v2-production/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mailerlite/v2-production/versions/69f06eb37b28/schema)
