create_meeting_topic
Add topics to Procore meetings by specifying project ID, meeting ID, and topic details to organize discussion items for construction project management.
Instructions
Create meeting topic. [Project Management/Meetings] POST /rest/v1.0/meeting_topics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the Project the Meeting Topic belongs to | |
| meeting_id | Yes | The ID of the Meeting the Meeting Topic belongs to | |
| meeting_topic | Yes | Meeting topic object | |
| attachments | No | An array of the Attachments of the Meeting Topic. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together wit... |