An online No-Code Platform for teams and companies to manage their Data & Tasks using automation and advance collaboration features
Go to siteThe Workiom API enables you to build powerful custom applications to customize and streamline your business. With the Workiom API, you can design and develop customized applications that leverage the powerful Workiom platform to increase productivity and collaboration.
For example, with the Workiom API, you can:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
workiom: {
type: "app",
app: "workiom",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.workiom.com/api/services/app/Apps/GetAll`,
headers: {
"Accept": `text/plain`,
"X-Api-Key": `${this.workiom.$auth.api_key}`,
},
})
},
})
Workiom uses API keys for authentication. When you connect your Workiom account, Pipedream securely stores the keys so you can easily authenticate to Workiom APIs in both code and no-code steps.
To retrieve your API key,