What do you want to automate

with CircleCI and Customer Fields?

Prompt, edit and deploy AI agents that connect to CircleCI, Customer Fields 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 Customer with Customer Fields API on New Job Completed (Instant) from CircleCI API
CircleCI + Customer Fields
 
Try it
Create Customer with Customer Fields API on New Workflow Completed (Instant) from CircleCI API
CircleCI + Customer Fields
 
Try it
Get Job Artifacts with CircleCI API on Customer Created (Instant) from Customer Fields API
Customer Fields + CircleCI
 
Try it
Get Job Artifacts with CircleCI API on Customer Updated (Instant) from Customer Fields API
Customer Fields + CircleCI
 
Try it
Rerun Workflow with CircleCI API on Customer Created (Instant) from Customer Fields API
Customer Fields + CircleCI
 
Try it
New Job Completed (Instant) from the CircleCI API

Emit new event when a job is completed in CircleCI.

 
Try it
Customer Created (Instant) from the Customer Fields API

Trigger when a new customer is added to the database. See the documentation

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

Emit new event when a workflow is completed in CircleCI.

 
Try it
Customer Updated (Instant) from the Customer Fields API

Trigger when a profile of a customer has been updated or changed. See the documentation

 
Try it
Get Job Artifacts with the CircleCI API

Retrieves a job's artifacts. See the documentation

 
Try it
Create Customer with the Customer Fields API

Create a new customer with detailed attributes using the provided data. See the documentation

 
Try it
Rerun Workflow with the CircleCI API

Reruns the specified workflow. See the documentation

 
Try it
Update Customer with the Customer Fields API

Update an existing customer's information with new provided data. 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
Integrate the CircleCI API with the Customer Fields API
Setup the CircleCI API trigger to run a workflow which integrates with the Customer Fields API. Pipedream's integration platform allows you to integrate CircleCI and Customer Fields 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 Customer Fields

The Customer Fields API provides a suite of tools for managing customer data in e-commerce platforms, including custom form fields and data automation. With it, you can efficiently tailor customer interactions, streamline data collection, and enhance the shopping experience. Integrating Customer Fields with Pipedream allows for seamless automation of tasks like syncing data to other platforms, triggering personalized communications, or managing customer segments based on custom field data.

Connect Customer Fields

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    customer_fields: {
      type: "app",
      app: "customer_fields",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.customerfields.com/api/v2/shop.json`,
      headers: {
        Authorization: `Bearer ${this.customer_fields.$auth.oauth_access_token}`,
        "accept": `application/json`,
        "content-type": `application/json`,
      },
    })
  },
})

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