Skip to content

Microsoft SharePoint

Microsoft SharePoint is a web-based collaborative platform that integrates with Microsoft Office, providing document management, intranet, and content management features for organizations.

Categories: file-storage, communication

Type: microsoftSharePoint/v1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameLabelTypeControl TypeDescriptionRequired
clientIdClient IdSTRINGTEXTtrue
clientSecretClient SecretSTRINGTEXTtrue
tenantIdTenant IdSTRINGTEXTtrue

Actions

Create Folder

Name: createFolder

Creates a new folder at path you specify.

Properties

NameLabelTypeControl TypeDescriptionRequired
siteIdSite IDSTRINGSELECTtrue
parentFolderParent Folder IDSTRINGSELECTIf no folder is selected, file will be uploaded to root folder.false
nameFolder NameSTRINGTEXTtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
nameSTRINGTEXT

Create List

Name: createList

Creates a new list

Properties

NameLabelTypeControl TypeDescriptionRequired
siteIdSite IDSTRINGSELECTtrue
displayNameList NameSTRINGTEXTtrue
descriptionList DescriptionSTRINGTEXTtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
descriptionSTRINGTEXT
displayNameSTRINGTEXT

Create List Item

Name: createListItem

Creates a new item in a list.

Properties

NameLabelTypeControl TypeDescriptionRequired
siteIdSite IDSTRINGSELECTtrue
listIdList IDSTRINGSELECTtrue
columnsDYNAMIC_PROPERTIESnull

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT

Upload File

Name: uploadFile

Upload file to Microsoft SharePoint folder.

Properties

NameLabelTypeControl TypeDescriptionRequired
siteIdSite IDSTRINGSELECTtrue
parentFolderParent Folder IDSTRINGSELECTIf no folder is selected, file will be uploaded to root folderfalse
fileFileFILE_ENTRYFILE_ENTRYFile to upload.true

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT