Actions37
- Contact Actions
- Invoice Actions
- Item Actions
- Payment Actions
- Estimate Actions
- Tax Actions
- Bank Account Actions
Overview
This node integrates with the Alegra API to manage bank accounts. Specifically, the Delete operation for the Bank Account resource allows users to remove a bank account from their Alegra account by specifying its unique ID.
Common scenarios where this node is beneficial include:
- Automating cleanup of obsolete or closed bank accounts in Alegra.
- Integrating Alegra bank account management into broader workflows that handle financial data lifecycle.
- Ensuring synchronization between Alegra and other systems by programmatically deleting bank accounts when they are no longer needed.
Example use case:
- A finance team uses n8n to automate monthly reconciliation. When a bank account is closed, the workflow triggers this node to delete the corresponding bank account record in Alegra automatically.
Properties
| Name | Meaning |
|---|---|
| Bank Account ID | The unique identifier of the bank account to delete |
Output
The output JSON contains the response from the Alegra API after attempting to delete the specified bank account. Typically, this will be an empty object or confirmation message indicating successful deletion.
If the deletion fails, the output may contain an error message describing the failure.
No binary data is output by this operation.
Dependencies
- Requires an active Alegra API key credential configured in n8n for authentication.
- The node makes HTTP requests to the Alegra API endpoint based on the environment URL provided in the credentials.
- Network connectivity to Alegra's API is necessary.
Troubleshooting
Common issues:
- Invalid or missing Bank Account ID: Ensure the ID provided corresponds to an existing bank account in Alegra.
- Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- Network or API downtime: Check network connectivity and Alegra service status.
Error messages:
"Unknown error occurred": Generic catch-all error; check network and API credentials.- Specific API error messages returned by Alegra (e.g., "Bank account not found") will be passed through in the node output. Review the Bank Account ID and try again.
To resolve errors, confirm input parameters, validate credentials, and consult Alegra API documentation or support if needed.
Links and References
- Alegra API Documentation: https://developer.alegra.com/
- Alegra Official Website: https://www.alegra.com/