create_an_account_note
Create a note for an account to document interactions or follow-ups.
Instructions
🟡 WRITE · creates data · Accounts · POST /accounts/{id}/notes
Create an account note
Creates a new record. Not idempotent — calling twice may create duplicates.
Create a new note for an account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Account's id to assign new note to | |
| body | No | Request body (application/json). |