View as Markdown
Linkly icon

Linkly ACTION

Update Link

Update an existing short link via POST /api/v1/link (with id) — change its destination URL, slug, name, or custom domain without breaking the existing short URL. See the documentation.
  • Action
  • Writes data
  • API key
  • SDK
  • MCP

IMPLEMENTATION

Call this tool

Connect a user's Linkly account once, then configure and run Update Link from your backend or agent.

SCHEMA

Inputs

Pipedream supplies the connected account. Your application provides the operation-specific values below. Dynamic inputs are resolved against that user's account.

Update Link inputs
Property Type Description
linkId Link ID string
The ID of the Linkly link
Required Dynamic
url URL string
New destination URL for the link (leave empty to keep the current value).
Optional
name Name string
Nickname for the link, shown in your Linkly dashboard
Optional
domain Domain string
Custom domain to use for the short URL (e.g. links.example.com). Leave empty to use the default Linkly domain. A custom slug requires a custom domain.
Optional Dynamic
slug Slug string
Custom slug for the short URL (e.g. summer-sale). Requires a custom Domain to be set; leave empty to auto-generate.
Optional

REFERENCE

Tool details

Behavior hints are published with the component in the Pipedream registry and surface as MCP tool annotations, so an agent can reason about a tool before it calls it.

Registry key
linkly-update-link
Version
0.0.2
App
Linkly
Authentication
API key
Read-only
No
Destructive
No
Open world
Yes