NAiOS IconNAiOS Logo
Volver al catálogo

Y gy

y_gy

y.gy is a URL shortener and QR code generator that allows users to create short, memorable links from long URLs, customize them with unique endings, and integrate with an API for programmatic link creation.

Acciones
8
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 (8)

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 Y.gy Short LinkY_GY_CREATE_SHORT_LINKAcción

Tool to create a new short link with optional custom domain or alias. use when you need to shorten a long url into a branded link.

Parámetros de entrada

  • urlstringObligatoriouri

    The original (long) URL to be shortened

  • customstring

    Custom slug/alias for the short link (alphanumeric, unique)

  • domainstring

    Custom domain for the short link (must be configured in your account)

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

Create TagY_GY_CREATE_TAGAcción

Tool to create a new tag. use after determining the tag name to categorize links.

Parámetros de entrada

  • namestringObligatorio

    The desired name for the new tag.

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

Delete Y.GY Short LinkY_GY_DELETE_SHORT_LINKAcción

Tool to delete a specific short link by its id. use when you need to remove a short link after confirming its id.

Parámetros de entrada

  • idstringObligatorio

    The unique ID of the short link to delete.

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

Delete a tag by IDY_GY_DELETE_TAGAcción

Tool to delete a tag. use when you need to remove a tag by its id after confirming it exists.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the tag to delete

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

Tool to fetch all short links with optional pagination. use when you need to list existing links with filters.

Parámetros de entrada

  • tagstring

    Filter links by tag

  • pageinteger

    Page number to retrieve

  • limitinteger

    Number of items per page

  • searchstring

    Search term to filter links

Parámetros de salida

  • dataobject[]Obligatorio

    List of link objects returned

  • pageintegerObligatorio

    Current page number

  • errorstring

    Error if any occurred during the execution of the action

  • limitintegerObligatorio

    Number of items per page

  • totalintegerObligatorio

    Total number of matching links

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get all tagsY_GY_GET_ALL_TAGSAcción

Tool to retrieve all tags associated with the organization. use when you need to list all available tags for categorizing resources.

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

Get Short Link DetailsY_GY_GET_SHORT_LINKAcción

Tool to retrieve details for a short link. use when you have a link id and need its metadata.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier for the short 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

Register UserY_GY_REGISTER_USERAcción

Tool to register a new user account. use when onboarding a new user to the y.gy system with their chosen username, password, and email.

Parámetros de entrada

  • emailstringObligatorio

    Email address for the new user account.

  • passwordstringObligatorio

    Password for the new user account.

  • usernamestringObligatorio

    Desired username for the new user account.

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