---
title: "Create Bulk Leads in Lead List"
method: POST
path: "/v1/broadcast/leads/{id}"
---

# Create Bulk Leads in Lead List

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

This API allows you to create bulk leads in lead list.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `data` object[], required — The array containing lead objects.
    - `field_1` string — The name for the lead. For example, Test.
    - `field_2` string — The email of the lead. For example, test@gmail.com.
    - `field_3` string — The Address for the lead. For example, test address 45.
    - `field_4` string — The company name of the lead. For example, Test Company.
    - `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.
    - `field_12` string — Custom Field 8.
    - `field_13` string — Custom Field 9.
    - `field_14` string — Custom Field 10.
    - `field_15` string — Custom Field 11.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/servetel/apis/servetel-base-api-config.md) · [All operations](https://skmtc.net/servetel/apis/servetel-base-api-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/servetel/servetel-base-api-config/revisions/d1cb31356d25/schema)
