Beex icon

Beex

Interacción y Consumo de la API Beex Contact Center.

Actions9

Overview

This node interacts with the Beex Contact Center API to retrieve information about various resources. Specifically, for the Entity resource with the Obtener (get) operation, it fetches details of companies (entities) from the Beex system.

This operation is useful when you want to obtain a list or details of entities managed in the Beex Contact Center platform, for example, to synchronize company data, generate reports, or trigger workflows based on entity information.

Practical examples:

  • Fetching all companies registered in the contact center to update a CRM.
  • Retrieving entity details to analyze customer segmentation.
  • Using entity data as part of an automated workflow for customer support or marketing.

Properties

Name Meaning
Configuración Adicional Hidden configuration for the request; no user input required. The node performs a GET request to /entities endpoint without additional query parameters.

Note: For this specific resource-operation combination, there are no user-configurable input properties exposed except the hidden "Configuración Adicional" which is preset to perform a simple GET request to the /entities endpoint.

Output

The node outputs JSON data containing the response from the Beex API's /entities endpoint. This typically includes an array or collection of entity objects with their respective details such as company name, ID, and other metadata as provided by the API.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Beex Contact Center API.
  • The base URL for API requests is https://api.beexcontact.com/api/v1.
  • Proper configuration of the API authentication credential in n8n is necessary.

Troubleshooting

  • Authentication errors: Ensure that the API key credential is correctly configured and has sufficient permissions to access the entities endpoint.
  • Empty or unexpected responses: Verify that the Beex account contains entities and that the API service is operational.
  • Network issues: Confirm network connectivity to api.beexcontact.com.
  • API rate limits: If many requests are made in a short time, the API might throttle requests; handle retries accordingly.

Links and References

Discussion