
SharePoint Connector
SharePoint Connector Overview
Features
The connector runs on windows with framework 4.7 installed.
FUNCTIONALITIES
3.1 Check File
Functionality to check the presence of a file on a document list.
3.1.1 Input
• User (string) - login credential
• Password (string) - login credential password
• Domain (string) - user domain
• SiteUrl (string) - site application url
• ListName (string) - name of the document list
• RelativePath (string) - eventual tree starting from the document list
• Filename (string) - name of the file to search for
3.1.2 Output
• Response (string) - Result (true/false) to highlight the presence of the file.
• Error (string) - Any error found during the execution of the function.
3.2 Write File
Functionality to add a new document to a document list.
3.2.1 Input
• User (string) - login credential
• Password (string) - login credential password
• Domain (string) - user domain
• SiteUrl (string) - site application url
• ListName (string) - name of the document list
• RelativePath (string) - eventual tree starting from the document list
• Filename (string) - name of the file to search for
• Binary (string) - binary of the file to load into base64
3.2.2 Output
• Response (string) - Result (true / false) to highlight the presence of the file.
• Error (string) - Any error found during the execution of the function.
Benefits
The connector enables bots to interact with Sharepoint, writing and checking files based on the rules implemented in the bot itself
Technical Details
Inputs
The connector runs on windows with framework 4.7 installed.
Outputs
See the "Features" section.
