What do you want to automate

with npm and Paazl?

Prompt, edit and deploy AI agents that connect to npm, Paazl 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
Create Checkout Access Token with Paazl API on New Download Counts from npm API
npm + Paazl
 
Try it
Create Shipment For Order with Paazl API on New Download Counts from npm API
npm + Paazl
 
Try it
Delete Order with Paazl API on New Download Counts from npm API
npm + Paazl
 
Try it
Get Checkout Session Data with Paazl API on New Download Counts from npm API
npm + Paazl
 
Try it
Get Home Delivery Shipping Options with Paazl API on New Download Counts from npm API
npm + Paazl
 
Try it
New Download Counts from the npm API

Emit new event with the latest count of downloads for an npm package. See the documentation

 
Try it
New Package Version from the npm API

Emit new event when a new version of an npm package is published. See the documentation

 
Try it
Create Checkout Access Token with the Paazl API

Returns an access token for a checkout session. This enables the Paazl checkout widget to access Paazl resources. See the documentation

 
Try it
Create Shipment For Order with the Paazl API

Generates a shipment at the carrier for the shipping option specified in POST order. See the documentation

 
Try it
Delete Order with the Paazl API

Deletes an order. See the documentation

 
Try it
Get Checkout Session Data with the Paazl API

Gets your reference for a checkout session. See the documentation

 
Try it
Get Home Delivery Shipping Options with the Paazl API

Contains shipping options for your checkout page. See the documentation

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

Connect Paazl

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    paazl: {
      type: "app",
      app: "paazl",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.paazl.$auth.environment}/v1/checkout`,
      headers: {
        Authorization: `Bearer ${this.paazl.$auth.api_key}:${this.paazl.$auth.api_secret}`,
      },
      params: {
        reference: `${this.paazl.$auth.reference}`,
      },
    })
  },
})

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