Contact notes

Create Contact Note

post/api/v1/contacts/{id}/notes

Path parameters

idstring required

Request body

notestring required

Note content

Response

Contact note created successfully

statusstring

Example response

{
  "status": "success",
  "data": {
    "id": 1,
    "created_at": "2025-08-28T10:00:00Z",
    "updated_at": "2025-08-28T10:00:00Z",
    "contact_id": 1,
    "note": "Customer prefers email communication",
    "user_id": 1,
    "first_name": "John",
    "last_name": "Doe",
    "avatar_url": "/avatars/agent1.jpg"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.