> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SharePoint

> Browse the tools and triggers available for SharePoint in ActionKit.

## Tools

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/sharepoint/SHAREPOINT_SAVE_FILE" title="Save File" horizontal />

  <Card href="/actionkit/integrations/sharepoint/SHAREPOINT_CREATE_ITEM" title="Create Item" horizontal />

  <Card href="/actionkit/integrations/sharepoint/SHAREPOINT_UPDATE_ITEM" title="Update Item" horizontal />

  <Card href="/actionkit/integrations/sharepoint/SHAREPOINT_GET_ITEM_BY_ID" title="Get Item By ID" horizontal />

  <Card href="/actionkit/integrations/sharepoint/SHAREPOINT_GET_ITEMS_IN_A_LIST" title="Get Items In A List" horizontal />

  <Card href="/actionkit/integrations/sharepoint/SHAREPOINT_DELETE_ITEM" title="Delete Item" horizontal />

  <Card href="/actionkit/integrations/sharepoint/SHAREPOINT_CREATE_LIST" title="Create List" horizontal />

  <Card href="/actionkit/integrations/sharepoint/SHAREPOINT_GET_LIST_BY_ID" title="Get List By ID" horizontal />

  <Card href="/actionkit/integrations/sharepoint/SHAREPOINT_GET_LISTS" title="Get Lists" horizontal />

  <Card href="/actionkit/integrations/sharepoint/SHAREPOINT_GET_LIST_COLUMNS" title="Get List Columns" horizontal />

  <Card href="/actionkit/integrations/sharepoint/SHAREPOINT_CREATE_LIST_COLUMN" title="Create List Column" horizontal />
</CardGroup>

<Info>**Don't see the tool you need?** Define your own using [Custom Tools](/actionkit/custom-tools).</Info>

## Triggers

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/sharepoint/triggers/SHAREPOINT_TRIGGER_ITEM_CREATED" title="Item Created" horizontal />

  <Card href="/actionkit/integrations/sharepoint/triggers/SHAREPOINT_TRIGGER_ITEM_UPDATED" title="Item Updated" horizontal />

  <Card href="/actionkit/integrations/sharepoint/triggers/SHAREPOINT_TRIGGER_FILE_DELETED" title="File Deleted" horizontal>
    Trigger when a File is deleted from the Documents list in SharePoint
  </Card>

  <Card href="/actionkit/integrations/sharepoint/triggers/SHAREPOINT_TRIGGER_PAGE_MODIFIED" title="Page Modified" horizontal>
    Trigger when a Site Page is created or updated in SharePoint
  </Card>
</CardGroup>

<Info>**Don't see the trigger you need?** Define your own using [Custom Webhooks](/resources/custom-webhooks).</Info>
