Clientes Online - URL icon

Clientes Online - URL

Interage com a API de Encurtador de URLs - Clientes.Online

Overview

This node integrates with the Clientes.Online URL Shortener API, allowing users to manage and retrieve information about shortened URLs. The "URL - Listar" operation specifically lists shortened URLs with options to paginate, limit results, sort by date or clicks, or fetch details for a specific shortened URL.

Common scenarios include:

  • Retrieving a list of all shortened URLs created in an account.
  • Filtering and sorting URLs by creation date or number of clicks.
  • Fetching detailed information about a particular shortened URL by specifying it directly.

Practical example:

  • A marketing team wants to analyze the performance of their shortened links by listing them sorted by click count.
  • A user needs to fetch the first 50 shortened URLs on page 1 to display in a dashboard.

Properties

Name Meaning
Número Da Página The page number of results to retrieve (pagination). Defaults to 1.
Limite De Resultados Maximum number of results to return per request. Defaults to 50.
Ordenar Por How to order the results. Options: "Data" (by date) or "Cliques" (by clicks). Defaults to "date".
URL Encurtada Specify a particular shortened URL to fetch details for; if set, other parameters are ignored.

Output

The node outputs JSON data representing the list of shortened URLs or details of a specific shortened URL. Each item typically includes metadata such as the original URL, shortened URL, creation date, click statistics, and possibly campaign or account-related info.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for the Clientes.Online URL Shortener service.
  • The node depends on the external Clientes.Online API being accessible.
  • Proper configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Empty results: Ensure the page number and limit are correctly set and that there are existing shortened URLs in the account.
  • Invalid URL specified: If using the "URL Encurtada" property, verify the shortened URL format is correct.
  • Authentication errors: Confirm the API key credential is valid and has proper permissions.
  • API connectivity issues: Check network access and Clientes.Online API status.

Links and References

Discussion