TinyURL Shortener via Webhook — n8n Workflow

Laag complexiteit🔗 Webhook3 knooppunten🏷️ Miscellaneous👁 185 weergavendoor ist00dent

Overzicht

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

Gebruikte knooppunten

HTTP Request

Workflow-voorvertoning

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

Hoe het werkt

  1. 1

    Trigger

    De workflow start met een webhook-trigger.

  2. 2

    Verwerking

    Gegevens stromen door 3 knooppunten, connecting httprequest, respondtowebhook, webhook.

  3. 3

    Uitvoer

    De workflow voltooit zijn automatisering en levert het resultaat aan de geconfigureerde bestemming.

Knooppuntdetails (3)

HT

HTTP Request

httpRequest

#1

Hoe deze workflow te importeren

  1. 1Klik op de knop JSON downloaden rechts om het workflowbestand op te slaan.
  2. 2Open uw n8n-instantie. Ga naar Workflows → Nieuw → Importeren uit bestand.
  3. 3Selecteer het gedownloade bestand tinyurl-shortener-via-webhook en klik op Importeren.
  4. 4Stel inloggegevens in voor elk serviceknooppunt (API-sleutels, OAuth, enz.).
  5. 5Klik op Workflow testen om te controleren of alles werkt, activeer het vervolgens.

Of plak rechtstreeks in n8n → Importeren uit JSON:

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

Integraties

httprequestrespondtowebhookwebhook

Haal deze workflow op

Download en importeer met één klik

JSON downloadenBekijken op n8n.io
Knooppunten3
Complexiteitlow
Triggerwebhook
Weergaven185
CategorieMiscellaneous

Gemaakt door

ist00dent

ist00dent

@ist00dent

Tags

httprequestrespondtowebhookwebhook

Nieuw bij n8n?

n8n is een gratis open-source workflow-automatiseringstool. Host het zelf of gebruik de cloudversie.

n8n gratis ophalen →

Related Miscellaneous Workflows