cURL
curl --request POST \ --url https://api.datacrazy.io/v1/api/api/v1/leads/{leadId}/notes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "note": "Lead possui interesse em produtos para beleza" }'
{ "note": "Lead possui interesse em produtos para beleza" }
Adicionar um novo comentário no lead
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object