Actions40
- Associação Actions
- Contato Actions
- Empresa Actions
- Negócio Actions
- Nota Actions
- Produto Actions
- Propriedade Actions
- Segmento Actions
- Tarefa Actions
- Usuário Actions
Overview
This node integrates with the Rvops platform to manage various CRM-related resources, including products. Specifically, for the "Produto" (Product) resource and the "Delete a Product" operation, the node deletes a product identified by its unique ID from the Rvops system.
This operation is useful in scenarios where you need to automate the removal of obsolete or incorrect product entries from your CRM database. For example, if a product is discontinued or no longer available, this node can be used within an automation workflow to delete it programmatically, ensuring your product catalog stays up-to-date without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Autenticação Do Cliente | Method of client authentication; currently supports "Access Token" only. |
| ID Do Produto | The unique identifier of the product to be deleted. This is a required string input. |
Note: Other properties listed in the full JSON are related to sorting or other operations and are not relevant for the "Delete a Product" operation.
Output
The output of the delete operation is the response returned by the API after attempting to delete the product. It is returned as JSON data containing information about the deletion result. Typically, this might include confirmation of deletion or details of any error encountered.
The node constructs execution metadata around this JSON output to maintain item context within n8n workflows.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating requests to the Rvops API.
- The node uses internal helper methods to make HTTP requests to the Rvops API endpoints.
- No additional external services beyond the Rvops API are required.
Troubleshooting
- Common issues:
- Providing an invalid or non-existent product ID will likely cause the API to return an error.
- Missing or invalid authentication token will prevent successful API calls.
- Error messages:
- Errors from the API typically include a message and status code. These are captured and returned in the node's output under an
errorobject.
- Errors from the API typically include a message and status code. These are captured and returned in the node's output under an
- Resolution tips:
- Ensure the product ID is correct and exists in the Rvops system.
- Verify that the API authentication token is valid and has sufficient permissions.
- Use the node's "Continue On Fail" option to handle errors gracefully in workflows.
Links and References
- Rvops API Documentation (hypothetical link, replace with actual if available)
- n8n documentation on Creating Custom Nodes
- General REST API best practices for delete operations
This summary focuses exclusively on the "Produto" resource and the "Delete a Product" operation as requested.
