---
title: "Create a new contact group"
method: POST
path: "/v1/contact/group"
---

# Create a new contact group

`POST /v1/contact/group`

This API allows you to create a new contact group

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string, required — Name of the contact group
  - `description` string, required — Description of the contact group
  - `custom_field_map` string[]
  - `list_id` integer — List of to be associated with contact group

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/tatatelebusiness/apis/smartflo-base-api-config.md) · [All operations](https://skmtc.net/tatatelebusiness/apis/smartflo-base-api-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatatelebusiness/smartflo-base-api-config/versions/6d23fb7bf7e1/schema)
