NAiOS IconNAiOS Logo
Volver al catálogo

Tinyurl

tinyurl

TinyURL shortens lengthy URLs, generating concise links for easier sharing and managing, often used in social media and marketing campaigns

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

Creates 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

  • urlstringObligatorio

    The long URL that needs to be shortened

  • tagsstring[]

    Tags to associate with the URL (optional)

  • aliasstring

    Custom alias for the shortened URL (optional)

  • domainstring

    The domain to use for the shortened URL (optional)

  • expires_atstring

    Expiration date for the URL in ISO 8601 format (optional)

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