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 list tags. It retrieves a collection of tags from the Teamleader system, which can be useful for categorizing or filtering entities such as companies, contacts, or deals within your workflows. Typical use cases include automating tag-based segmentation, syncing tags with other systems, or dynamically loading tags for further processing.
For example, you might use this node to fetch all tags and then apply specific automation rules based on those tags, or to update records in another system with the same tagging structure.
Properties
| Name | Meaning |
|---|---|
| Limit | The number of results to return. Default is 50. |
Output
The node outputs an array of tag objects in the json output field. Each object represents a tag retrieved from the Teamleader API. The exact structure depends on the API response but typically includes at least the tag name.
No binary data is output by this node.
Dependencies
- Requires an OAuth2 API credential configured for Teamleader.
- The node makes POST requests to the Teamleader API endpoint
https://api.focus.teamleader.eu. - The operation uses the
tags.listAPI method.
Troubleshooting
- No data returned but request was successful: This message indicates that the API call succeeded but no tags were found. Verify that tags exist in your Teamleader account.
- No data got returned: This error means the API response did not contain expected data. Check your API credentials and permissions.
- Authentication errors: Ensure the OAuth2 credential is valid and has the necessary scopes.
- Limit parameter issues: Providing a non-positive or excessively large limit may cause unexpected behavior; use reasonable values.