NAiOS IconNAiOS Logo
Volver al catálogo

SharePoint

share_point

SharePoint is a Microsoft platform for document management and intranets, enabling teams to collaborate, store, and organize content securely and effectively

Acciones
6
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 (6)

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 SharePoint FolderSHARE_POINT_SHAREPOINT_CREATE_FOLDERAcción

Creates a new folder in sharepoint using the rest api.

Parámetros de entrada

  • folder_namestringObligatorio

    The name of the folder to create.

  • relative_pathstring

    Additional path within the document library (optional).

  • document_librarystring

    The document library where the folder should be created.

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

Create SharePoint ListSHARE_POINT_SHAREPOINT_CREATE_LISTAcción

Creates a new list in sharepoint using the rest api.

Parámetros de entrada

  • namestringObligatorio

    The name of the list to create.

  • templatestringObligatorio

    The template type for the list (e.g., 'genericList', 'documentLibrary', 'tasks', etc.).

  • descriptionstring

    Description of the list (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

Create SharePoint List ItemSHARE_POINT_SHAREPOINT_CREATE_LIST_ITEMAcción

Creates a new item in a sharepoint list.

Parámetros de entrada

  • list_namestringObligatorio

    The name or title of the list where the item will be created.

  • item_propertiesobjectObligatorio

    Dictionary of field names and values for the list item. Example: {'Title': 'New Item', 'Body': 'Content'}

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

Create SharePoint UserSHARE_POINT_SHAREPOINT_CREATE_USERAcción

Creates a new user in sharepoint.

Parámetros de entrada

  • emailstringObligatorio

    Email address of the user to create.

  • titlestringObligatorio

    Display name/title for the user.

  • login_namestringObligatorio

    Login name for the user (must match Azure AD UPN).

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

Find SharePoint UserSHARE_POINT_SHAREPOINT_FIND_USERAcción

Finds a user in both microsoft graph and sharepoint to verify their existence and status.

Parámetros de entrada

  • emailstringObligatorio

    Email address of the user to find.

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

Remove SharePoint UserSHARE_POINT_SHAREPOINT_REMOVE_USERAcción

Removes a user from sharepoint. will not fail if user doesn't exist.

Parámetros de entrada

  • emailstringObligatorio

    Email address of the user to remove.

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