Actions50
- Status Actions
- Task Actions
- Calendar Actions
- ClientProfile Actions
- Comment Actions
- Company Actions
- Invoice Actions
- Project Actions
- Role Actions
- Time Entry Actions
- Trigger Actions
- User Actions
Overview
This node interacts with the Scoro API to perform various operations on different resources. Specifically, for the Task resource and the Get operation, it retrieves detailed information about a single task from Scoro. This is useful in scenarios where you want to fetch specific task details by either selecting from a list of tasks or providing a direct task ID.
Practical examples include:
- Fetching task details to display in a dashboard.
- Using task data to trigger further automation workflows.
- Integrating task information into reports or notifications.
Properties
| Name | Meaning |
|---|---|
| Task | Select a task to retrieve either by choosing from a searchable list of tasks or by entering a specific task ID. |
The "Task" property supports two modes:
- From List: Search and select a task from a list fetched dynamically.
- By ID: Provide the exact task ID as a string.
Output
The node outputs JSON data representing the detailed information of the requested task. The structure corresponds to the task object returned by the Scoro API, typically including fields such as task name, description, status, assigned users, deadlines, and other metadata.
No binary data output is involved.
Dependencies
- Requires an active connection to the Scoro API.
- Needs credentials containing:
- Base URL of the Scoro instance.
- Company account identifier.
- API key for authentication.
These credentials must be configured in n8n before using the node.
Troubleshooting
- Unsupported Operation Error: If the node throws an error stating the operation is not supported, verify that the selected resource is "Task" and the operation is "Get".
- Authentication Failures: Ensure the API key and company account ID are correct and have sufficient permissions.
- Task Not Found: When using "By ID" mode, confirm the task ID exists in Scoro; otherwise, the API will return an error.
- Empty List in "From List" Mode: This may indicate no accessible tasks or connectivity issues with the API.