What do you want to automate

with Recurly and Nutrient Document Web Services API?

Prompt, edit and deploy AI agents that connect to Recurly, Nutrient Document Web Services API 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
New Account Created from the Recurly API

Emit new event when a new account is created. See the docs

 
Try it
New Invoice Created from the Recurly API

Emit new event when a new invoice is created. See the docs

 
Try it
New Subscription Created from the Recurly API

Emit new event when a new subscription is created. See the docs

 
Try it
New Transaction Created from the Recurly API

Emit new event when a new transaction is created. See the docs

 
Try it
Integrate the Recurly API with the Nutrient Document Web Services API API
Setup the Recurly API trigger to run a workflow which integrates with the Nutrient Document Web Services API API. Pipedream's integration platform allows you to integrate Recurly and Nutrient Document Web Services API remarkably fast. Free for developers.

Overview of Recurly

Recurly API provides robust functionality for subscription management, including creating and updating customer accounts, managing billing information, and handling subscription lifecycle events. With Pipedream, you can leverage these capabilities to create automated workflows that respond to events in Recurly, sync data with other systems, and perform actions that enhance your subscription operations and customer experiences.

Connect Recurly

1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports = defineComponent({
  props: {
    recurly: {
      type: "app",
      app: "recurly",
    }
  },
  async run({steps, $}) {
    const recurly = require('recurly')
    const client = new recurly.Client(this.recurly.$auth.api_key)
    return await client.listAccounts()
  },
})

Connect Nutrient Document Web Services API

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: {
    nutrient_document_web_services_api: {
      type: "app",
      app: "nutrient_document_web_services_api",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.nutrient.io/account/info`,
      headers: {
        Authorization: `Bearer ${this.nutrient_document_web_services_api.$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