/v1/broadcast/lead/{id}

Create Lead

Leads can be created using the following manner.

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

Path Parameters

Variable NameDescriptionData type
id*Unique ID of the List to which lead will corresponds toString

Request Variables

Variable NameDescriptionData type
field_0*Phone number of the lead.Integer
filed_1Name of the lead.String
field_2Email of the lead.String
field_3Address of the lead.String
field_4Company name of the lead.String

Fields can increase like field_5, field_6 etc. (custom fields) according to the field array that is set while creating the Broadcast List and are optional.

Error: response variables

Variable NameDescriptionData type
successRequest success statusBoolean
messageMessage corresponding success statusString
Language
Click Try It! to start a request and see the response here!