What do you want to automate

with Microsoft Sharepoint and Notion (API Key)?

Prompt, edit and deploy AI agents that connect to Microsoft Sharepoint, Notion (API Key) and 3,000+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Append Block to Parent with Notion (API Key) API on New File Created from Microsoft Sharepoint Online API
Microsoft Sharepoint + Notion (API Key)
 
Try it
Append Block to Parent with Notion (API Key) API on New Folder Created from Microsoft Sharepoint Online API
Microsoft Sharepoint + Notion (API Key)
 
Try it
Append Block to Parent with Notion (API Key) API on New List Item from Microsoft Sharepoint API
Microsoft Sharepoint + Notion (API Key)
 
Try it
Append Block to Parent with Notion (API Key) API on Updated List Item from Microsoft Sharepoint API
Microsoft Sharepoint + Notion (API Key)
 
Try it
Create Comment with Notion (API Key) API on New File Created from Microsoft Sharepoint Online API
Microsoft Sharepoint + Notion (API Key)
 
Try it
New Comment Created from the Notion (API Key) API

Emit new event when a new comment is created in a page or block. See the documentation

 
Try it
New Data Source Created from the Notion (API Key) API

Emit new event when a data source is created. See the documentation

 
Try it
New or Updated Page in Data Source (By Property) from the Notion (API Key) API

Emit new event when a page is created or updated in the selected data source. See the documentation

 
Try it
New File Created from the Microsoft Sharepoint API

Emit new event when a new file is created in Microsoft Sharepoint.

 
Try it
New Page in Data Source from the Notion (API Key) API

Emit new event when a page is created in the selected data source. See the documentation

 
Try it
Create Folder with the Microsoft Sharepoint API

Create a new folder in SharePoint. See the documentation

 
Try it
Append Block to Parent with the Notion (API Key) API

Append new and/or existing blocks to the specified parent. See the documentation

 
Try it
Create Item with the Microsoft Sharepoint API

Create a new item in Microsoft Sharepoint. See the documentation

 
Try it
Create Comment with the Notion (API Key) API

Create a comment in a page or existing discussion thread. See the documentation

 
Try it
Create Link with the Microsoft Sharepoint API

Create a sharing link for a DriveItem. See the documentation

 
Try it
Integrate the Microsoft Sharepoint API with the Notion (API Key) API
Setup the Microsoft Sharepoint API trigger to run a workflow which integrates with the Notion (API Key) API. Pipedream's integration platform allows you to integrate Microsoft Sharepoint and Notion (API Key) remarkably fast. Free for developers.

Overview of Microsoft Sharepoint

The Microsoft SharePoint Online API opens up a world of possibilities for integrating your SharePoint content with other services and automating tasks. With Pipedream, you can harness this API to create powerful workflows that trigger on events in SharePoint, manipulate data, and connect with countless other apps. Create custom automations for document management, team notifications, content moderation, and more, without the need to manage infrastructure.

Connect Microsoft Sharepoint

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    sharepoint: {
      type: "app",
      app: "sharepoint",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://graph.microsoft.com/v1.0/me`,
      headers: {
        Authorization: `Bearer ${this.sharepoint.$auth.oauth_access_token}`,
      },
    })
  },
})

Connect Notion (API Key)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    notion_api_key: {
      type: "app",
      app: "notion_api_key",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.notion.com/v1/users/me`,
      headers: {
        Authorization: `Bearer ${this.notion_api_key.$auth.api_secret}`,
        "Notion-Version": `2021-08-16`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo