Create Bulk Leads in Lead List

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Request

curl --request POST \
     --url https://api.servetel.in/v1/broadcast/leads/id \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

📘 Important!

Before we begin, note that the * sign denotes the mandatory variables in each table.

Request Variables (Path Params)

The following parameter is required to create bulk leads in lead list.

Variable NameDescriptionData Type
idUnique ID of the lead list.string

Request Variables (Body Params)

The following parameter is required to create bulk leads in lead list.

Variable NameDescriptionData Type
dataThe array containing lead objects.array of objects

Response Variables

The response returned is as following:

Variable NameDescriptionData Type
SuccessThe request success status, the possible values are: True (default) for success. False for failure.Boolean
MessageThe message corresponding to the success status. For example, in 400 Response where the "success" variable pops as True, the message displayed is shown here.String
Path Params
string
required
Body Params
data
array of objects
required

The array containing lead objects.

data*
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json