Create Meeting Category
create_meeting_categoryCreate a new meeting category in a Procore project. Specify the project, meeting, and category details to add structured agenda items.
Instructions
Create a new Meeting Category. Use this to create a new Meetings in Procore. Creates a new Meetings and returns the created object on success (HTTP 201). Required parameters: project_id, meeting_id, meeting_category. Procore API: Project Management > Meetings. Endpoint: POST /rest/v1.0/meeting_categories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — the ID of the Project the Meeting Category belongs to | |
| meeting_id | Yes | JSON request body field — the ID of the Meeting the Meeting Category belongs to | |
| meeting_category | Yes | JSON request body field — meeting Category object |