What do you want to automate

with Workast and Document360?

Prompt, edit and deploy AI agents that connect to Workast, Document360 and 3,000+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create Document with Document360 API on New Task from Workast API
Workast + Document360
 
Try it
Create Space with Workast API on New Article in Project Version from Document360 API
Document360 + Workast
 
Try it
Create Task with Workast API on New Article in Project Version from Document360 API
Document360 + Workast
 
Try it
Drive Search - Files and Folders with Document360 API on New Task from Workast API
Workast + Document360
 
Try it
Get Article with Document360 API on New Task from Workast API
Workast + Document360
 
Try it
New Task from the Workast API

Emit new event for each new task

 
Try it
New Article in Project Version from the Document360 API

Emit new event when a new article is created within a project version. See the documentation

 
Try it
Create Space with the Workast API

Creates a space. See docs here

 
Try it
Create Document with the Document360 API

Creates a new document in Document360 from text. See the documentation

 
Try it
Create Task with the Workast API

Creates a task. See docs here

 
Try it
Drive Search - Files and Folders with the Document360 API

Search for files and folders in Document360 Drive. See the documentation

 
Try it
Get Article with the Document360 API

Gets an article from Document360. See the documentation

 
Try it
Integrate the Workast API with the Document360 API
Setup the Workast API trigger to run a workflow which integrates with the Document360 API. Pipedream's integration platform allows you to integrate Workast and Document360 remarkably fast. Free for developers.

Overview of Workast

The Workast API enables the automation of task management in your projects, allowing the creation, update, and tracking of tasks without leaving the context of your current workflow. With the Workast API on Pipedream, you can tap into this functionality to build seamless integrations and automate repetitive actions, such as syncing tasks across multiple platforms, generating reports, or triggering reminders and notifications based on specific task events.

Connect Workast

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

Overview of Document360

The Document360 API enables programmatic interaction with your knowledge base, allowing you to automate content creation, updates, and management. With this API, you can integrate Document360 into your existing content pipelines, support workflows, or any system that needs to push or pull knowledge base content. On Pipedream, you can harness this API to craft serverless workflows that seamlessly integrate with other apps to keep documentation up-to-date, trigger notifications based on content changes, or analyze knowledge base usage.

Connect Document360

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: {
    document360: {
      type: "app",
      app: "document360",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://apihub.document360.io/v2/teams`,
      headers: {
        "api_token": `${this.document360.$auth.api_key}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo