relate_cases
Create relationships between cases by linking multiple case instances to a primary case for better organization and workflow management.
Instructions
Create relationships between cases by relating a set of case instances to a primary case
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseID | Yes | Primary case ID to relate other cases to. Example: "ON6E5R-DIYRecipe-Work-RecipeCollection R-1008". a complete case identifier including spaces and special characters. | |
| cases | Yes | Array of case objects to relate to the primary case. Each case must have an ID property. | |
| sessionCredentials | No | Optional session-specific credentials. If not provided, uses environment variables. Supports two authentication modes: (1) OAuth mode - provide baseUrl, clientId, and clientSecret, or (2) Token mode - provide baseUrl and accessToken. |