Short Menu
short_menuShort Menu is a URL shortening application that allows users to create and manage short links efficiently.
Acciones disponibles (2)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Short LinkSHORT_MENU_CREATE_LINKAcciónTool to create a new shortened link. use when you need to generate a short url with optional custom parameters like domain, tags, slug, etc. use after gathering the target url and any metadata.
SHORT_MENU_CREATE_LINKAcciónTool to create a new shortened link. use when you need to generate a short url with optional custom parameters like domain, tags, slug, etc. use after gathering the target url and any metadata.
Parámetros de entrada
urlstringObligatorioThe original URL to be shortened
slugstringCustom slug for the link (alphanumeric, unique). If not provided, the system will auto-generate one.
tagsstring[]List of tags to categorize the link
domainstringCustom domain to use for the generated short link
passwordstringPassword to protect the link (plain text)
pixel_idsstring[]Analytics pixel identifiers to attach to the link
expires_atstringISO8601 timestamp when the link should expire
descriptionstringAn optional note or description for this link
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Custom DomainsSHORT_MENU_GET_DOMAINSAcciónTool to retrieve available custom domains. use when you need to display or select a domain for shortening links.
SHORT_MENU_GET_DOMAINSAcciónTool to retrieve available custom domains. use when you need to display or select a domain for shortening links.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not