dub.co URL Shortener — n8n Workflow

Gemiddeld complexiteit Trigger8 knooppunten🏷️ Miscellaneous👁 821 weergavendoor Murtaja Ziad

Overzicht

A n8n workflow designed to shorten URLs using Dub.co API.

How it works: It shortens a url using Dub.co API, with the ability to use custom domains and projects. It updates the current shortened url if the slug has been already used.

Estimated Time: Around 15 minutes. Requirements: A Dub.co account. Configuration: Configure the "API Auth" node to add your Dub.co API key, project slug, and the long URL. There some extras that you're able to configure too. You will be able to do that by clicking

Gebruikte knooppunten

HTTP Request

Workflow-voorvertoning

Dub.co API Limits:
Dub’s API is capped at 10 requests per second per user.
Dub.co API
Create Link. Based on their API docs
Control Stack
README
Dub.co API Workflow Configuration
| Required | Input Field | Description
|----------|-----------------------|-------------------
W
When clicking "Test Work…
A
API Auth
CREATE
I
IF Slug available
RETRIEVE
UPDATE
S
Shortened URL
D
Done
8 nodes8 edges

Hoe het werkt

  1. 1

    Trigger

    De workflow start met een trigger-trigger.

  2. 2

    Verwerking

    Gegevens stromen door 8 knooppunten, connecting httprequest, if, manualtrigger.

  3. 3

    Uitvoer

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

Knooppuntdetails (8)

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 dubco-url-shortener 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": "dub.co URL Shortener", "nodes": [...], ...}

Integraties

httprequestifmanualtriggerset

Haal deze workflow op

Download en importeer met één klik

JSON downloadenBekijken op n8n.io
Knooppunten8
Complexiteitmedium
Triggertrigger
Weergaven821
CategorieMiscellaneous

Gemaakt door

Murtaja Ziad

Murtaja Ziad

@murtajaziad

Tags

httprequestifmanualtriggerset

Nieuw bij n8n?

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

n8n gratis ophalen →

Related Miscellaneous Workflows