Send A Response From A Generic Tool Item And Then Update The Item Status
send_a_response_from_a_generic_tool_item_and_then_update_theSend a response to a generic tool item and update it, dispatching the notification and returning a confirmation for Custom - Configurable Tools in Procore projects.
Instructions
Send a response from a generic tool item and then update that item. For more information on Generic Tool and Correspondence Tool endpoints, see Working with the Correspondence Tool. Use this to dispatch the notification or message related to Custom - Configurable Tools. Dispatches the message and returns a confirmation. Repeated calls may resend. Required parameters: generic_tool_item_id, generic_tool_id, project_id, generic_tool_item, generic_tool_item_response. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: POST /rest/v1.0/projects/{project_id}/generic_tools/{generic_tool_id}/generic_tool_items/{generic_tool_item_id}/update_and_send_response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generic_tool_item_id | Yes | URL path parameter — unique identifier for the Generic Tool Item | |
| generic_tool_id | Yes | URL path parameter — unique identifier for the Generic Tool | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| generic_tool_item | Yes | JSON request body field — the generic tool item for this Custom - Configurable Tools operation | |
| generic_tool_item_response | Yes | JSON request body field — generic_tool_item_response |