create_contact_note
Add a note to a contact's record. Provide the contact ID and note content.
Instructions
Create Contact Note POST /api/v1/contacts/{id}/notes Tags: Contact notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | (path parameter) | |
| note | Yes | (body) Note content |