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 enables managing organizations within the Binalyze AIR platform, specifically allowing you to create new organizations. It is useful in scenarios where you need to programmatically add organizational entities to your system, for example, when onboarding new clients or partners into your digital forensic and incident response environment.
Practical examples include:
- Automating the creation of organizations during a client onboarding workflow.
- Integrating with CRM systems to sync organization data into Binalyze AIR.
- Setting up multiple organizations in bulk via automation.
Properties
| Name | Meaning |
|---|---|
| Organization Name | The name of the organization to create (1-50 characters, cannot be empty or whitespace only). |
| Shareable Deployment Enabled | Boolean flag indicating whether shareable deployment is enabled for this organization. |
| Contact Name | Name of the contact person for this organization (cannot be empty or whitespace only). |
| Contact Email | Email address of the contact person (must be a valid email format). |
| Additional Fields | A collection of optional additional fields: |
| - Contact Mobile | Mobile phone number of the contact person. |
| - Contact Phone | Phone number of the contact person. |
| - Contact Title | Job title of the contact person. |
| - Note | Additional notes about the organization. |
Output
The node outputs JSON data representing the newly created organization object as returned by the Binalyze AIR API. This typically includes details such as the organization's unique identifier, name, contact information, and configuration flags like shareable deployment status.
No binary data output is indicated for this operation.
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 properly configured.
- No other external dependencies are required.
Troubleshooting
- Validation Errors: If the organization name or contact name fields are empty or contain only whitespace, the node will throw validation errors. Ensure these fields meet the specified requirements.
- Invalid Email Format: Providing an invalid email address for the contact email will cause an error. Use a proper email format.
- API Authentication Issues: If the API key credential is missing or invalid, authentication errors will occur. Verify that the API key is correctly set up in n8n credentials.
- Network or API Errors: Connectivity issues or API downtime may result in request failures. Check network connectivity and Binalyze AIR service status.
- Unknown Resource Error: If the resource parameter is incorrectly set, the node will throw an "Unknown resource" error.