CircleCI

Continuous integration and delivery platform

Integrate the CircleCI API with the Discord API

Setup the CircleCI API trigger to run a workflow which integrates with the Discord API. Pipedream's integration platform allows you to integrate CircleCI and Discord 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 Message (Instant) from Discord API
Discord + CircleCI
 
Try it
Rerun Workflow with CircleCI API on New Message (Instant) from Discord API
Discord + CircleCI
 
Try it
Trigger a Pipeline with CircleCI API on New Message (Instant) from Discord API
Discord + CircleCI
 
Try it
Get Job Artifacts with CircleCI API on Message Deleted (Instant) from Discord API
Discord + CircleCI
 
Try it
Get Job Artifacts with CircleCI API on New Command Received (Instant) from Discord API
Discord + CircleCI
 
Try it
New Message (Instant) from the Discord API

Emit new event for each message posted to one or more channels in a Discord server

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

Emit new event when a job is completed in CircleCI.

 
Try it
Message Deleted (Instant) from the Discord API

Emit new event for each message deleted

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

Emit new event when a workflow is completed in CircleCI.

 
Try it
New Command Received (Instant) from the Discord API

Emit new event for each command posted to one or more channels in a Discord server

 
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
Send Message with the Discord API

Send a simple message to a Discord channel

 
Try it
Send Message (Advanced) with the Discord API

Send a simple or structured message (using embeds) to a Discord channel

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

Overview of Discord

The Discord API interacts seamlessly with Pipedream, empowering you to craft customized automations and workflows for your Discord server. With this powerful integration, you can automate tasks like message posting, user management, and notifications, based on a myriad of triggers and actions from different apps. These automations can enhance the Discord experience for community moderators and members, by synchronizing with external tools, organizing community engagement, and streamlining notifications.

Connect Discord

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    discord: {
      type: "app",
      app: "discord",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://discord.com/api/users/@me`,
      headers: {
        Authorization: `Bearer ${this.discord.$auth.oauth_access_token}`,
        "accept": `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