create_note
Create Productboard notes (insights) by supplying a type and field values. Call get_note_configurations first to discover available fields and note types.
Instructions
Create a new Productboard note (insight). Call get_note_configurations first to discover available fields and note types (simple, conversation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Note type (simple or conversation). Opportunity notes cannot be created via API. | |
| fields | Yes | Note field values. 'name' is required. Use get_note_configurations to discover all fields. | |
| relationships | No | Optional relationships to create with the note |