Dub

Link management with Dub

Dub is an open-source link management platform for modern marketing teams. It provides powerful short link creation, analytics, and tracking capabilities with enterprise-grade infrastructure.

With the Dub integration in Sim, you can:

  • Create short links: Generate branded short links with custom domains, slugs, and UTM parameters
  • Upsert links: Create or update links idempotently by destination URL
  • Retrieve link info: Look up link details by ID, external ID, or domain + key combination
  • Update links: Modify destination URLs, metadata, UTM parameters, and link settings
  • Delete links: Remove short links by ID or external ID
  • List links: Search and filter links with pagination, sorting, and tag filtering
  • Get analytics: Retrieve click, lead, and sales analytics with grouping by time, geography, device, browser, referer, and more

In Sim, the Dub integration enables your agents to manage short links and track their performance programmatically. Use it to create trackable links as part of marketing workflows, monitor link engagement, and make data-driven decisions based on click analytics and conversion metrics.

Usage Instructions

Create, manage, and track short links with Dub. Supports custom domains, UTM parameters, link analytics, and more.

Tools

Create a new short link with Dub. Supports custom domains, slugs, UTM parameters, and more.

Input

ParameterTypeRequiredDescription
apiKeystringYesDub API key
urlstringYesThe destination URL of the short link
domainstringNoCustom domain for the short link (defaults to dub.sh)
keystringNoCustom slug for the short link (randomly generated if not provided)
externalIdstringNoExternal ID for the link in your database
tagIdsstringNoComma-separated tag IDs to assign to the link
commentsstringNoComments for the short link
expiresAtstringNoExpiration date in ISO 8601 format
passwordstringNoPassword to protect the short link
rewritebooleanNoWhether to enable link cloaking
archivedbooleanNoWhether to archive the link
titlestringNoCustom OG title for the link preview
descriptionstringNoCustom OG description for the link preview
utm_sourcestringNoUTM source parameter
utm_mediumstringNoUTM medium parameter
utm_campaignstringNoUTM campaign parameter
utm_termstringNoUTM term parameter
utm_contentstringNoUTM content parameter

Output

ParameterTypeDescription
idstringUnique ID of the created link
domainstringDomain of the short link
keystringSlug of the short link
urlstringDestination URL
shortLinkstringFull short link URL
qrCodestringQR code URL for the short link
archivedbooleanWhether the link is archived
externalIdstringExternal ID
titlestringOG title
descriptionstringOG description
tagsjsonTags assigned to the link (id, name, color)
clicksnumberNumber of clicks
leadsnumberNumber of leads
salesnumberNumber of sales
saleAmountnumberTotal sale amount in cents
lastClickedstringLast clicked timestamp
createdAtstringCreation timestamp
updatedAtstringLast update timestamp
utm_sourcestringUTM source parameter
utm_mediumstringUTM medium parameter
utm_campaignstringUTM campaign parameter
utm_termstringUTM term parameter
utm_contentstringUTM content parameter

Create or update a short link by its URL. If a link with the same URL already exists, update it. Otherwise, create a new link.

Input

ParameterTypeRequiredDescription
apiKeystringYesDub API key
urlstringYesThe destination URL of the short link
domainstringNoCustom domain for the short link (defaults to dub.sh)
keystringNoCustom slug for the short link (randomly generated if not provided)
externalIdstringNoExternal ID for the link in your database
tagIdsstringNoComma-separated tag IDs to assign to the link
commentsstringNoComments for the short link
expiresAtstringNoExpiration date in ISO 8601 format
passwordstringNoPassword to protect the short link
rewritebooleanNoWhether to enable link cloaking
archivedbooleanNoWhether to archive the link
titlestringNoCustom OG title for the link preview
descriptionstringNoCustom OG description for the link preview
utm_sourcestringNoUTM source parameter
utm_mediumstringNoUTM medium parameter
utm_campaignstringNoUTM campaign parameter
utm_termstringNoUTM term parameter
utm_contentstringNoUTM content parameter

Output

ParameterTypeDescription
idstringUnique ID of the link
domainstringDomain of the short link
keystringSlug of the short link
urlstringDestination URL
shortLinkstringFull short link URL
qrCodestringQR code URL for the short link
archivedbooleanWhether the link is archived
externalIdstringExternal ID
titlestringOG title
descriptionstringOG description
tagsjsonTags assigned to the link (id, name, color)
clicksnumberNumber of clicks
leadsnumberNumber of leads
salesnumberNumber of sales
saleAmountnumberTotal sale amount in cents
lastClickedstringLast clicked timestamp
createdAtstringCreation timestamp
updatedAtstringLast update timestamp
utm_sourcestringUTM source parameter
utm_mediumstringUTM medium parameter
utm_campaignstringUTM campaign parameter
utm_termstringUTM term parameter
utm_contentstringUTM content parameter

Retrieve information about a short link by its link ID, external ID, or domain + key combination.

Input

ParameterTypeRequiredDescription
apiKeystringYesDub API key
linkIdstringNoThe unique ID of the short link
externalIdstringNoThe external ID of the link in your database
domainstringNoThe domain of the link (use with key)
keystringNoThe slug of the link (use with domain)

