NAiOS IconNAiOS Logo
Volver al catálogo

L2s

l2s

L2S is a professional URL shortener offering advanced analytics, QR code generation, and team collaboration features.

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • idstringObligatorio

    Unique identifier of the shortened URL

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User SettingsL2S_L2_S_GET_USER_SETTINGSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Shortened URLsL2S_L2_S_LIST_URLSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Shorten URL with L2SL2S_L2_S_SHORTEN_URLAcción

Tool to shorten a given long url. use when you need a concise link representation.

Parámetros de entrada

  • urlstringObligatorio

    The long URL to be shortened.

  • tagsstring[]

    Tags associated with the shortened URL.

  • titlestring

    Title for the shortened URL.

  • utmTermstring

    UTM term parameter.

  • customKeystring

    Custom alias for the shortened URL.

  • utmMediumstring

    UTM medium parameter.

  • utmSourcestring

    UTM source parameter.

  • utmContentstring

    UTM content parameter.

  • utmCampaignstring

    UTM campaign parameter.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not