autotask_create_project_note
Creates a new note on an Autotask project. Specify the project ID, note content, title, type, publish visibility, and announcement flag to document updates or share information with the project team.
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. |