What do you want to automate

with CircleCI and Cal.com?

Prompt, edit and deploy AI agents that connect to CircleCI, Cal.com 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
Create Booking with Cal.com API on New Job Completed (Instant) from CircleCI API
CircleCI + Cal.com
 
Try it
Create Booking with Cal.com API on New Workflow Completed (Instant) from CircleCI API
CircleCI + Cal.com
 
Try it
Delete Booking with Cal.com API on New Job Completed (Instant) from CircleCI API
CircleCI + Cal.com
 
Try it
Delete Booking with Cal.com API on New Workflow Completed (Instant) from CircleCI API
CircleCI + Cal.com
 
Try it
Get Booking with Cal.com API on New Job Completed (Instant) from CircleCI API
CircleCI + Cal.com
 
Try it
Booking Cancelled from the Cal.com API

Emit new event when a booking is cancelled.

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

Emit new event when a job is completed in CircleCI.

 
Try it
Booking Ended from the Cal.com API

Emit new event when a booking ends.

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

Emit new event when a workflow is completed in CircleCI.

 
Try it
Booking Rescheduled from the Cal.com API

Emit new event when a booking is rescheduled.

 
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
Create Booking with the Cal.com API

Create a new booking. 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
Delete Booking with the Cal.com API

Delete an existing booking by its ID. See the documentation

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

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

Overview of Cal.com

The Cal.com API on Pipedream lets you seamlessly integrate your scheduling infrastructure with other services to automate appointment setting, calendar syncing, and notifications. Using Pipedream, you can craft workflows that trigger on new event bookings, cancellations, or reschedules, and connect these events to countless apps to streamline business processes, enhance customer engagement, and maintain organized schedules.

Connect Cal.com

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: {
    cal_com: {
      type: "app",
      app: "cal_com",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.cal_com.$auth.domain}/v1/hooks`,
      params: {
        apiKey: `${this.cal_com.$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