npm

Node package manager

Integrate the npm API with the CircleCI API

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

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
Get Job Artifacts with CircleCI API on New Download Counts from npm API
npm + CircleCI
 
Try it
Rerun Workflow with CircleCI API on New Download Counts from npm API
npm + CircleCI
 
Try it
Trigger a Pipeline with CircleCI API on New Download Counts from npm API
npm + CircleCI
 
Try it
Get Job Artifacts with CircleCI API on New Package Version from npm API
npm + CircleCI
 
Try it
Rerun Workflow with CircleCI API on New Package Version from npm API
npm + CircleCI
 
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
New Job Completed (Instant) from the CircleCI API

Emit new event when a job is completed in CircleCI.

 
Try it
New Workflow Completed (Instant) from the CircleCI API

Emit new event when a workflow is completed in CircleCI.

 
Try it
Get Job Artifacts with the CircleCI API

Retrieves a job's artifacts. See the documentation.

 
Try it
Rerun Workflow with the CircleCI API

Reruns the specified workflow. See the documentation

 
Try it
Trigger a Pipeline with the CircleCI API

Trigger a pipeline given a pipeline definition ID. Supports all integrations except GitLab. See the documentation

 
Try it

Overview of CircleCI

The CircleCI API allows for seamless integration and automation of your CI/CD pipeline. By leveraging the API through Pipedream, you can trigger builds, monitor the status of pipelines, fetch build artifacts, and interact with various aspects of your CircleCI projects. This facilitates the creation of dynamic workflows that can streamline development practices, enhance deployment strategies, and ensure continuous integration processes are more efficient and less error-prone.

Connect CircleCI

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: {
    circleci: {
      type: "app",
      app: "circleci",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://circleci.com/api/v1.1/me`,
      params: {
        "circle-token": `${this.circleci.$auth.token}`,
      },
    })
  },
})

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