crm_leads_notes_create
Add a note to a lead record, with options to pin the note and confirm the write operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Lead ID | |
| text | Yes | Note text | |
| isPinned | No | Pinned flag | |
| _confirmed | No | Set to true to confirm this write operation |