autotask_create_project_note
Add notes to Autotask projects to document progress, share updates, or provide instructions for team members working on specific tasks.
Instructions
Create a new note for a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project ID to add the note to | |
| title | No | Note title | |
| description | Yes | Note content | |
| noteType | No | Note type (1=General, 2=Appointment, 3=Task, 4=Ticket, 5=Project, 6=Opportunity) | |
| publish | No | Publish visibility (1=All Autotask Users, 2=Internal Project Team, 3=Project Team). Defaults to 1. | |
| isAnnouncement | No | Whether this note is an announcement. Defaults to false. |