SharePoint Operations Through API

Uses SharePoint rest API's which removes dependency on external scripts

Top Benefits

  • Easily automates SharePoint operations
  • Plug-and-Play

Tasks

  • Get Authentication Token
  • Use Bearer token for subsequent SharePoint operations

This Bot performs the following SharePoint Operations:

1. Get Bearer Token
2. Delete File
3. Delete Folder
4. Create Folder
5. CheckIn File
6. CheckOut File
7. Get List from Sharepoint
8. Delete List from SharePoint

Prerequisites to make use of SharePoint API:

Client ID: SharePoint Site owner can create client ID from the site settings, and it is
used for authentication of the site.
Client Secret: SharePoint Site owner can create client secret from the site settings, and
it is used for authentication of the site.
Resource and Grant Type.

Get Bot

Free

Bot Security Program
Level 1
Applications
Business Process
Category
Downloads
969
Vendor
Automation Type
Bot
Last Updated
August 19, 2021
First Published
August 19, 2021
Platform
Automation 360
ReadMe
ReadMe
Support

See the Bot in Action

Bot actions in List view
Bot Actions in List view
Input variables
PREV NEXT
Bot actions in List view
Bot Actions in List view
Input variables

Setup Process

Install

Download the Bot and follow the instructions to install it in your AAE Control Room.

Configure

Open the Bot to configure your username and other settings the Bot will need (see the Installation Guide or ReadMe for details.)

Run

That's it - now the Bot is ready to get going!

Requirements and Inputs

  • Client ID
  • Client Secret
  • Resource
  • Path (File/Folder)
  • SharePointAuthURL
  • SharePointSiteURL
  • CheckInComment
  • SharePointOperation
  • Grant Type