12. SharePoint Tool

OverviewConnects AEX to SharePoint Online for list and document operations within Microsoft 365.

Key capabilities

  • Create, update, and delete items in SharePoint lists.
  • Retrieve list items based on filters.
  • Fetch documents from a SharePoint site.

Functions

  • sharepoint_create_list_item – Creates a new item in a SharePoint list.
  • sharepoint_update_list_item – Updates an existing item in a SharePoint list.
  • sharepoint_delete_list_item – Deletes an item from a SharePoint list.
  • sharepoint_get_list_items – Retrieves items from a SharePoint list.
  • sharepoint_get_document – Fetches a specific document from SharePoint.

Configuration

  • Secrets: sharepoint_client_id, sharepoint_client_secret, sharepoint_tenant_id
  • Config: sharepoint_site_url

Typical AEX use cases

  • Forms and approvals stored in SharePoint lists.
  • Surfacing policy / HR / IT documents during employee help.