SmugMug
smugmugSmugMug is a platform for photographers to showcase, share, and sell their photos and videos.
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ónThis 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.
SMUGMUG_GET_FOLDER_DETAILSAcciónThis 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_idstringObligatorioThe ID of the node (folder) to retrieve details for.
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 Node DetailsSMUGMUG_GET_NODE_DETAILSAcciónThis 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.
SMUGMUG_GET_NODE_DETAILSAcciónThis 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_idstringObligatorioThe unique identifier for the node (e.g., Album, Folder, Page).
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 User ProfileSMUGMUG_GET_USER_PROFILEAcciónRetrieves the public profile information for a smugmug user.
SMUGMUG_GET_USER_PROFILEAcciónRetrieves the public profile information for a smugmug user.
Parámetros de entrada
nick_namestringObligatorioThe NickName of the user to retrieve.
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
List Albums in FolderSMUGMUG_LIST_ALBUMS_IN_FOLDERAcciónThis 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.
SMUGMUG_LIST_ALBUMS_IN_FOLDERAcciónThis 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
countintegerThe number of items per page for pagination.
startintegerThe starting index for pagination.
folder_node_idstringObligatorioThe ID of the folder to retrieve albums from.
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
List Child NodesSMUGMUG_LIST_CHILD_NODESAcciónRetrieves a list of all child nodes (albums or folders) for a specified parent node in smugmug.
SMUGMUG_LIST_CHILD_NODESAcciónRetrieves a list of all child nodes (albums or folders) for a specified parent node in smugmug.
Parámetros de entrada
countintegerThe number of child nodes to retrieve per page.
startintegerThe starting index for pagination.
node_idstringObligatorioThe ID of the parent node for which to retrieve child nodes.
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