Bankerize - Gerenciamento de Propostas
Actions8
Overview
This node integrates with the Bankerize API to manage proposals. It supports multiple operations such as canceling a proposal, retrieving proposal data, sending a proposal for disbursement, renewing the signature link, updating payment account details, and fetching detailed proposal information.
The "Renew Signature Link" operation specifically requests a new signature link for an existing proposal identified by its unique UUID. This is useful when the original signature link has expired or was lost, allowing users to resend or regenerate the signing URL without creating a new proposal.
Practical examples:
- A loan officer needs to resend the signature link to a client who did not receive or lost the original link.
- Automating the renewal of signature links for proposals nearing expiration to ensure timely signing.
Properties
| Name | Meaning |
|---|---|
| UUID Da Proposta | The unique identifier (UUID) of the proposal for which the signature link will be renewed. |
Output
The output JSON contains the response from the Bankerize API after requesting the renewal of the signature link. Typically, this includes confirmation details or the new signature link data related to the specified proposal.
If no data is returned, the node outputs a message indicating that no results were found.
Dependencies
- Requires an API key credential for authenticating with the Bankerize API.
- The node makes HTTP requests to Bankerize endpoints, including token retrieval and proposal management APIs.
- No additional external dependencies are required beyond the configured Bankerize API credentials.
Troubleshooting
- Missing or invalid UUID: The operation requires a valid proposal UUID. If omitted or empty, the node throws an error stating the UUID is mandatory.
- API authentication errors: Ensure the API key credential is correctly configured and has necessary permissions.
- Network or API errors: The node captures HTTP errors and returns structured error messages including status codes and messages from the Bankerize API.
- Empty response: If the API returns no data, the node outputs a message indicating no results were found.
- Invalid operation name: If an unsupported operation is selected, the node throws an error indicating the operation is unknown.
Links and References
- Bankerize API Documentation (general reference): https://bankerize.com.br/api-docs (hypothetical, please replace with actual URL)
- n8n HTTP Request Node documentation: https://docs.n8n.io/nodes/n8n-nodes-base.httpRequest/