Actions99
- InterACT Actions
- Notification Actions
- Organization Actions
- Task Actions
- Policy Actions
- Repository Actions
- Setting Actions
- Triage Rule Actions
- User Actions
- Acquisition Actions
- API Token Actions
- Asset Actions
- Auto Asset Tag Actions
- Baseline Actions
- Case Actions
- Evidence Actions
Overview
This node allows you to update details of an existing organization within the Binalyze AIR platform. It is useful for maintaining accurate and up-to-date organizational information such as contact details, notes, and configuration flags related to shareable deployments.
Typical use cases include:
- Updating contact information when personnel changes occur.
- Adding or modifying notes about the organization for internal tracking.
- Enabling or disabling shareable deployment features for specific organizations.
For example, you might automate updating the contact email and phone number of an organization after receiving updated info from your CRM system.
Properties
| Name | Meaning |
|---|---|
| Organization | The target organization to update. Can be selected from a list, specified by ID, or by name. |
| Update Fields | Collection of fields to update on the organization: |
| - Contact Email | Email address of the organization's contact person (must be a valid email format). |
| - Contact Mobile | Mobile phone number of the contact person. |
| - Contact Name | Name of the contact person for this organization. |
| - Contact Phone | Phone number of the contact person. |
| - Contact Title | Job title of the contact person. |
| - Note | Additional notes about the organization. |
| - Organization Name | Name of the organization (1-50 characters, cannot be empty or whitespace only). |
| - Shareable Deployment Enabled | Boolean flag indicating whether shareable deployment is enabled for this organization. |
Output
The node outputs JSON data representing the updated organization object as returned by the Binalyze AIR API. This typically includes all current properties of the organization after the update, such as its ID, name, contact details, notes, and configuration flags.
No binary data output is produced by this node.
Dependencies
- Requires an API key credential configured in n8n to authenticate with the Binalyze AIR platform.
- The node depends on the Binalyze AIR API being accessible and the authenticated user having permissions to update organizations.
Troubleshooting
- Invalid Organization ID: If specifying the organization by ID, ensure it is a positive number or zero (for default organization). Otherwise, the node will throw a validation error.
- Invalid Email Format: The contact email field must be a valid email address; otherwise, the node will reject the input.
- Empty Organization Name: The organization name must be between 1 and 50 characters and cannot be empty or just whitespace.
- API Authentication Errors: Ensure the API key credential is correctly set up and has sufficient permissions.
- Network or API Errors: Check connectivity to the Binalyze AIR API endpoint and verify that the service is operational.
Links and References
- Binalyze AIR API Documentation (general reference for API endpoints)
- n8n Documentation (for configuring credentials and using nodes)