AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to retrieve mailbox rules for a specific user within a list context. Specifically, the "Retrieve List User Mailbox Rules" operation fetches the set of mailbox rules configured for a given user identified by their user ID, filtered by tenant and list ID. This is useful in scenarios where you need to audit, monitor, or manage email flow rules programmatically for users in an organization.

Practical examples include:

  • Automatically retrieving mailbox rules to verify compliance with organizational policies.
  • Integrating mailbox rule data into reporting dashboards.
  • Triggering workflows based on specific mailbox rule configurations.

Properties

Name Meaning
Id The identifier of the list from which to retrieve the user's mailbox rules.
Tenantfilter A string used to filter or specify the tenant context under which the mailbox rules apply.
Userid The unique identifier of the user whose mailbox rules are being retrieved.

Output

The node outputs JSON data representing the mailbox rules associated with the specified user in the given list and tenant context. The structure typically includes details about each mailbox rule such as conditions, actions, and status. No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard CIPP API.
  • The base URL for the API is configured via credentials and appended with /api.
  • Uses the @avantguardllc/n8n-openapi-node package to build properties and handle requests.
  • The node expects the environment to have access to the AvantGuard CIPP service endpoint.

Troubleshooting

  • Missing or invalid credentials: Ensure that the API key credential is correctly configured and has sufficient permissions.
  • Invalid or missing parameters: The Id, Tenantfilter, and Userid fields are required. Omitting any will cause the request to fail.
  • API connectivity issues: Verify network access to the configured API base URL.
  • Unexpected API responses: Check if the user ID and tenant filter correspond to existing entities in the AvantGuard system.

Links and References

Discussion