Skip to content

Microsoft SharePoint

Reference


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]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT
Tenant IdSTRINGTEXT

Actions

Create folder

Creates a new folder at path you specify.

Properties

NameTypeControl TypeDescription
SiteSTRINGSELECT
Parent folderSTRINGSELECTIf no folder is selected, file will be uploaded to root folder.
Folder nameSTRINGTEXT

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT

Create list

Creates a new list

Properties

NameTypeControl TypeDescription
SiteSTRINGSELECT
List nameSTRINGTEXT
List descriptionSTRINGTEXT

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT

Create list item

Creates a new item in a list.

Properties

NameTypeControl TypeDescription
SiteSTRINGSELECT
ListSTRINGSELECT
DYNAMIC_PROPERTIESnull

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT

Upload file

Upload file to Microsoft SharePoint folder.

Properties

NameTypeControl TypeDescription
SiteSTRINGSELECT
Parent folderSTRINGSELECTIf no folder is selected, file will be uploaded to root folder
FileFILE_ENTRYFILE_ENTRYFile to upload.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT