Actions48
- Custom Variable Actions
- Custom Variable Group Actions
- Event Actions
- Integration Actions
- Lead Actions
- Lead List Actions
Overview
This node allows users to edit the name of an existing integration within a dashboard system. It is useful when you want to update or rename integrations for better organization, clarity, or reflecting changes in the integration's purpose. For example, if you initially created an integration named "Sales Tracker" but later want to rename it to "Monthly Sales Tracker," this node facilitates that update.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the existing integration you want to rename. |
| New Name | The new name to assign to the integration in the dashboard (up to 100 characters). |
Output
The node outputs JSON data representing the result of the rename operation. Typically, this will include confirmation details such as the updated integration object or status information indicating success or failure. The exact structure depends on the API response but generally includes fields like the integration's ID and its new name.
No binary data output is involved.
Dependencies
- Requires access to the external API endpoint responsible for managing integrations.
- Needs an API authentication token or key configured in n8n to authorize requests to the service.
- The base URL for API calls is
https://api.notificacoesinteligentes.com.
Troubleshooting
Common Issues:
- Providing an invalid or non-existent integration ID will likely cause the operation to fail.
- Supplying a new name longer than 100 characters may be rejected by the API.
- Network issues or incorrect API credentials can prevent successful communication with the service.
Error Messages:
- Errors related to authorization typically indicate missing or invalid API credentials; ensure your API key/token is correctly set up.
- Validation errors from the API may mention invalid ID or name length; verify input values meet requirements.
- Timeout or connection errors suggest network problems; check connectivity and API availability.
Links and References
- API Documentation for Integration Management (hypothetical link for reference)
- n8n HTTP Request Node documentation for configuring authenticated API calls: https://docs.n8n.io/nodes/n8n-nodes-base.httpRequest/