Create Meeting Category
create_meeting_categoryCreate a new meeting category for a specified meeting in a Procore project. Submit project_id, meeting_id, and meeting_category to create it and receive the new category with its ID.
Instructions
Create a new Meeting Category. Creates the meeting category and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| meeting_id | Yes | JSON request body field — the ID of the Meeting the Meeting Category belongs to | |
| project_id | Yes | JSON request body field — the ID of the Project the Meeting Category belongs to | |
| meeting_category | Yes | JSON request body field — meeting Category object |