Tinyurl
tinyurlTinyURL shortens lengthy URLs, generating concise links for easier sharing and managing, often used in social media and marketing campaigns
Acciones disponibles (1)
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 urlTINYURL_CREATE_SHORT_URLAcciónCreates a shortened url using tinyurl's api. this action takes a long url and returns a shortened version, with optional parameters for customization like domain, alias, tags, and expiration date.
TINYURL_CREATE_SHORT_URLAcciónCreates a shortened url using tinyurl's api. this action takes a long url and returns a shortened version, with optional parameters for customization like domain, alias, tags, and expiration date.
Parámetros de entrada
urlstringObligatorioThe long URL that needs to be shortened
tagsstring[]Tags to associate with the URL (optional)
aliasstringCustom alias for the shortened URL (optional)
domainstringThe domain to use for the shortened URL (optional)
expires_atstringExpiration date for the URL in ISO 8601 format (optional)
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