Create Todo
create_todoUse this tool to create a new Schedule (Legacy) record in Procore for a specified project. Requires project_id and todo object.
Instructions
Create a ToDo Item for a specified Project. This endpoint has been deprecated. Instead, use [/rest/v1/calendar-items). Use this to create a new Schedule (Legacy) records in Procore. Creates a new Schedule (Legacy) records and returns the created object on success (HTTP 201). Required parameters: project_id, todo. Procore API: Project Management > Schedule (Legacy). Endpoint: POST /rest/v1.0/todos
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — the ID of the Project the ToDo belongs to | |
| todo | Yes | JSON request body field — toDo object |