Relacio - URL icon

Relacio - URL

Interage com a API de Encurtador de URLs

Overview

This node integrates with a URL shortening service API, allowing users to perform various operations related to URL management and account information. Specifically, the "Informações Da Conta" (Account Information) operation retrieves details about the authenticated user's account. This can be useful for monitoring usage limits, account status, or other metadata provided by the URL shortening service.

Common scenarios include:

  • Fetching account details to display user quotas or subscription status.
  • Verifying account connectivity and permissions before performing URL operations.
  • Integrating account info retrieval into automated workflows for reporting or auditing.

Properties

Name Meaning
Obter Informações Da Conta Hidden property used internally to trigger retrieval of the authenticated user's account information.

Note: The only input property relevant to this operation is a hidden flag that triggers fetching account info; no additional user inputs are required.

Output

The node outputs JSON data containing the authenticated user's account information as returned by the URL shortening service API. This typically includes fields such as account ID, username, email, plan details, usage statistics, and other metadata describing the account status.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the URL shortening service.
  • The node depends on the external URL shortening API to fetch account information.
  • Proper configuration of the API authentication credentials in n8n is necessary.

Troubleshooting

  • Common issues:

    • Authentication failures due to invalid or missing API keys.
    • Network connectivity problems preventing access to the URL shortening service.
    • API rate limits exceeded, causing errors when fetching account info.
  • Error messages:

    • Authentication errors usually indicate incorrect or expired credentials; verify and update the API key.
    • Timeout or network errors suggest connectivity issues; check internet connection and firewall settings.
    • API quota exceeded errors require reviewing account limits or upgrading the service plan.

Links and References

  • Refer to the URL shortening service's official API documentation for detailed information on account info endpoints and response structure.
  • Consult n8n documentation on how to configure API credentials securely within workflows.

Discussion