Actions41
- Companies Actions
- Search companies
- Search companies (POST)
- Enrich company
- Search companies by name
- Search companies by prompt
- Search similar companies
- Count companies
- Count companies (POST)
- Enrich company by email
- Enrich company by social
- Get email patterns
- Ask company
- Get company context
- Fetch companies analytics
- Export companies analytics
- Lists Actions
- Locations Actions
- Business data Actions
- Actions Actions
- Prompts Actions
- Utilities Actions
Overview
This node integrates with The Companies API to fetch detailed information about a team within an organization. It is useful for scenarios where you need to retrieve team-specific data such as team members, roles, or other metadata managed by the external service.
Practical examples include:
- Enriching CRM records with team details.
- Automating workflows that depend on team membership or attributes.
- Synchronizing team data between systems.
Properties
| Name | Meaning |
|---|---|
| Team ID | Numeric identifier of the team to fetch. |
Output
The node outputs JSON data representing the fetched team information. The structure corresponds to the team object returned by The Companies API, typically including fields like team name, members, roles, and related metadata.
No binary data output is produced by this operation.
Dependencies
- Requires an API token credential for authenticating with The Companies API.
- The node uses the official SDK from The Companies API to perform requests.
- Ensure the API token has sufficient permissions to access team data.
Troubleshooting
- Unknown operation error: If the operation parameter is incorrect or unsupported, the node will throw an error indicating "Unknown operation". Verify that the operation is set to "fetchTeam".
- SDK method not found: This error occurs if the SDK does not have the expected method for the operation. This usually indicates a version mismatch or misconfiguration.
- Invalid or missing Team ID: If the Team ID is not provided or invalid, the API call may fail or return no data. Make sure to provide a valid numeric Team ID.
- API authentication errors: If the API token is invalid or expired, the node will fail to authenticate. Check and update the API token credential accordingly.
- Continue on Fail: If enabled, the node will continue processing subsequent items even if one fails, returning error details in the output JSON.
Links and References
- The Companies API Documentation
- The Companies API SDK GitHub Repository (for reference on SDK methods)