Advbox icon

Advbox

Consume Advbox API - Clean Version 1.0.0

Actions5

Overview

This node integrates with the Advbox API to retrieve customer data. Specifically, the "Get" operation under the "Customer" resource fetches detailed information about a single customer by their unique ID. This is useful in workflows where you need to enrich data with customer details, verify customer information, or trigger actions based on specific customer attributes.

Practical examples:

  • Fetching a customer's profile before sending a personalized email.
  • Retrieving customer details to validate an order or support ticket.
  • Integrating customer data into CRM or marketing automation systems.

Properties

Name Meaning
Customer ID The unique identifier of the customer to retrieve. This is a required string input.

Output

The node outputs JSON data representing the customer object retrieved from the Advbox API. The structure corresponds to the customer details as returned by the API endpoint /customers/{customerId}. The output is a single JSON object containing all available fields for that customer.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Advbox API.
  • The node expects the Advbox API base URL and API token to be configured in the credentials.
  • Network access to the Advbox API endpoints is necessary.

Troubleshooting

  • Missing or invalid API token: The node throws an error if the API token is not provided or invalid. Ensure the API key credential is correctly set up.
  • Invalid Customer ID: If the provided customer ID does not exist or is malformed, the API may return an error or empty response.
  • Network issues: Connectivity problems can cause request failures; check network settings and API availability.
  • Error messages: The node logs errors including HTTP status codes and response bodies when requests fail, aiding diagnosis.

Links and References

Discussion