Workast

Task and project management app for teams on Slack

Integrate the Workast API with the Schedule API

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

Create Space with Workast API on Custom Interval from Schedule API
Schedule + Workast
 
Try it
Create Space with Workast API on Daily schedule from Schedule API
Schedule + Workast
 
Try it
Create Space with Workast API on Monthly Schedule from Schedule API
Schedule + Workast
 
Try it
Create Space with Workast API on Weekly schedule from Schedule API
Schedule + Workast
 
Try it
Create Task with Workast API on Custom Interval from Schedule API
Schedule + Workast
 
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
New Task from the Workast API

Emit new event for each new task

 
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
Create Space with the Workast API

Creates a space. See docs here

 
Try it
Create Task with the Workast API

Creates a task. See docs here

 
Try it

Overview of Workast

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:

  • Task Management Systems: You can build applications to help users manage
    their tasks, reminders, and subtasks.
  • Collaboration Platforms: With the Workast API, you can create an application
    to help teams collaborate on tasks and share updates in real-time.
  • Project Dashboards: You can create an application that will help users
    visualize the progress of their projects.
  • Scheduling: Applications that integrate with calendars, to help users create
    and manage their schedules.
  • Reporting: With the Workast API, you can build application with reporting
    capabilities, to help users track their task progress and keep track of their
    team’s progress.
  • Database Management: You can create an application to help users store and
    organize their data.
  • Time Tracking: Create an application that helps users keep track of their
    time and track the progress of their tasks.

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 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.