Actions99
- Expenses Actions
- Group Accounts Actions
- Group Account Codes Actions
- Accounts Actions
- Purchase Orders Actions
- Get A List Of Purchase Orders
- Create A New Purchase Order
- Get A Purchase Order
- Update A Purchase Order
- Open A Purchase Order
- Get A List Of Purchase Orders Items For A Specific Purchase Order
- Create A Purchase Order Item
- Get A Purchase Order Item
- Update A Purchase Order Item
- Delete A Purchase Order Item
- Get A List Of Goods Received Notes For A Specific Purchase Order
- Create A Goods Received Note
- Attach A File To A Goods Received Note
- Delete A Goods Received Note
- Suppliers Actions
- Fund Accounts Actions
- Cards Actions
- Expense Categories Actions
- Tax Rates Actions
- Amortizations Actions
- Account Teams Actions
- Account Codes Actions
- External Teams Actions
- Custom Fields Actions
- Get Custom Fields
- Create A New Custom Field
- Get Custom Field
- Update Custom Field
- Delete A Custom Field And All Its Values
- Get Custom Field Values
- Create A Custom Field Value
- Delete Custom Field Values
- Get A Custom Field Value
- Update A Custom Field Value
- Delete A Custom Field Value
- Get Managers For A Specific Custom Field Value
- Adds Managers For A Specific Custom Field Value
- Replaces Managers For A Specific Custom Field Value
- Removes Managers For A Specific Custom Field Value
- Webhook Subscriptions Actions
- Group Teams Actions
Overview
This node operation, "Get External Teams," retrieves a list of external teams associated with a specified account. It is useful in scenarios where you need to integrate or synchronize team data from an external system into your workflows, such as managing user access, automating team-based notifications, or consolidating team information across platforms.
For example, you might use this node to fetch all external teams linked to a particular account before assigning tasks or sending updates to those teams within an automated process.
Properties
| Name | Meaning |
|---|---|
| Account Id | Identifier of the account whose external teams you want to retrieve |
Output
The output contains a JSON array of external teams related to the provided account ID. Each item in the array represents an external team object with its details (such as team name, ID, and other metadata depending on the external API's response structure).
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authentication with the external service.
- The node expects the base URL of the external API to be configured in the credentials.
- The node uses standard HTTP headers for JSON communication (
Accept: application/jsonandContent-Type: application/json).
Troubleshooting
- Missing or invalid Account Id: Ensure that the "Account Id" property is correctly set and corresponds to a valid account in the external system.
- Authentication errors: Verify that the API key or authentication token is properly configured and has sufficient permissions to access external teams.
- Network or API errors: Check connectivity to the external API endpoint and confirm that the base URL is correct.
- Unexpected response format: If the output does not contain expected team data, verify that the external API has not changed its response schema.
Links and References
- Refer to the external API documentation for detailed information about the "external teams" endpoint and required parameters.
- n8n documentation on how to configure API credentials and use HTTP request nodes for custom integrations.