Generate and manage short links with GPT-4.1 and data storage
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER 🎉 Early Black Friday Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
This AI Agent helps you create short links from your original URLs.
Each generated short link is automatically stored in a database table for easy management and tracking.
How It Works
- Provide a long URL to the Agent.
- The Agent saves your original link in the database.
- It generates a short link in the following format:
Short link: https://{webhook_url}/webhook/shortLink?q={shortLinkId}
When users open the short link, they are automatically redirected to your original link.
How to Use
- Send your link to the Agent.
- The Agent will respond with a generated short link.
Requirements
- Add your
your_webhook_urlto the Config Node. - OpenAI account
- Create a database table named
ShortLinkwith the following columns:
| Column Name | Description |
|---|---|
originalLink |
Stores the full original URL. |
shortLinkId |
Stores the unique short link ID. |
Customization Options
- Add traffic tracking or analytics for each short link.
- Customize the redirect page to display your logo, message, or branding.