TRBO icon

TRBO

Interact with the TRBO API

Overview

This node interacts with the TRBO API to retrieve publicly accessible links. The "Get Public Links" operation fetches a list of links that are available to the public without requiring authentication. This is useful for scenarios where you want to display or process links that anyone can access, such as public marketing URLs, shared resources, or promotional content.

Practical examples include:

  • Aggregating all public links from a profile to display on a website.
  • Monitoring or analyzing publicly shared links for engagement or metrics.
  • Integrating public link data into other workflows or reporting tools.

Properties

Name Meaning
Query Parameters A collection of key-value pairs to customize the API request query string parameters. You can add multiple parameters to filter or modify the results returned by the API.

The "Query Parameters" property allows users to specify any number of custom query parameters to be sent with the GET request to the /public/links endpoint. Each parameter consists of a "Key" and a "Value".

Output

The node outputs JSON data representing the list of public links retrieved from the TRBO API. The exact structure depends on the API response but typically includes details about each public link such as its URL, alias, visibility status, and metadata.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the TRBO API.
  • The base URL used for requests is https://trbo.link/api.
  • The node expects the API to respond with JSON data.
  • No additional environment variables or external services are required beyond the API key credential.

Troubleshooting

  • Empty or missing results: Ensure that the query parameters (if any) are correctly specified and valid according to the TRBO API documentation. Also verify that there are indeed public links available in the account.
  • Authentication errors: Confirm that the API key credential is correctly configured and has sufficient permissions to access public links.
  • Network or timeout issues: Check network connectivity and API availability.
  • Invalid query parameters: If the API returns errors related to query parameters, review the keys and values provided to ensure they conform to expected formats.

Links and References

Discussion