---
title: "Bulk Add Contact Labels"
method: POST
path: "/companies/{company}/contactLabels/{contactLabel}/bulkAddLabel"
tags: ["Contacts"]
---

# Bulk Add Contact Labels

`POST /companies/{company}/contactLabels/{contactLabel}/bulkAddLabel`

Add a label to multiple contacts.

## Path parameters

- `company` integer, required
- `contactLabel` integer, required

## Request body

- union
  - IdListPayload
    - `contacts` string[]
  - ExtendedSelectPayload
    - `filter` string, nullable
    - `label` string[]
    - `group` string, nullable
    - `isUnsubscribed` boolean, nullable
    - `isInvalid` boolean, nullable
    - `states` ContactState[]

## Response `202`

Contact labels are being added.

- unknown

---

[API](https://skmtc.dev/800/apis/public-api.md) · [All operations](https://skmtc.dev/800/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/800/public-api/revisions/aab9efc97342/schema)
