---
title: "Create a Lead List"
method: POST
path: "/v1/broadcast/list"
---

# Create a Lead List

`POST /v1/broadcast/list`

This API allows you to create a lead list.

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string, required — The name of the broadcast. For example, Home loan lead list.
  - `description` string, required — The description related to broadcast. For example, list for home loan leads.
  - `field` string[] — The fields details associated with the lead list. For example, Name, Address, Email.
  - `enable_outbound_based_skill` string, required
  - `skill_list_id` string — skill_list_id is required when enable_outbound_based_skill is 1

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