Binalyze AIR icon

Binalyze AIR

Manage Binalyze AIR resources

Actions99

Overview

This node manages organizations within the Binalyze AIR platform, specifically allowing you to add tags to an organization. Tags are useful for categorizing and organizing entities, making it easier to filter, search, or apply policies based on these labels.

A common use case is when you want to label organizations with specific attributes such as "priority", "region", or "department" to streamline management and reporting. For example, adding tags like finance, critical to an organization helps quickly identify its importance and department affiliation.

Properties

Name Meaning
Organization The target organization to which tags will be added. You can select it from a list, specify by ID (positive number or 0 for default), or enter the organization name.
Tags A comma-separated list of tags to add to the selected organization. Example: tag1, tag2, tag3

Output

The node outputs JSON data representing the result of the tag addition operation on the organization. This typically includes confirmation of the updated organization details or status indicating success.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the Binalyze AIR platform.
  • The node depends on the Binalyze AIR API endpoints related to organizations.
  • Proper configuration of the API authentication credential in n8n is necessary.

Troubleshooting

  • Invalid Organization ID: If you enter an organization ID that is not a positive number or zero, the node will reject it. Ensure the ID matches the required format.
  • Empty Tags Field: The tags property is required. Leaving it empty or malformed (e.g., missing commas) may cause errors.
  • API Authentication Errors: If the API key credential is missing or invalid, the node will fail to connect. Verify your API credentials.
  • Unknown Resource Error: If the resource parameter is set incorrectly, the node throws an error indicating an unknown resource.
  • Network Issues: Connectivity problems with the Binalyze AIR API endpoint can cause timeouts or failures.

Links and References

Discussion