L2s
l2sL2S is a professional URL shortener offering advanced analytics, QR code generation, and team collaboration features.
Acciones disponibles (4)
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.
Get URL DetailsL2S_GET_URL_DETAILSAcciónTool to retrieve details of a shortened url. use when you need metadata about a specific shortened link. use after obtaining a valid url id.
L2S_GET_URL_DETAILSAcciónTool to retrieve details of a shortened url. use when you need metadata about a specific shortened link. use after obtaining a valid url id.
Parámetros de entrada
idstringObligatorioUnique identifier of the shortened URL
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 User SettingsL2S_L2_S_GET_USER_SETTINGSAcciónTool to retrieve current user's settings. use after authentication to fetch email, notification, and appearance preferences.
L2S_L2_S_GET_USER_SETTINGSAcciónTool to retrieve current user's settings. use after authentication to fetch email, notification, and appearance preferences.
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
List Shortened URLsL2S_L2_S_LIST_URLSAcciónTool to list all shortened urls. use after user authentication to retrieve the user's urls with pagination details.
L2S_L2_S_LIST_URLSAcciónTool to list all shortened urls. use after user authentication to retrieve the user's urls with pagination details.
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
Shorten URL with L2SL2S_L2_S_SHORTEN_URLAcciónTool to shorten a given long url. use when you need a concise link representation.
L2S_L2_S_SHORTEN_URLAcciónTool to shorten a given long url. use when you need a concise link representation.
Parámetros de entrada
urlstringObligatorioThe long URL to be shortened.
tagsstring[]Tags associated with the shortened URL.
titlestringTitle for the shortened URL.
utmTermstringUTM term parameter.
customKeystringCustom alias for the shortened URL.
utmMediumstringUTM medium parameter.
utmSourcestringUTM source parameter.
utmContentstringUTM content parameter.
utmCampaignstringUTM campaign parameter.
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