n8n-nodes-dub
Installation |
Credentials |
Resources |
Development |
License
n8n community node for integrating Dub link management into your n8n workflows.
Installation
- Make a new workflow or open an existing one
- Open the nodes panel by selecting + or pressing Tab
- Search for Dub
- Select Install to install the node for your instance
Credentials
- Obtain an API token from dub.co/settings/tokens
- Create new credentials in n8n by selecting Dub API
- Enter your API token in the token field
Resources
Analytics
| Operation |
Description |
| Get |
Retrieve analytics for a link, domain, or workspace |
Commissions
| Operation |
Description |
| Get Many |
Retrieve a list of commissions for a program |
| Update |
Update an existing commission amount |
Conversions
| Operation |
Description |
| Track Lead |
Record a lead conversion for a short link |
| Track Sale |
Record a sale conversion for a short link |
Customers
| Operation |
Description |
| Get |
Retrieve a specific customer by ID |
| Get Many |
Retrieve a paginated list of customers |
| Update |
Update customer information |
| Delete |
Delete a customer from the workspace |
Domains
| Operation |
Description |
| Create |
Create a custom domain for the workspace |
| Get |
Retrieve a specific domain by slug |
| Update |
Update domain settings and configurations |
| Delete |
Delete a domain from the workspace |
Folders
| Operation |
Description |
| Create |
Create a folder for organizing links |
| Get |
Retrieve a specific folder by ID |
| Update |
Update folder properties |
| Delete |
Delete a folder from the workspace |
Links
| Operation |
Description |
| Create |
Create a new short link |
| Get |
Get a specific short link by ID, key, or external ID |
| Get Many |
Get a paginated list of short links |
| Update |
Update an existing short link |
| Delete |
Delete a short link |
| Create or Update |
Create or update a short link based on external ID |
| Bulk Create |
Create multiple short links in a single request |
| Bulk Update |
Update multiple short links with identical data |
| Bulk Delete |
Delete multiple short links in a single request |
Partners
| Operation |
Description |
| Create |
Create or register a new partner in your program |
| Get |
Get a specific partner by email, partner ID, or tenant ID |
| Get Many |
Get a paginated list of all partners |
| Update |
Update partner information |
Tags
| Operation |
Description |
| Create |
Create a tag for organizing links |
| Get Many |
Get a paginated list of all tags |
| Update |
Update tag properties |
Development
git clone https://github.com/hansdoebel/n8n-nodes-dub.git
cd n8n-nodes-dub
npm install
npm run build
npm run lint
License
MIT
GitHub |
Issues |
Dub Docs