SharePoint
share_pointSharePoint is a Microsoft platform for document management and intranets, enabling teams to collaborate, store, and organize content securely and effectively
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ónCreates a new folder in sharepoint using the rest api.
SHARE_POINT_SHAREPOINT_CREATE_FOLDERAcciónCreates a new folder in sharepoint using the rest api.
Parámetros de entrada
folder_namestringObligatorioThe name of the folder to create.
relative_pathstringAdditional path within the document library (optional).
document_librarystringThe document library where the folder should be created.
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
Create SharePoint ListSHARE_POINT_SHAREPOINT_CREATE_LISTAcciónCreates a new list in sharepoint using the rest api.
SHARE_POINT_SHAREPOINT_CREATE_LISTAcciónCreates a new list in sharepoint using the rest api.
Parámetros de entrada
namestringObligatorioThe name of the list to create.
templatestringObligatorioThe template type for the list (e.g., 'genericList', 'documentLibrary', 'tasks', etc.).
descriptionstringDescription of the list (optional).
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
Create SharePoint List ItemSHARE_POINT_SHAREPOINT_CREATE_LIST_ITEMAcciónCreates a new item in a sharepoint list.
SHARE_POINT_SHAREPOINT_CREATE_LIST_ITEMAcciónCreates a new item in a sharepoint list.
Parámetros de entrada
list_namestringObligatorioThe name or title of the list where the item will be created.
item_propertiesobjectObligatorioDictionary of field names and values for the list item. Example: {'Title': 'New Item', 'Body': 'Content'}
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
Create SharePoint UserSHARE_POINT_SHAREPOINT_CREATE_USERAcciónCreates a new user in sharepoint.
SHARE_POINT_SHAREPOINT_CREATE_USERAcciónCreates a new user in sharepoint.
Parámetros de entrada
emailstringObligatorioEmail address of the user to create.
titlestringObligatorioDisplay name/title for the user.
login_namestringObligatorioLogin name for the user (must match Azure AD UPN).
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
Find SharePoint UserSHARE_POINT_SHAREPOINT_FIND_USERAcciónFinds a user in both microsoft graph and sharepoint to verify their existence and status.
SHARE_POINT_SHAREPOINT_FIND_USERAcciónFinds a user in both microsoft graph and sharepoint to verify their existence and status.
Parámetros de entrada
emailstringObligatorioEmail address of the user to find.
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
Remove SharePoint UserSHARE_POINT_SHAREPOINT_REMOVE_USERAcciónRemoves a user from sharepoint. will not fail if user doesn't exist.
SHARE_POINT_SHAREPOINT_REMOVE_USERAcciónRemoves a user from sharepoint. will not fail if user doesn't exist.
Parámetros de entrada
emailstringObligatorioEmail address of the user to remove.
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