Y gy
y_gyy.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 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ónTool 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.
Y_GY_CREATE_SHORT_LINKAcciónTool 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
urlstringObligatoriouriThe original (long) URL to be shortened
customstringCustom slug/alias for the short link (alphanumeric, unique)
domainstringCustom domain for the short link (must be configured in your account)
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
Create TagY_GY_CREATE_TAGAcciónTool to create a new tag. use after determining the tag name to categorize links.
Y_GY_CREATE_TAGAcciónTool to create a new tag. use after determining the tag name to categorize links.
Parámetros de entrada
namestringObligatorioThe desired name for the new tag.
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
Delete Y.GY Short LinkY_GY_DELETE_SHORT_LINKAcciónTool to delete a specific short link by its id. use when you need to remove a short link after confirming its id.
Y_GY_DELETE_SHORT_LINKAcciónTool 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
idstringObligatorioThe unique ID of the short link to delete.
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
Delete a tag by IDY_GY_DELETE_TAGAcciónTool to delete a tag. use when you need to remove a tag by its id after confirming it exists.
Y_GY_DELETE_TAGAcciónTool to delete a tag. use when you need to remove a tag by its id after confirming it exists.
Parámetros de entrada
idstringObligatorioThe unique identifier of the tag to delete
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 all linksY_GY_GET_ALL_LINKSAcciónTool to fetch all short links with optional pagination. use when you need to list existing links with filters.
Y_GY_GET_ALL_LINKSAcciónTool to fetch all short links with optional pagination. use when you need to list existing links with filters.
Parámetros de entrada
tagstringFilter links by tag
pageintegerPage number to retrieve
limitintegerNumber of items per page
searchstringSearch term to filter links
Parámetros de salida
dataobject[]ObligatorioList of link objects returned
pageintegerObligatorioCurrent page number
errorstringError if any occurred during the execution of the action
limitintegerObligatorioNumber of items per page
totalintegerObligatorioTotal number of matching links
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get all tagsY_GY_GET_ALL_TAGSAcciónTool to retrieve all tags associated with the organization. use when you need to list all available tags for categorizing resources.
Y_GY_GET_ALL_TAGSAcciónTool 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
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 Short Link DetailsY_GY_GET_SHORT_LINKAcciónTool to retrieve details for a short link. use when you have a link id and need its metadata.
Y_GY_GET_SHORT_LINKAcciónTool to retrieve details for a short link. use when you have a link id and need its metadata.
Parámetros de entrada
idstringObligatorioUnique identifier for the short 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
Register UserY_GY_REGISTER_USERAcciónTool to register a new user account. use when onboarding a new user to the y.gy system with their chosen username, password, and email.
Y_GY_REGISTER_USERAcciónTool 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
emailstringObligatorioEmail address for the new user account.
passwordstringObligatorioPassword for the new user account.
usernamestringObligatorioDesired username for the new user account.
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