create_meeting_v1_1
Create a new meeting in Procore projects by specifying project ID and meeting details, with optional attachments for documentation.
Instructions
Create meeting. [Project Management/Meetings] POST /rest/v1.1/projects/{project_id}/meetings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the Project the Meetings belongs to | |
| meeting | Yes | Meeting object | |
| attachments | No | Meeting Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files. |