What do you want to automate

with Loop Returns and PagerDuty?

Prompt, edit and deploy AI agents that connect to Loop Returns, PagerDuty 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
Acknowledge Incident with PagerDuty API on Label Updated (Instant) from Loop Returns API
Loop Returns + PagerDuty
 
Try it
Acknowledge Incident with PagerDuty API on New Return Created (Instant) from Loop Returns API
Loop Returns + PagerDuty
 
Try it
Acknowledge Incident with PagerDuty API on Return Status Updated (Instant) from Loop Returns API
Loop Returns + PagerDuty
 
Try it
Cancel Return with Loop Returns API on New On-Call Rotation from PagerDuty API
PagerDuty + Loop Returns
 
Try it
Cancel Return with Loop Returns API on New or Updated Incident from PagerDuty API
PagerDuty + Loop Returns
 
Try it
Label Updated (Instant) from the Loop Returns API

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

 
Try it
New On-Call Rotation from the PagerDuty API

Emit new event each time a new user rotates onto an on-call rotation

 
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 or Updated Incident from the PagerDuty API

Emit new event each time an incident is created or updated

 
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
Acknowledge Incident with the PagerDuty API

Acknowledge an incident. See the docs here

 
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
Find Oncall User with the PagerDuty API

Find the user on call for a specific schedule. See the docs here

 
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
Integrate the Loop Returns API with the PagerDuty API
Setup the Loop Returns API trigger to run a workflow which integrates with the PagerDuty API. Pipedream's integration platform allows you to integrate Loop Returns and PagerDuty 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}`,
      },
    })
  },
})

Overview of PagerDuty

The PagerDuty API offers a powerful interface to automate your digital operations management. By leveraging its capabilities on Pipedream, you can create workflows that respond to incidents, automate alerts, and synchronize incident data across various platforms. PagerDuty's API enables you to manage services, teams, and incidents, ensuring that your systems remain operational and that the right people are notified at the right time.

Connect PagerDuty

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: {
    pagerduty: {
      type: "app",
      app: "pagerduty",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.pagerduty.com/users/me`,
      headers: {
        Authorization: `Bearer ${this.pagerduty.$auth.oauth_access_token}`,
        "Accept": `application/vnd.pagerduty+json;version=2`,
      },
    })
  },
})
Run a Pipedream workflow on PagerDuty on-call rotations
Run a Pipedream workflow on PagerDuty on-call rotations
Run common workflows, or any Node.js code you'd like, each time a new user rotates onto an on-call schedule.

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