Respond To A Workflow Instance (Project)
respond_to_a_workflow_instance_projectSubmit a response to a workflow instance in a Procore project. Provide the step occurrence, response option, and attachments to trigger a new workflow.
Instructions
Respond to a Workflow Instance (Project). Use this to perform the respond to action on Workflows. Creates a new Workflows and returns the created object on success (HTTP 201). Required parameters: project_id, company_id, id, current_step_occurrence_id, selected_response_option_id, attachments. Procore API (v2.0): Core > Workflows. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/workflows/instances/{id}/responses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier for the resource. | |
| current_step_occurrence_id | Yes | JSON request body field — iD of the current step occurrence | |
| selected_response_option_id | Yes | JSON request body field — iD of the selected response option | |
| comment | No | JSON request body field — a note about this response | |
| attachments | Yes | JSON request body field — attachments associated with this response |