create_deal_note
Attach a note to a deal using its ID, title, and optional body to keep deal context within Nimble CRM.
Instructions
Create a note attached to a deal.
Args: deal_id: The Nimble deal ID. title: Note title (1-256 chars). body: Note body text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| title | Yes | ||
| deal_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |