The Workast API allows developers to create powerful applications for streamlining the process of task management. With the Workast API, you can build applications that will help users automate their personal and professional task management workflow.
Here are some examples of what you can build using the Workast API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
workast: {
type: "app",
app: "workast",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.todobot.io/user/me`,
headers: {
Authorization: `Bearer ${this.workast.$auth.api_token}`,
},
})
},
})
Workast uses API keys for authentication. When you connect your Workast account, Pipedream securely stores the keys so you can easily authenticate to Workast APIs in both code and no-code steps.
To retrieve your API key:
token