Payhawk icon

Payhawk

Interact with the Zitadel API

Actions99

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/json and Content-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.

Discussion