Actions13
Overview
This node interacts with the FreeWebStore API to perform operations related to customers, such as retrieving customer details by ID. It is useful for workflows that need to fetch specific customer information from a FreeWebStore account, for example, to display customer data, update records, or integrate with other systems.
Use Case Examples
- Retrieve a customer's details by their unique Customer ID to display in a CRM system.
- Fetch customer information to verify identity before processing an order.
- Get customer data to synchronize with an external marketing platform.
Properties
| Name | Meaning |
|---|---|
| Customer ID | The unique identifier of the customer to retrieve. |
Output
JSON
id- The unique identifier of the customer.email- The customer's email address.forename- The customer's first name.surname- The customer's last name.companyname- The name of the company the customer is associated with.created- Timestamp when the customer was created.total_orders- Total number of orders placed by the customer.total_sales- Total sales amount associated with the customer.
Dependencies
- Requires an API key credential for FreeWebStore API authentication.
Troubleshooting
- Ensure the Customer ID provided is valid and exists in the FreeWebStore account; invalid IDs will result in errors.
- Check that the API key credential is correctly configured and has the necessary permissions to access customer data.
- Network issues or API downtime can cause request failures; verify connectivity and FreeWebStore service status if errors occur.
Links
- FreeWebStore API Documentation - Official API documentation for FreeWebStore, detailing endpoints and data schemas.