AvantGuard - Maileroo icon

AvantGuard - Maileroo

AvantGuard - Maileroo

Actions5

Overview

This node allows you to read details of a specific short link by its unique identifier. It is useful in scenarios where you manage or track short URLs, such as marketing campaigns, link redirection services, or analytics platforms. For example, you can retrieve metadata or status information about a short link created previously to verify its existence or gather usage data.

Properties

Name Meaning
Id Unique identifier for the short link. This is a composite text of the domain and route (e.g., Maileroo.to/mylink). Prepending https:// forms the full URL of the short link. This property is required to specify which short link to read.

Output

The node outputs JSON data representing the details of the requested short link. The exact structure depends on the API response but typically includes fields such as the original URL, creation date, click statistics, and status. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authentication with the external Maileroo service.
  • Connects to the Maileroo API endpoint at https://smtp.maileroo.com.
  • Uses standard HTTP headers for JSON content (Accept: application/json, Content-Type: application/json).

Troubleshooting

  • Invalid or missing Id: If the provided Id does not correspond to any existing short link, the node may return an error or empty result. Ensure the Id is correct and includes both domain and route parts.
  • Authentication errors: Failure to provide valid API credentials will result in authorization errors. Verify that the API key credential is correctly configured.
  • Network issues: Connectivity problems to the Maileroo API endpoint can cause timeouts or request failures. Check network access and endpoint availability.
  • Unexpected API responses: Changes in the external API could lead to unexpected output or errors. Review API documentation and update the node configuration accordingly.

Links and References

Discussion