cURL
curl --request POST \ --url https://api.chat-dash.com/v1/public/projects/{projectId}/leads \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '[ { "phone": "<string>", "customFields": {}, "tags": [ "<string>" ] } ]'
[ { "_id": "<string>", "phone": "<string>", "customFields": {}, "tags": [ "<string>" ] } ]
Create one or more new leads for a project
All requests to the ChatDash API must be validated with the agency API Key found on your agency profile
The ID of the project
The body is of type object[].
object[]
OK
The response is of type object[].