Actions60
- User Actions
- Teams Actions
- Custom Fields Actions
- Tickets Actions
- Deals Actions
- Webhooks Actions
- Contacts Actions
- Companies Actions
- Bussiness Types Actions
- Tags Actions
- Deal Phases Actions
- Invoices Actions
- Subscriptions Actions
- Products Actions
- Projects Actions
- Tasks Actions
- Files Actions
Overview
This node integrates with the Teamleader API to retrieve detailed information about tasks when using the "Tasks" resource with the "Info" operation. It fetches data for a single task based on its unique ID. This is useful in scenarios where you need to access specific task details within an automated workflow, such as fetching task status, description, deadlines, or assignees to trigger further actions or notifications.
Practical example:
You might use this node to get detailed information about a particular task when it is updated or completed, then use that data to update a project management dashboard or notify team members via email or chat.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the task to retrieve information about. This is required to specify which task's details should be fetched. |
Output
The node outputs a JSON array containing the detailed information of the requested task. The structure corresponds to the Teamleader API response for a single task and typically includes fields such as task ID, title, description, status, due date, assigned user(s), and other metadata related to the task.
No binary data output is produced by this operation.
Dependencies
- Requires an OAuth2 API credential configured for Teamleader to authenticate requests.
- The node makes HTTP POST requests to the Teamleader API endpoint
https://api.focus.teamleader.euwith the appropriate operation path. - The environment must have internet access to reach the Teamleader API.
Troubleshooting
Common issues:
- Missing or invalid task ID: The node requires a valid task ID; if omitted or incorrect, the API will not return the expected data.
- Authentication errors: Ensure the OAuth2 credentials are correctly set up and authorized.
- API rate limits or downtime: The Teamleader API may throttle requests or be temporarily unavailable.
Error messages:
"No data got returned": Indicates the API responded but did not include any task data. Verify the task ID is correct.- Network or authentication errors will throw standard API error messages; check credentials and network connectivity.
- If the node is set to continue on failure, errors will be included in the output as error messages instead of stopping execution.