create_meeting
Schedule meetings in Procore projects by specifying project ID and meeting details, enabling organized project communication and documentation.
Instructions
Create meeting. [Project Management/Meetings] POST /rest/v1.0/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. |