n8n-nodes-dub
v0.0.2
Published
Dub.io API community node for n8n — automate link shortening.
Maintainers
Readme
n8n-nodes-dub
This is an n8n community node for integrating Dub.co link management into your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
- Go to Settings > Community Nodes
- Select Install
- Type
n8n-nodes-dubinto npm Package Name - Agree to the risks of using community nodes
- Select Install
Operations
Links
- Create - Create a new short link
- Get - Retrieve a short link by ID, key+domain, or external ID
- Update - Update an existing short link
- Delete - Delete a short link
- Upsert - Create or update a short link
- Bulk Create - Create up to 100 short links in one request
- Bulk Update - Update up to 100 short links with identical data
- Bulk Delete - Delete up to 100 short links
- Get Many - List short links with pagination and filtering
Credentials
To use this node, you need a Dub API token.
Authentication
This node uses Bearer token authentication. You will need:
- API Token – Your Dub API access token from dub.co/settings/tokens
Resources
Version history
- 0.0.2 – Added bulk operations and link management
- 0.0.1 – Initial release
