Freelo Create Note
freelo_create_noteCreate a project note to capture meeting minutes, documentation, or specifications. Supply project ID, note title, and content in plain text or markdown.
Instructions
Creates a new note in a project. Notes are standalone documents for project documentation, meeting minutes, or specifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteData | Yes | Note data | |
| projectId | Yes | Project ID (e.g., "197352"). Get from freelo_get_projects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Note name | |
| uuid | Yes | UUID identifier | |
| author | No | User object | |
| content | No | Note content | |
| date_add | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| project_id | No | Project ID | |
| date_edited_at | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") |