Output

ParameterTypeDescription
idstringUnique ID of the link
domainstringDomain of the short link
keystringSlug of the short link
urlstringDestination URL
shortLinkstringFull short link URL
qrCodestringQR code URL for the short link
archivedbooleanWhether the link is archived
externalIdstringExternal ID
titlestringOG title
descriptionstringOG description
tagsjsonTags assigned to the link (id, name, color)
clicksnumberNumber of clicks
leadsnumberNumber of leads
salesnumberNumber of sales
saleAmountnumberTotal sale amount in cents
lastClickedstringLast clicked timestamp
createdAtstringCreation timestamp
updatedAtstringLast update timestamp
utm_sourcestringUTM source parameter
utm_mediumstringUTM medium parameter
utm_campaignstringUTM campaign parameter
utm_termstringUTM term parameter
utm_contentstringUTM content parameter

Update an existing short link. You can modify the destination URL, slug, metadata, UTM parameters, and more.

Input

ParameterTypeRequiredDescription
apiKeystringYesDub API key
linkIdstringYesThe link ID or external ID prefixed with ext_
urlstringNoNew destination URL
domainstringNoNew custom domain
keystringNoNew custom slug
titlestringNoCustom OG title
descriptionstringNoCustom OG description
externalIdstringNoExternal ID for the link
tagIdsstringNoComma-separated tag IDs
commentsstringNoComments for the short link
expiresAtstringNoExpiration date in ISO 8601 format
passwordstringNoPassword to protect the link
rewritebooleanNoWhether to enable link cloaking
archivedbooleanNoWhether to archive the link
utm_sourcestringNoUTM source parameter
utm_mediumstringNoUTM medium parameter
utm_campaignstringNoUTM campaign parameter
utm_termstringNoUTM term parameter
utm_contentstringNoUTM content parameter

Output

ParameterTypeDescription
idstringUnique ID of the updated link
domainstringDomain of the short link
keystringSlug of the short link
urlstringDestination URL
shortLinkstringFull short link URL
qrCodestringQR code URL for the short link
archivedbooleanWhether the link is archived
externalIdstringExternal ID
titlestringOG title
descriptionstringOG description
tagsjsonTags assigned to the link (id, name, color)
clicksnumberNumber of clicks
leadsnumberNumber of leads
salesnumberNumber of sales
saleAmountnumberTotal sale amount in cents
lastClickedstringLast clicked timestamp
createdAtstringCreation timestamp
updatedAtstringLast update timestamp
utm_sourcestringUTM source parameter
utm_mediumstringUTM medium parameter
utm_campaignstringUTM campaign parameter
utm_termstringUTM term parameter
utm_contentstringUTM content parameter

Delete a short link by its link ID or external ID (prefixed with ext_).

Input

ParameterTypeRequiredDescription
apiKeystringYesDub API key
linkIdstringYesThe link ID or external ID prefixed with ext_

Output

ParameterTypeDescription
idstringID of the deleted link

Retrieve a paginated list of short links for the authenticated workspace. Supports filtering by domain, search query, tags, and sorting.

Input

ParameterTypeRequiredDescription
apiKeystringYesDub API key
domainstringNoFilter by domain
searchstringNoSearch query matched against the short link slug and destination URL
tagIdsstringNoComma-separated tag IDs to filter by
showArchivedbooleanNoWhether to include archived links (defaults to false)
sortBystringNoSort by field: createdAt, clicks, saleAmount, or lastClicked
sortOrderstringNoSort order: asc or desc
pagenumberNoPage number (default: 1)
pageSizenumberNoNumber of links per page (default: 100, max: 100)

Output

ParameterTypeDescription
linksjsonArray of link objects (id, domain, key, url, shortLink, clicks, tags, createdAt)
countnumberNumber of links returned

dub_get_analytics

Retrieve analytics for links including clicks, leads, and sales. Supports filtering by link, time range, and grouping by various dimensions.

Input

ParameterTypeRequiredDescription
apiKeystringYesDub API key
eventstringNoEvent type: clicks (default), leads, sales, or composite
groupBystringNoGroup results by: count (default), timeseries, countries, cities, devices, browsers, os, referers, top_links, top_urls
linkIdstringNoFilter by link ID
externalIdstringNoFilter by external ID (prefix with ext_)
domainstringNoFilter by domain
intervalstringNoTime interval: 24h (default), 7d, 30d, 90d, 1y, mtd, qtd, ytd, or all
startstringNoStart date/time in ISO 8601 format (overrides interval)
endstringNoEnd date/time in ISO 8601 format (defaults to now)
countrystringNoFilter by country (ISO 3166-1 alpha-2 code)
timezonestringNoIANA timezone for timeseries data (defaults to UTC)

Output

ParameterTypeDescription
clicksnumberTotal number of clicks
leadsnumberTotal number of leads
salesnumberTotal number of sales
saleAmountnumberTotal sale amount in cents
datajsonGrouped analytics data (timeseries, countries, devices, etc.)

On this page

Start building today
Trusted by over 70,000 builders.
Build Agentic workflows visually on a drag-and-drop canvas or with natural language.
Get started