---
title: "Add contact in contact group"
method: POST
path: "/v1/contact/{id}"
---

# Add contact in contact group

`POST /v1/contact/{id}`

This API allows you to add contacts to the contact group.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `field_0` string, required — Phone number of contact.
  - `field_1` string — Name of contact
  - `field_2` string — Email ID of contact
  - `field_3` string — Address of contact.
  - `field_4` string — Company name of contact.
  - `field_5` string — Alternate phone number of contact
  - `field_6` string — Custom field 1
  - `field_7` string — Custom field 2
  - `field_8` string — Custom field 3

## 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/revisions/6d23fb7bf7e1/schema)
