UpKeep

The #1 Software for Maintenance and Facility Management Teams. UpKeep is the top-rated software designed to revolutionize maintenance and asset management. We provide mobile-first SaaS solutions, Industrial IoT sensors, powerful data analytics, advanced enterprise integrations, and top-notch professional services.

Go to site
Explore
/
Apps
/
UpKeep

UpKeep API Integrations

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

Overview

The UpKeep API allows developers to build Maintenance & Operations solutions for their customers and end users. The API enables developers to access data on their users' assets, tasks, and maintenance operations. With the UpKeep API, developers can build custom solutions for asset management, equipment tracking, work order management, and more.

Some of the features that the UpKeep API provides include:

  • Asset Tracking: Track your assets with detailed information, such as location and usage stats.
  • Task Management: Keep track of tasks assigned to your users or users assigned to tasks.
  • Maintenance Operations: Record and track maintenance operations, such as repairs and replacements.
  • Work Order Management: Create and manage work orders, including assigning technicians and tracking progress.

Here are some examples of what you can build using the UpKeep API:

  • Maintenance & Operations Solutions: Create solutions that manage equipment, plan and schedule maintenance, record maintenance operations, and track asset usage.
  • Fleet Management Solutions: Create solutions that track fleet assets, including vehicles and equipment, and monitor usage.
  • Task Management Solutions: Create solutions that allow users to assign and manage tasks, as well as track their progress.
  • Asset Tracking Solutions: Create solutions that track assets and their usage, including their location, condition, and maintenance operations.
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: {
    upkeep: {
      type: "app",
      app: "upkeep",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.onupkeep.com/api/v2/users/`,
      headers: {
        "Session-Token": `${this.upkeep.$auth.oauth_access_token}`,
      },
    })
  },
})
Create Purchase Order with UpKeep API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + UpKeep
 
Try it
Send Message (Advanced) with Discord Webhook API on New Request Event from UpKeep API
UpKeep + Discord Webhook
 
Try it
Create Purchase Order with UpKeep API on New Message in Channel from Discord Bot API
Discord Bot + UpKeep
 
Try it
Create Purchase Order with UpKeep API on New Submission from Typeform API
Typeform + UpKeep
 
Try it
Create Purchase Order with UpKeep API on Custom Events from Zoom API
Zoom + UpKeep
 
Try it
New Custom Event from the UpKeep API

Emit new event when a configured event occurs.

 
Try it
New Purchase Order Event from the UpKeep API

Emit new event when a purchase order is created.

 
Try it
New Purchase Order Status Change Event from the UpKeep API

Emit new event when a purchase order status is changed.

 
Try it
New Request Approved Event from the UpKeep API

Emit new event when a request is approved.

 
Try it
New Request Event from the UpKeep API

Emit new event when a request is created.

 
Try it
Create Purchase Order with the UpKeep API

Create a Purchase Order, See the docs

 
Try it
Create Request with the UpKeep API

Create a Request, See the docs

 
Try it
Create Work Order with the UpKeep API

Create a Work Order, See the docs

 
Try it
Find Asset with the UpKeep API

Finds assets according to props configured, if no prop configured returns all assets, See the docs

 
Try it
Find Location with the UpKeep API

Finds locations according to props configured, if no prop configured returns all locations, See the docs

 
Try it

Authentication

UpKeep uses OAuth authentication. When you connect your UpKeep account, Pipedream will open a popup window where you can sign into UpKeep and grant Pipedream permission to connect to your account. Pipedream securely stores and automatically refreshes the OAuth tokens so you can easily authenticate any UpKeep API.

Pipedream requests the following authorization scopes when you connect your account:

OAuth Request Configurations:
  1. accessToken
    POSThttps://api.onupkeep.com/api/v2/auth/content-type: application/x-www-form-urlencodedaccept: application/json
    email={{custom_fields.email}}&password={{custom_fields.password}}