TinyURL Shortener via Webhook — n8n ワークフロー

複雑度🔗 Webhook3個のノード🏷️ Miscellaneous👁 185回閲覧作成者:ist00dent

概要

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

ワークフロープレビュー

This node sends a POST request to the TinyURL
This node sends the response from the TinyURL
Create TinyURL
R
Receive Link Webhook
R
Respond with Shortened URL
3 nodes2 edges

仕組み

  1. 1

    トリガー

    このワークフローは webhook トリガーで開始します。

  2. 2

    処理

    データは 3 個のノードを流れます, connecting httprequest, respondtowebhook, webhook。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (3)

HT

HTTP Request

httpRequest

#1

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした tinyurl-shortener-via-webhook ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

{ "name": "TinyURL Shortener via Webhook", "nodes": [...], ...}

インテグレーション

httprequestrespondtowebhookwebhook

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード3
複雑度low
トリガーwebhook
閲覧数185
カテゴリMiscellaneous

作成者

ist00dent

ist00dent

@ist00dent

タグ

httprequestrespondtowebhookwebhook

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →

Related Miscellaneous Workflows