What do you want to automate

with Microsoft Sharepoint Online and Loop Returns?

Prompt, edit and deploy AI agents that connect to Microsoft Sharepoint Online, Loop Returns and 2,500+ 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
Cancel Return with Loop Returns API on New List Item from Microsoft Sharepoint Online API
Microsoft Sharepoint Online + Loop Returns
 
Try it
Cancel Return with Loop Returns API on Updated List Item from Microsoft Sharepoint Online API
Microsoft Sharepoint Online + Loop Returns
 
Try it
Create Item with Microsoft Sharepoint Online API on Label Updated (Instant) from Loop Returns API
Loop Returns + Microsoft Sharepoint Online
 
Try it
Create Item with Microsoft Sharepoint Online API on New Return Created (Instant) from Loop Returns API
Loop Returns + Microsoft Sharepoint Online
 
Try it
Create Item with Microsoft Sharepoint Online API on Return Status Updated (Instant) from Loop Returns API
Loop Returns + Microsoft Sharepoint Online
 
Try it
Label Updated (Instant) from the Loop Returns API

Emit new event when a label is updated. See the documentation

 
Try it
New List Item from the Microsoft Sharepoint Online API

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

 
Try it
New Return Created (Instant) from the Loop Returns API

Emit new event when a new return is created. See the documentation

 
Try it
Updated List Item from the Microsoft Sharepoint Online API

Emit new event when a list is updated in Microsoft Sharepoint.

 
Try it
Return Status Updated (Instant) from the Loop Returns API

Emit new event when the status of a return has been updated. See the documentation

 
Try it
Create Item with the Microsoft Sharepoint Online API

Create a new item in Microsoft Sharepoint. See the documentation

 
Try it
Cancel Return with the Loop Returns API

Cancels a pending return request in Loop. See the documentation

 
Try it
Create List with the Microsoft Sharepoint Online API

Create a new list in Microsoft Sharepoint. See the documentation

 
Try it
Flag Return with the Loop Returns API

Flags a particular return as important inside Loop. Requires return ID as a mandatory prop. See the documentation

 
Try it
Download File with the Microsoft Sharepoint Online API

Download a Microsoft Sharepoint file to the /tmp directory. See the documentation

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

Overview of Microsoft Sharepoint Online

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 Online

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}`,
      },
    })
  },
})

Overview of Loop Returns

The Loop Returns API enables merchants to automate and streamline their returns and exchanges process. It offers endpoints that allow you to initiate returns, update return states, and manage return-related data, all programmable to fit into your existing e-commerce and customer service workflows. With Pipedream, you can trigger workflows based on events in Loop, or use actions to call the Loop API directly, automating tasks like syncing return data with customer service platforms, updating inventory management systems, or even issuing refunds.

Connect Loop Returns

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: {
    loop_returns: {
      type: "app",
      app: "loop_returns",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.loopreturns.com/api/v1/allowlists`,
      headers: {
        "accept": `application/json`,
        "X-Authorization": `${this.loop_returns.$auth.api_key}`,
      },
    })
  },
})

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