What do you want to automate

with Loop Returns and Autodesk?

Prompt, edit and deploy AI agents that connect to Loop Returns, Autodesk and 2,800+ 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 File Version Created (Instant) from Autodesk API
Autodesk + Loop Returns
 
Try it
Cancel Return with Loop Returns API on New Folder Created (Instant) from Autodesk API
Autodesk + Loop Returns
 
Try it
Cancel Return with Loop Returns API on New Project Created from Autodesk API
Autodesk + Loop Returns
 
Try it
Create Folder with Autodesk API on Label Updated (Instant) from Loop Returns API
Loop Returns + Autodesk
 
Try it
Create Folder with Autodesk API on New Return Created (Instant) from Loop Returns API
Loop Returns + Autodesk
 
Try it
Create Folder with Autodesk API on Return Status Updated (Instant) from Loop Returns API
Loop Returns + Autodesk
 
Try it
Flag Return with Loop Returns API on New File Version Created (Instant) from Autodesk API
Autodesk + Loop Returns
 
Try it
Flag Return with Loop Returns API on New Folder Created (Instant) from Autodesk API
Autodesk + Loop Returns
 
Try it
Flag Return with Loop Returns API on New Project Created from Autodesk API
Autodesk + Loop Returns
 
Try it
Process Return with Loop Returns API on New File Version Created (Instant) from Autodesk API
Autodesk + Loop Returns
 
Try it
Process Return with Loop Returns API on New Folder Created (Instant) from Autodesk API
Autodesk + Loop Returns
 
Try it
Process Return with Loop Returns API on New Project Created from Autodesk API
Autodesk + Loop Returns
 
Try it
Upload File with Autodesk API on Label Updated (Instant) from Loop Returns API
Loop Returns + Autodesk
 
Try it
Upload File with Autodesk API on New Return Created (Instant) from Loop Returns API
Loop Returns + Autodesk
 
Try it
Upload File with Autodesk API on Return Status Updated (Instant) from Loop Returns API
Loop Returns + Autodesk
 
Try it
New File Version Created (Instant) from the Autodesk API

Emit new event when a new version of a file is created in Autodesk. See the documentation

 
Try it
Label Updated (Instant) from the Loop Returns API

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

 
Try it
New Folder Created (Instant) from the Autodesk API

Emit new event when a folder is added to a specified folder in Autodesk. See the documentation

 
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
New Project Created from the Autodesk API

Emit new event when a new project is created in Autodesk. See the documentation

 
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
Cancel Return with the Loop Returns API

Cancels a pending return request in Loop. See the documentation

 
Try it
Create Folder with the Autodesk API

Creates a new folder in a project in Autodesk. 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
Process Return with the Loop Returns API

Starts the processing of a return inside Loop. Return ID is a required prop to initiate the process. See the documentation

 
Try it
Upload File with the Autodesk API

Uploads a new file to a specified folder in Autodesk. See the documentation

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

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

Connect Autodesk

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: { autodesk: { type: "app", app: "autodesk", } }, async run({steps, $}) { return await axios($, { url: `https://api.userprofile.autodesk.com/userinfo`, headers: { Authorization: `Bearer ${this.autodesk.$auth.oauth_access_token}`, "accept": `application/json`, }, }) }, }) 

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