Actions9
- User Actions
- Company Actions
- Immobilie Actions
Overview
This node integrates with the ImmoJump API to manage various resources such as users, companies, and properties. Specifically, for the User - Create operation, it allows you to create a new user in the ImmoJump system by providing necessary user details.
Common scenarios where this node is beneficial include automating user management workflows, syncing user data from other systems into ImmoJump, or programmatically onboarding new users without manual intervention.
For example, when a new employee joins your organization, you can use this node to automatically create their user profile in ImmoJump by supplying their name.
Properties
| Name | Meaning |
|---|---|
| Name | The name of the user to be created. This is a required string input that will be sent in the request body as the user's name. |
Output
The node outputs JSON data representing the response from the ImmoJump API after creating the user. This typically includes details about the newly created user such as their ID, name, and any other metadata returned by the API.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the ImmoJump API.
- Needs configuration of base URL, authentication token, and optionally an organisation ID within the credentials.
- The node sends HTTP requests to the ImmoJump REST API endpoints.
Troubleshooting
- Missing or invalid API credentials: Ensure that the API key/token and base URL are correctly configured in the node's credentials.
- Organisation ID missing: Some API calls require an organisation ID header; verify it is set if applicable.
- API errors: If the API returns errors, check the error message and status code included in the response. Common issues might be invalid input data or permission problems.
- Unexpected payloads: If the API response structure changes or is unexpected, the node may log warnings. Verify the API version compatibility.
Links and References
- ImmoJump API Documentation (Replace with actual URL if available)