Easy Projects

A comprehensive project and task management software built for forward-thinking teams.

Go to site
Explore
/
Apps
/
Easy Projects

Easy Projects API Integrations

Build and run workflows using the Easy Projects API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

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: {
    easy_projects: {
      type: "app",
      app: "easy_projects",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.easy_projects.$auth.domain}.go.easyprojects.net/api/v1/users/current`,
      auth: {
        username: `${this.easy_projects.$auth.email}`,
        password: `${this.easy_projects.$auth.password}`,
      },
    })
  },
})

Choose an API to Connect with Easy Projects API

1
-
12
of
1000+
apps by most popular

Authentication

Easy Projects uses API keys for authentication. When you connect your Easy Projects account, Pipedream securely stores the keys so you can easily authenticate to Easy Projects APIs in both code and no-code steps.

Easy Projects requires their users enter their Easy Projects email and password in order to connect to their API. For more info, refer to Easy Projects’s documentation.

Your domain is 1234 if your Easy Projects dashboard is https://1234.go.easyprojects.net/activities