Actions9
- User Actions
- Company Actions
- Immobilie Actions
Overview
The node interacts with the ImmoJump API to manage real estate ("Immobilie") data. Specifically, the "Remove Tag" operation removes a tag from a given real estate item identified by its ID. This is useful in scenarios where tags are used to categorize or label properties and you want to update or clean up these labels programmatically.
Practical examples:
- Removing an outdated or incorrect tag from a property listing.
- Automating tag management workflows when property statuses change.
- Integrating with other systems that modify property metadata and require tag synchronization.
Properties
| Name | Meaning |
|---|---|
| Immobilie ID | The unique identifier of the real estate item (property) from which the tag will be removed. |
| Tag Name or ID | The tag to remove, selectable from a list of existing tags or specified by ID via expression. |
Output
The node outputs JSON data representing the result of the tag removal operation. Typically, this would include confirmation of success or details about the updated property. The exact structure depends on the ImmoJump API response but generally includes status information.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the ImmoJump API.
- Needs the base URL and organization ID configured in the credentials.
- The node makes HTTP requests to the ImmoJump API endpoints to fetch tags and perform the removal.
Troubleshooting
- Missing Organization ID: If the organization ID is not set in credentials, the node logs an error and cannot fetch tags or perform operations.
- API Errors: Network issues or invalid tokens can cause request failures. Error messages from the API are logged and surfaced.
- Invalid Immobilie ID or Tag ID: Providing incorrect IDs may result in errors or no changes; ensure IDs are correct and exist.
- Tag Not Found: Attempting to remove a tag that is not assigned to the property might not produce an error but will have no effect.
To resolve common errors:
- Verify API credentials and permissions.
- Confirm the Immobilie ID and Tag ID are valid and exist.
- Check network connectivity and API endpoint availability.
Links and References
- ImmoJump API Documentation (replace with actual URL if available)
- n8n Expressions Documentation - for using expressions in property fields.