MaintainX is mobile-first work order and procedure digitization software that allows factory frontline teams to know what they need to do and how to do it.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
maintainx: {
type: "app",
app: "maintainx",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.getmaintainx.com/v1/users`,
headers: {
Authorization: `Bearer ${this.maintainx.$auth.api_key}`,
"Content-Type": `application/json`,
},
})
},
})
Emit new event each time a new work order is completed.
MaintainX uses API keys for authentication. When you connect your MaintainX account, Pipedream securely stores the keys so you can easily authenticate to MaintainX APIs in both code and no-code steps.
To retrieve your API Key,