Add a lead label
POST {{baseUrl}}/leadLabels
Creates a lead label.
Request Body
{"name"=>"<string>", "color"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":"f08b42a0-4e75-11ea-9643-03698ef1cfd6","name":"Hot","color":"red","add_time":"2020-02-13T15:31:44.000Z","update_time":"2020-10-14T13:11:36.000Z"}}