Actions21
- Orders Actions
- Products Actions
- Repairs Actions
- Customers Actions
Overview
This node integrates with the Livo API to manage customer data, specifically allowing you to delete a customer record. The "Delete Customer" operation removes a customer identified by their unique ID from the system.
Common scenarios for this node include:
- Automating cleanup of customer records that are no longer needed.
- Integrating with CRM workflows where customers are deleted based on certain triggers.
- Managing customer lifecycle in e-commerce or service platforms.
Example use case: After verifying that a customer has requested account deletion, you can use this node to remove their data automatically from the Livo system.
Properties
| Name | Meaning |
|---|---|
| Customer ID | The unique identifier of the customer to delete. This is a required string input. |
Output
The node outputs a JSON object representing the response from the Livo API after attempting to delete the customer. Typically, this will confirm whether the deletion was successful or provide error details if it failed.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating requests to the Livo API.
- The node expects the base environment URL and API key to be configured in the credentials.
- The Livo API must be accessible from the n8n instance network.
Troubleshooting
Common issues:
- Invalid or missing Customer ID: Ensure the Customer ID provided is correct and exists in the system.
- Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- Network connectivity: Confirm that the n8n server can reach the Livo API endpoint.
Error messages:
- If the customer does not exist, the API may return a 404 or similar error indicating the resource was not found.
- Authentication failures typically return 401 or 403 status codes; check your API key configuration.
- On request timeouts or connection errors, verify network settings and API availability.
To resolve errors, double-check input parameters, credentials, and network access.
Links and References
- Livo API Documentation (Assumed, replace with actual link if available)
- n8n HTTP Request Node documentation for understanding API interactions: https://docs.n8n.io/nodes/n8n-nodes-base.httpRequest/