Actions62
- Lead Actions
- Account Actions
- Agenda Actions
- Contact Actions
- Contrato Actions
- Documento Actions
- Evento Actions
- Financeiro Actions
- Imovel Actions
- Integracao Actions
- Locacao Actions
- Tarefa Actions
- Usuario Actions
Overview
This node integrates with the Imobzi API to update an existing event record. It allows users to specify an event by its name or ID and modify one or more of its fields such as date, description, email, name, phone, title, or value. This is useful in scenarios where event details need to be programmatically updated based on external triggers or workflows, for example:
- Automatically updating event information when a related CRM record changes.
- Correcting or enriching event data from other systems.
- Synchronizing event details across multiple platforms.
Properties
| Name | Meaning |
|---|---|
| Event Name or ID | Select an existing event from a list or specify its ID via expression to identify it. |
| Update Fields | Collection of fields to update on the event. Options include: |
| - Date | The date associated with the event. |
| - Description | A textual description of the event. |
| An email address related to the event. | |
| - Name | The name of the event. |
| - Phone | A phone number associated with the event. |
| - Title | The title of the event. |
| - Value | A numeric value related to the event. |
Output
The node outputs a JSON object representing the updated event data returned by the Imobzi API. The structure corresponds to the event resource's fields after the update operation. If the update is successful, the output contains the updated event details; if there is an error and "Continue On Fail" is enabled, the output will contain an error message instead.
No binary data is produced by this node.
Dependencies
- Requires an active connection to the Imobzi API using an API key or authentication token configured in n8n credentials.
- The node uses authenticated HTTP requests to perform the update operation on the Imobzi events endpoint.
Troubleshooting
Common issues:
- Invalid or missing event ID: Ensure the event exists and the ID is correct.
- Insufficient permissions or invalid API credentials: Verify that the API key/token has rights to update events.
- Empty update fields: If no fields are specified to update, the API may reject the request or make no changes.
Error messages:
"Recurso "evento" não suportado!"— Indicates the resource parameter is incorrect or unsupported."Operação "update" não suportada!"— Means the operation parameter is invalid.- API errors returned from Imobzi (e.g., 400 Bad Request, 401 Unauthorized) will be passed through; check credentials and input parameters.
Resolution tips:
- Double-check the event ID selection or expression.
- Provide at least one field to update.
- Confirm API credentials and permissions.
- Enable "Continue On Fail" to handle errors gracefully in workflows.
Links and References
- Imobzi API Documentation (general reference for API endpoints and data models)
- n8n Expressions Documentation (for using expressions in property fields)