← Tools Reference

U301

U301 integration (Marketing, Productivity). Imported from open-connector.

API key3 toolshttps://api.u301.com
POST
u301_shorten_link
Create one U301 short link for a destination URL.

/v3/shorten/bulk

6 parameters
ParamTypeRequiredDescription
urlstringrequiredThe destination URL to shorten.
domainstringoptionalThe domain to use for the short link.
slugstringoptionalThe custom slug to use instead of a random code.
reuseExistingbooleanoptionalWhether U301 should reuse an existing short link when the destination URL alrea…
passwordstringoptionalAn optional password required before opening the short link.
commentstringoptionalAn optional note stored with the short link.
DELETE
u301_delete_link
Delete one U301 short link by its domain/slug identifier.

/v3/shorten/{shortlink}

1 parameter
ParamTypeRequiredDescription
shortlinkstringrequiredThe short link identifier in the form domain/slug, for example u301.co/abc123.
GET
u301_list_domains
List the U301 short-link domains available in the connected workspace.

/v3/shorten/domains