Create Task
create_taskCreate a new task for a Procore project. Provide the project ID and task details; returns the created task with its ID.
Instructions
Create a new Task associated with the specified Project. Creates the task 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, task. Procore API: Project Management > Schedule (Legacy). Endpoint: POST /rest/v1.0/tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | JSON request body field — task object. | |
| project_id | Yes | JSON request body field — iD of the project this task belongs to. |