TinyURL Shortener via Webhook — Workflow n8n

Faible complexitĂ©đŸ”— Webhook3 nƓudsđŸ·ïž Miscellaneous👁 185 vuespar ist00dent

Aperçu

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

NƓuds utilisĂ©s

HTTP Request

Aperçu du workflow

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

Comment ça fonctionne

  1. 1

    Déclencheur

    Le workflow démarre avec un déclencheur webhook.

  2. 2

    Traitement

    Les donnĂ©es transitent par 3 nƓuds, connecting httprequest, respondtowebhook, webhook.

  3. 3

    Sortie

    Le workflow termine son automatisation et livre le résultat à la destination configurée.

DĂ©tails des nƓuds (3)

HT

HTTP Request

httpRequest

#1

Comment importer ce workflow

  1. 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
  2. 2Ouvrez votre instance n8n. AccĂ©dez Ă  Workflows → Nouveau → Importer depuis un fichier.
  3. 3Sélectionnez le fichier tinyurl-shortener-via-webhook téléchargé et cliquez sur Importer.
  4. 4Configurez les identifiants pour chaque nƓud de service (clĂ©s API, OAuth, etc.).
  5. 5Cliquez sur Tester le workflow pour vérifier que tout fonctionne, puis activez-le.

Ou collez directement dans n8n → Importer depuis JSON :

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

Intégrations

httprequestrespondtowebhookwebhook

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
NƓuds3
Complexitélow
Déclencheurwebhook
Vues185
CatégorieMiscellaneous

Créé par

ist00dent

ist00dent

@ist00dent

Tags

httprequestrespondtowebhookwebhook
⚡

Nouveau sur n8n ?

n8n est un outil d'automatisation de workflows gratuit et open-source. HĂ©bergez-le vous-mĂȘme ou utilisez la version cloud.

Obtenir n8n gratuitement →

Related Miscellaneous Workflows