NAiOS IconNAiOS Logo
Volver al catálogo

Short Menu

short_menu

Short Menu is a URL shortening application that allows users to create and manage short links efficiently.

Acciones
2
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 (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ón

Tool 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

  • urlstringObligatorio

    The original URL to be shortened

  • slugstring

    Custom slug for the link (alphanumeric, unique). If not provided, the system will auto-generate one.

  • tagsstring[]

    List of tags to categorize the link

  • domainstring

    Custom domain to use for the generated short link

  • passwordstring

    Password to protect the link (plain text)

  • pixel_idsstring[]

    Analytics pixel identifiers to attach to the link

  • expires_atstring

    ISO8601 timestamp when the link should expire

  • descriptionstring

    An optional note or description for this link

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

Tool 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

  • 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