/v1/broadcast/list

Add a broadcast-list

Creating a Broadcast List

Broadcast List can be created using the following manner.

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

Below is the list of request variables

Variable NameDescriptionData-Type
name*Name of the ListString
description*Description for the Broadcast ListString
fieldArray of custom fields to be associated with Leads inside a listarray[String]

Response variables

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