Actions252
- Api Keys Actions
- Attachments Actions
- Blocklists Actions
- Calendar Channel Event Associations Actions
- Find Many Calendar Channel Event Associations
- Create One Calendar Channel Event Association
- Create Many Calendar Channel Event Associations
- Find One Calendar Channel Event Association
- Delete One Calendar Channel Event Association
- Update One Calendar Channel Event Association
- Find Calendar Channel Event Association Duplicates
- Companies Actions
- Calendar Channels Actions
- Calendar Event Participants Actions
- Calendar Events Actions
- Connected Accounts Actions
- Favorite Folders Actions
- Favorites Actions
- Message Channel Message Associations Actions
- Find Many Message Channel Message Associations
- Create One Message Channel Message Association
- Create Many Message Channel Message Associations
- Find One Message Channel Message Association
- Delete One Message Channel Message Association
- Update One Message Channel Message Association
- Find Message Channel Message Association Duplicates
- Message Channels Actions
- Message Folders Actions
- View Fields Actions
- Message Participants Actions
- Messages Actions
- Message Threads Actions
- Notes Actions
- Note Targets Actions
- Opportunities Actions
- People Actions
- Tasks Actions
- Task Targets Actions
- Timeline Activities Actions
- View Filter Groups Actions
- View Filters Actions
- View Groups Actions
- Views Actions
- View Sorts Actions
- Webhooks Actions
- Workflow Automated Triggers Actions
- Workflow Runs Actions
- Workflows Actions
- Workflow Versions Actions
- Workspace Members Actions
Overview
The "Find Task Target Duplicates" operation in the Task Targets resource is designed to identify duplicate task targets based on provided criteria. This node sends data and optional identifiers to an API endpoint, which then returns information about duplicates found among task targets. It supports controlling the depth of related nested objects included in the response, allowing users to tailor the detail level of returned data.
This node is beneficial when managing tasks that may have overlapping or redundant targets, helping to clean up or consolidate task assignments. For example, a project manager could use this node to detect if multiple tasks are targeting the same user or resource unintentionally.
Properties
| Name | Meaning |
|---|---|
| Depth | Determines how much related nested object information to include in the response: - 0: Only primary task target information. - 1: Primary task target plus directly related objects. - 2: Primary, directly related, and their related objects. |
| Data | JSON array containing the data used to find duplicates. This typically includes the task target details to be checked for duplication. |
| Ids | JSON array of IDs corresponding to task targets to consider in the duplicate search. Can be null or empty if not filtering by specific IDs. |
Output
The node outputs JSON data representing the found duplicate task targets. The structure reflects the requested depth of nested related objects, providing detailed information about each duplicate and its relationships depending on the depth setting.
No binary data output is indicated.
Dependencies
- Requires an API key credential to authenticate requests to the Twenty API.
- The base URL for the API is configured via credentials.
- The node uses the Twenty API's OpenAPI specification version 1.0.3 for request construction.
Troubleshooting
- Invalid JSON in Data or Ids: Since
dataandidsproperties expect JSON input, malformed JSON will cause errors. Ensure valid JSON formatting. - Authentication Errors: Missing or incorrect API credentials will result in authentication failures. Verify that the API key credential is correctly set up.
- Depth Parameter Misuse: Providing a depth value outside the allowed range (0, 1, 2) may cause unexpected results or errors. Use only the specified options.
- Empty Results: If no duplicates are found, the output JSON may be empty or minimal. Confirm that the input data actually contains potential duplicates.
Links and References
- Twenty API Documentation (general reference for the API)
- OpenAPI Specification v1.0.3 (bundled with the node for request definitions)