n8n-nodes-tly
v0.1.0
Published
Official n8n community node for the T.LY URL Shortener API.
Maintainers
Readme
n8n-nodes-tly
Official n8n community node for the T.LY URL Shortener.
Operations
- Create a short link
- Get a short link
- Update a short link
- Delete a short link
- Expand a short link
- Get short-link statistics
Installation
Once verified, install T.LY from the nodes panel in n8n. Self-hosted n8n users can also install the npm package directly:
n8n-nodes-tlyCredentials
- Sign in to T.LY.
- Open API settings.
- Create or copy an API token.
- In n8n, create a T.LY API credential and paste the token.
The credential is sent to https://api.t.ly as a bearer token.
Development
npm install
npm run lint
npm run buildRun npm run dev to load the node in a local n8n development instance.
License
MIT
