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, for the "Customer" resource and the "Get Many" operation, it fetches multiple customer records from the Advbox system. This is useful in scenarios where you need to bulk retrieve customer information for processing, reporting, or synchronization with other systems.

Practical examples include:

  • Exporting all customers to a CRM or marketing platform.
  • Generating reports based on customer data.
  • Synchronizing customer lists between Advbox and another database.

Properties

Name Meaning
Return All Whether to return all customer records available or only up to a default or specified limit.

Output

The node outputs an array of JSON objects, each representing a customer record retrieved from the Advbox API. The structure of each customer object depends on the Advbox API response but typically includes customer details such as ID, name, contact information, and other relevant fields.

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 URL and token to be configured in the credentials.
  • Network access to the Advbox API endpoint is necessary.

Troubleshooting

  • Common Issues:

    • Missing or invalid API token: The node will throw an error if the API token is not provided or is invalid.
    • Incorrect API URL configuration: If the base URL for the Advbox API is missing or malformed, requests will fail.
    • Network connectivity issues can prevent successful API calls.
  • Error Messages:

    • "API Token não fornecido ou inválido. Verifique suas credenciais."
      Means the API token is missing or invalid. Check your API key credential setup.
    • Errors related to HTTP request failures will log status codes and response bodies to help diagnose issues.
  • Resolution Tips:

    • Verify that the API key credential is correctly set up and active.
    • Confirm the Advbox API URL is correct and accessible.
    • Ensure network/firewall settings allow outbound requests to the Advbox API.

Links and References

Discussion