cURL
curl --request POST \ --url https://api-dev.iclosed.io/contacts/createContactNote \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "contactId": 123, "note": "<string>" } '
{ "message": "Contact note added successfully", "status": 200 }
Creating Contact Note
API key required in 'Authorization' header. Format: iclosed-
ID of the contact to add note for
Content of the note
1000
Successfully created contact note
Success message
"Contact note added successfully"
HTTP status code
200