wealthbox.notes.create
Create a note in Wealthbox CRM. Provide the note text and optionally link to a contact or project.
Instructions
Create note. Example: {"content": "Note text", "linked_to": [{"id": 12345, "type": "Contact"}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Raw API body. If provided, overrides content/linked_to. | |
| content | No | Note text (required if no body provided) | |
| linked_to | No |