create_notes_log
Add daily project notes and attachments to Procore for documentation and tracking. Use this tool to record observations, issues, or updates in a structured log format.
Instructions
Create Notes Log. [Project Management/Daily Log] POST /rest/v1.0/projects/{project_id}/notes_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| notes_log | Yes | notes_log | |
| attachments | No | Notes Log Attachments are not viewable or used on web. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data togethe... |