TinyURL Shortener via Webhook — n8n ワークフロー
概要
This n8n template allows you to automatically create shortened URLs using the TinyURL API by simply sending a webhook request. It's a quick and efficient way to integrate URL shortening into your automated workflows, ideal for sharing long links in social media, emails, or other applications.
🔧 How it works Receive Link Webhook: This node acts as the entry point for the workflow. It listens for incoming POST requests and expects a JSON body containing the url to be shortened and your api_key fo
使用ノード
HTTP Request
ワークフロープレビュー
Create TinyURL
⚡
R
Receive Link Webhook
⚡
R
Respond with Shortened URL
3 nodes2 edges
仕組み
- 1
トリガー
このワークフローは webhook トリガーで開始します。
- 2
処理
データは 3 個のノードを流れます, connecting httprequest, respondtowebhook, webhook。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (3)
HT#1
HTTP Request
httpRequest
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
tinyurl-shortener-via-webhookファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "TinyURL Shortener via Webhook", "nodes": [...], ...}
インテグレーション
httprequestrespondtowebhookwebhook
作成者
ist00dent
@ist00dent
タグ
httprequestrespondtowebhookwebhook