---
title: "Add a Lead in Lead List"
method: POST
path: "/v1/broadcast/lead/{id}"
---

# Add a Lead in Lead List

`POST /v1/broadcast/lead/{id}`

This API allows you to add a lead in lead list.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `field_0` string, required — Phone number of the lead
  - `field_1` string — Name of the lead
  - `field_2` string — Email of the lead
  - `field_3` string — Address of the lead
  - `field_4` string — Company of the lead
  - `field_5` string — Custom field 1
  - `field_6` string — Custom field 2
  - `field_7` string — Custom field 3
  - `field_8` string — Custom field 4
  - `field_9` string — Custom field 5
  - `field_10` string — Custom field 6
  - `field_11` string — Custom field 7
  - `duplicate_option` string — "skip" (ignore), "overwrite" (update existing), or "clone" (create new).
  - `priority` integer — Note : Priority should be between 1 and 30 where 30 is highest and 1 is lowest.
  - `skill_id` string — Unique identifier representing the assigned skill

## 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)
