Overview
Add TinyURL to any ModuleX agent or workflow. URL shortening, analytics retrieval, and link-metadata updates against the TinyURL REST API (api.tinyurl.com).
Categories: Marketing & Advertising · Utilities · Link · Miscellaneous · Auth: API Token · Actions: 3
Authentication
API Token Authentication
Authenticate using your TinyURL API tokenStep 1
Log in to your TinyURL account at https://tinyurl.com
Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| TinyURL API Token | Your TinyURL API token for authentication | Yes | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
Available Actions
create_shortened_link — Create a new shortened URL with optional custom alias, tags, and expiration settings
create_shortened_link — Create a new shortened URL with optional custom alias, tags, and expiration settings
retrieve_link_analytics — Get analytics for a TinyURL including total clicks, geographic breakdowns, and device types. Requires paid account
retrieve_link_analytics — Get analytics for a TinyURL including total clicks, geographic breakdowns, and device types. Requires paid account
update_link_metadata — Update the metadata of an existing TinyURL including domain, alias, analytics settings, and expiration
update_link_metadata — Update the metadata of an existing TinyURL including domain, alias, analytics settings, and expiration
Parameters
Current domain of the TinyURL
Current alias of the TinyURL
New domain to switch to
New alias to switch to
Enable or disable click analytics collection
New tags (overwrites existing). Paid only
New expiration ISO8601 datetime. Paid only
New description for the alias
Response
Limits & Quotas
- Free tier: shortening only; analytics + tags + expiration require
a paid plan. Non-2xx responses are surfaced as
success=False+ parsederror.