TRBO icon

TRBO

Interact with the TRBO API

Overview

The node interacts with the TRBO API to retrieve metrics related to profile links. Specifically, the "Get Link Metrics" operation fetches statistical data about links associated with a user profile. This can be useful for monitoring link performance, analyzing traffic, or gathering insights on how links are being accessed.

Practical examples include:

  • Tracking click counts or engagement metrics for marketing campaign links.
  • Monitoring usage patterns of shared URLs in a profile.
  • Integrating link analytics into automated reporting workflows.

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 returned link metrics data.

The "Query Parameters" property allows users to specify any number of custom query parameters by providing keys and values. These parameters are appended to the API request URL as query string parameters.

Output

The node outputs JSON data representing the link metrics retrieved from the TRBO API. The exact structure depends on the API response but generally includes statistics and metadata about profile links.

No binary data output is involved in this operation.

Dependencies

  • Requires an API authentication token credential to access the TRBO API.
  • The base URL for API requests is https://trbo.link/api.
  • The node sends HTTP GET requests to the /link-metrics endpoint with optional query parameters.

Troubleshooting

  • Common issues:

    • Missing or invalid API authentication token will cause authorization errors.
    • Incorrect or unsupported query parameters may result in empty or error responses.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authorization errors typically indicate missing or incorrect API credentials; verify and update the API key/token.
    • HTTP 4xx or 5xx errors suggest issues with the request or server; check query parameters and API status.
    • Timeout or network errors require checking internet connection and firewall settings.

Links and References

Discussion