Imobzi icon

Imobzi

Interagir com a API da Imobzi

Overview

This node integrates with the Imobzi API to perform various operations on different resources within the Imobzi platform. Specifically, for the Integracao (Integration) resource with the Create operation, it allows users to create a new integration item by sending specified fields to the Imobzi API.

Common scenarios where this node is beneficial include automating the creation of integration records in Imobzi as part of workflows that synchronize data between systems or trigger actions based on external events.

For example, you might use this node to automatically register a new integration configuration whenever a new client signs up in your system, ensuring that all necessary integration details are captured and stored in Imobzi without manual input.

Properties

Name Meaning
Create Fields A collection of fields to define the new integration item. Options include:
- Date Date of the item (string)
- Description Description of the item (string)
- Email Email address (string)
- Name Name of the item (string)
- Phone Phone number (string)
- Title Title of the item (string)
- Value Value of the item (number)

These fields allow you to specify the details of the integration record you want to create in Imobzi.

Output

The node outputs JSON data representing the response from the Imobzi API after creating the integration item. The output JSON contains the newly created integration's data as returned by the API.

If the API returns an error and the node is configured to continue on failure, the output will contain an error field with the error message.

No binary data output is produced by this node.

Dependencies

  • Requires an active connection to the Imobzi API via an API key credential configured in n8n.
  • The node uses authenticated HTTP requests to interact with the Imobzi REST endpoints.
  • No additional external dependencies beyond the Imobzi API and n8n's HTTP request capabilities.

Troubleshooting

  • Unsupported Resource Error: If you select a resource not supported by the node, it will throw an error indicating the resource is unsupported. Ensure "Integracao" is selected for this operation.
  • Operation Not Supported: Selecting an unsupported operation for the resource will cause an error. Use only the listed operations such as Create, Get, Update, Delete, or Get Many.
  • API Authentication Errors: If the API key or authentication token is invalid or missing, requests will fail. Verify your Imobzi API credentials in n8n.
  • Empty Required Fields: Creating an integration without specifying any fields may result in an error or unexpected behavior. Always provide at least one field in "Create Fields".
  • Network Issues: Connectivity problems can cause request failures. Check network access to the Imobzi API endpoint.

Links and References


This summary focuses on the "Integracao" resource with the "Create" operation as requested, describing how to use the node to create integration items in Imobzi.

Discussion