AvantGuard - ClerkChat icon

AvantGuard - ClerkChat

AvantGuard - ClerkChat

Overview

This node operation retrieves the whitelist domains associated with a specific team in a reseller context. It is useful for scenarios where you need to manage or audit the domains that a particular team has authorized or allowed within a system, such as controlling access or ensuring compliance with domain restrictions.

For example, a company using this node can fetch all domains whitelisted by a sales or support team to verify which external domains are permitted for communication or integration purposes.

Properties

Name Meaning
Team Id ID of the team whose whitelist domains you want to retrieve

Output

The output JSON contains the list of whitelist domains for the specified team. Each item in the output corresponds to a domain entry that the team has whitelisted. The exact structure depends on the API response but typically includes domain names and possibly metadata related to each domain.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard ClerkChat service.
  • The node uses a base URL configured via credentials to connect to the relevant API endpoint.
  • The operation depends on the external AvantGuard ClerkChat API to fetch the whitelist domains.

Troubleshooting

  • Missing or invalid Team Id: Ensure the "Team Id" property is provided and correctly references an existing team; otherwise, the API call will fail.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions to access team whitelist information.
  • Network or API errors: Check connectivity and API availability; transient errors may require retries.
  • Empty results: If no whitelist domains are returned, confirm that the team actually has domains whitelisted.

Links and References

Discussion