NAiOS IconNAiOS Logo
Volver al catálogo

SmugMug

smugmug

SmugMug is a platform for photographers to showcase, share, and sell their photos and videos.

Acciones
5
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 (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.

Get Folder DetailsSMUGMUG_GET_FOLDER_DETAILSAcción

This tool retrieves the details of a specific folder for a smugmug user using its node id. tags = ["important", "openworldhint", "readonlyhint"] creation and modification dates, node id, and optionally the uri of the album set as the highlight.

Parámetros de entrada

  • node_idstringObligatorio

    The ID of the node (folder) to retrieve details for.

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 Node DetailsSMUGMUG_GET_NODE_DETAILSAcción

This tool retrieves the details for a specific node (e.g., album, folder, page) using its unique nodeid. it uses the api endpoint get /api/v2/node/{nodeid} to fetch details such as uri, nodeid, name, type, and urlpath.

Parámetros de entrada

  • node_idstringObligatorio

    The unique identifier for the node (e.g., Album, Folder, Page).

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 User ProfileSMUGMUG_GET_USER_PROFILEAcción

Retrieves the public profile information for a smugmug user.

Parámetros de entrada

  • nick_namestringObligatorio

    The NickName of the user to retrieve.

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

List Albums in FolderSMUGMUG_LIST_ALBUMS_IN_FOLDERAcción

This tool retrieves a list of all albums within a specified user's folder on smugmug. it allows for pagination to handle large numbers of albums.

Parámetros de entrada

  • countinteger

    The number of items per page for pagination.

  • startinteger

    The starting index for pagination.

  • folder_node_idstringObligatorio

    The ID of the folder to retrieve albums from.

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

List Child NodesSMUGMUG_LIST_CHILD_NODESAcción

Retrieves a list of all child nodes (albums or folders) for a specified parent node in smugmug.

Parámetros de entrada

  • countinteger

    The number of child nodes to retrieve per page.

  • startinteger

    The starting index for pagination.

  • node_idstringObligatorio

    The ID of the parent node for which to retrieve child nodes.

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