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.

Integrate the UpKeep API with the Schedule API

Setup the UpKeep API trigger to run a workflow which integrates with the Schedule API. Pipedream's integration platform allows you to integrate UpKeep and Schedule remarkably fast. Free for developers.

Create Purchase Order with UpKeep API on Custom Interval from Schedule API
Schedule + UpKeep
 
Try it
Create Purchase Order with UpKeep API on Daily schedule from Schedule API
Schedule + UpKeep
 
Try it
Create Purchase Order with UpKeep API on Monthly Schedule from Schedule API
Schedule + UpKeep
 
Try it
Create Purchase Order with UpKeep API on Weekly schedule from Schedule API
Schedule + UpKeep
 
Try it
Create Request with UpKeep API on Custom Interval from Schedule API
Schedule + UpKeep
 
Try it
Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
Monthly Schedule from the Schedule API

Trigger your workflow on one or more days each month at a specific time (with timezone support).

 
Try it
Weekly schedule from the Schedule API

Trigger your workflow on one or more days each week at a specific time (with timezone support).

 
Try it
New Custom Event from the UpKeep API

Emit new event when a configured event occurs.

 
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

Overview of UpKeep

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.

Connect UpKeep

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

Overview of Schedule

With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include:

  • Automated data retrieval from a third-party service, like pulling stats from
    your Salesforce account on a set schedule.
  • Uploading new data sets to a database with a predetermined interval.
  • Automatic emails to customers or leads at a certain time of the day.
  • Automating data analysis based on a set schedule.
  • Automatically optimizing social media postings according to a specified
    timeline.
  • Updating webpages at a certain interval with newly available content.
  • Re-running reports on a periodic basis.
  • Refreshing a cache of data at a given frequency.