Actions42
- Condomínio Actions
- Plano de Contas Actions
- Conta Bancária Actions
- Movimentação Bancária Actions
- Unidade Actions
- Morador Actions
- Boleto Actions
- Recebimento Actions
- Fornecedor Actions
- Inadimplência Actions
- Segunda Via Actions
- Responsáveis Legais Actions
Overview
This node integrates with the Superlogica API to update supplier (Fornecedor) information. It allows users to modify details of an existing supplier by specifying its unique ID and providing updated data fields such as name, contact information, and address.
Common scenarios include:
- Keeping supplier records up-to-date in a property management or condominium system.
- Automating updates to supplier contacts after receiving new information.
- Synchronizing supplier data between Superlogica and other systems.
Practical example:
- A property manager receives updated contact details from a cleaning service provider and uses this node to update the supplier record automatically in Superlogica without manual entry.
Properties
| Name | Meaning |
|---|---|
| ID do Fornecedor | The unique identifier of the supplier to update (required). |
| Nome/Razão Social | The name or corporate name of the supplier (required). |
| Supplier's email address (optional). | |
| Telefone | Supplier's phone number (optional). |
| Celular | Supplier's mobile phone number (optional). |
| CEP | Supplier's postal code (numbers only) (optional). |
| Endereço | Supplier's street address (optional). |
| Número | Number of the supplier's address (optional). |
| Complemento | Additional address information (optional). |
| Bairro | Neighborhood of the supplier (optional). |
| Cidade | City where the supplier is located (optional). |
| Estado | State abbreviation of the supplier's location (optional). |
Output
The node outputs JSON objects representing the updated supplier data returned by the Superlogica API. Each output item corresponds to one input item processed.
- The
jsonfield contains the updated supplier information as returned by the API. - If an error occurs during processing and "Continue On Fail" is enabled, the output will contain an
errorfield with the error message. - This node does not output binary data.
Dependencies
- Requires an active connection to the Superlogica API.
- Needs credentials including an application token and access token for authentication.
- The API base URL defaults to
https://api.superlogica.net/v2/condorbut can be overridden in credentials. - No additional external dependencies are required beyond the configured API credentials.
Troubleshooting
- Missing Credentials: The node will throw an error if API credentials are not provided. Ensure that valid API tokens are configured.
- Invalid Supplier ID: Providing a non-existent or incorrect supplier ID will likely result in an API error. Verify the supplier ID before updating.
- API Errors: Network issues or invalid data formats may cause errors. Check the error messages returned in the output for guidance.
- Continue On Fail: If enabled, the node will continue processing subsequent items even if some fail, returning error details per failed item.
Links and References
- Superlogica API Documentation (official API docs, useful for understanding available endpoints and data structures)