/v1/broadcast/start/{id}

Start broadcast with given id

Servetel offers a broadcast feature which works on lists that consist of leads.
Lead: Client's number and other related details
List: Collection of leads

Start Broadcast

To start broadcast below method can be used.

curl --request GET \
  --url https://api.servetel.in/v1/broadcast/start/id \
  --header 'accept: application/json' \
  --header 'authorization: Bearer yourtokenhere'

Path Parameters

Variable NameDescriptionData type
id*Unique ID of the broadcast that needs to be activatedString

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!