NAiOS IconNAiOS Logo
Volver al catálogo

Linkhut

linkhut

LinkHut manages bookmarked links in a minimalistic, shareable interface, helping teams organize URLs and track references in one place

Acciones
5
Triggers
0
Autenticación
OAuth gestionado
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 (5)

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.

Add bookmarkLINKHUT_ADD_BOOKMARKAcción

Adds a new bookmark to linkhut. the bookmark can be marked as private/public and read/unread, with optional tags and notes.

Parámetros de entrada

  • urlstringObligatorio

    The URL of the webpage to bookmark

  • tagsstring

    Comma-separated list of tags for the bookmark

  • sharedboolean

    Whether the bookmark should be public (true) or private (false)

  • toreadboolean

    Whether to mark the bookmark as unread

  • extendedstring

    Additional notes or description for the bookmark

  • descriptionstringObligatorio

    The title or description of the bookmark

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 bookmarkLINKHUT_DELETE_BOOKMARKAcción

This tool allows users to delete a bookmark from their linkhut account by providing the bookmark url. it operates independently and only requires the url parameter to identify and remove the bookmark.

Parámetros de entrada

  • urlstringObligatorio

    The URL of the bookmark 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 tagsLINKHUT_GET_ALL_TAGSAcción

Retrieves a list of all tags and their usage counts for the authenticated user. no additional parameters required besides authentication.

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 bookmarksLINKHUT_GET_BOOKMARKSAcción

This tool retrieves all bookmarks from the user's linkhut account. it makes a get request to the api endpoint and handles authentication. the tool returns a list of bookmarks including details such as url, title, tags, notes, and timestamp.

Parámetros de entrada

  • tagstring

    Filter bookmarks by 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

Update BookmarkLINKHUT_UPDATE_BOOKMARKAcción

This tool allows users to update an existing bookmark in linkhut. the tool updates the metadata of a bookmark including its title, description, and tags.

Parámetros de entrada

  • urlstringObligatorio

    The URL of the bookmark to update

  • tagsstring

    Comma-separated list of tags for the bookmark

  • sharedboolean

    Whether the bookmark should be public (true) or private (false)

  • toreadboolean

    Whether to mark the bookmark as unread

  • extendedstring

    Additional notes or description for the bookmark

  • descriptionstring

    The new title or description of the bookmark

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