- Home
- Resources
- Integrations
- Workast
Workast Make integrationAutomate Workast with Make.
Can Make open, update and tidy your Workast tasks without you touching them? The Workast Make integration gives you 12 modules: one instant trigger, nine actions and two searches. This guide shows what each one does, how to link your account and how to build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Workast Make integration do for you?
The Workast Make integration links your Workast account to Make so tasks and spaces can be created, read, changed or removed by a scenario, which is the automation you build in Make as a chain of bricks called modules. You pick the modules, Make runs them for you.
Turn incoming requests into tasks. A sales team collects demo requests in another tool. With Create a Task placed after that tool's module, each request lands in the right Workast space without anyone copying it by hand.
React the moment a task appears. Watch New Task is an instant trigger: Workast tells Make through a webhook as soon as someone adds a task to a space. From there, Get a Task pulls its full details so the next module, in Workast or in another app, gets clean data.
Keep spaces under control. An operations lead who opens a space per client can script the whole life of it: Create a Space when the deal is signed, Update a Space when the scope changes, Archive a Space when the work is done.
What the listed modules do not cover, Make an API Call reaches through the Workast API with the same account link. The Workast documentation used by Make carries a warning that it was generated with AI, so check anything important against Workast itself. If you are still choosing a tool, the n8n vs Make comparison lays out the criteria, Make pricing explains plans and credits, and Make training takes you further than this page.
How do you connect Workast to Make?
- 01
Generate your Workast API token
In Workast, open Preferences, click the API heading, then the Generate API token button. Copy the token shown in the dialogue: it is the key Make uses to act on your account, so keep it private.
- 02
Add a Workast module and create the connection
In your scenario, add any Workast module and click Create a connection. A connection is your Workast account linked to Make once, then reused by every Workast module. The Connection name field is optional but helps when you have several accounts.
- 03
Paste the token and save
Paste the API token you copied, or follow the instructions Make shows on screen, then save. Make can now list your spaces in the module fields, which is the quickest sign that the link works.
Your first scenario: turn a request into a Workast task
GoalWhen a request arrives in another app, Make creates a matching task in a Workast space.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big + to place the first module. Pick the app where your requests arrive, such as a form or an inbox, and its trigger.
- 02
Add Create a Task
Click the + on the right of that first module, search for Workast and pick Create a Task. Select your connection, or create it with the token as shown above.
- 03
Choose the space and map the request
Once the connection exists, Make lists the spaces it can read. Pick the one that should receive the tasks, then map the request data from the first module into the task so each task carries its own details.
- 04
Test with Run once
Click Run once, send a test request, and read the bundles each module received. A bundle is one item passed between modules, here one request. Check that the task shows up in Workast.
- 05
Schedule and switch on
Set the schedule on the first module with the clock icon; a new scenario runs every 15 minutes by default. Then switch the scenario on and new requests become Workast tasks without you stepping in.
What starts a Workast scenario
1 module starts a scenario when something happens in Workast. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Workast as soon as it happens.
Watch New Task
Instant triggerIn Make“Triggers when a new task is created in a space.”
Watch New Task starts your scenario each time a task is created inside a Workast space, and hands that task to the next module as a bundle. It is the only trigger in the app, so every event-driven Workast scenario begins here.
What the Workast modules can do
Workast gives you 11 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Archive a Space
ActionIn Make“Archives a space.”
Archive a Space moves a finished space out of your active list, so your team only sees work that is still open. It is the tidy ending to a project that Make can handle once a deal or a job closes.
Create a Space
ActionIn Make“Creates a space.”
Create a Space opens a fresh Workast space from your scenario, so a new client, event or team gets its own place for tasks without anyone setting it up by hand.
Create a Task
ActionIn Make“Creates a new task in space.”
Create a Task adds a task to the space you choose, filled with data mapped from earlier modules. This is the module most scenarios end on: something happens elsewhere, and it becomes work someone will actually do.
Delete a Task
ActionIn Make“Deletes a task from space.”
Delete a Task removes a task from its space for good. It keeps boards clean when a task was created by mistake or when the request behind it has been cancelled upstream.
Get a Space
ActionIn Make“Gets a space info details.”
Get a Space reads the details of one space and passes them on, so later modules know where a task lives and can reuse that information in a message or a report.
Get a Task
ActionIn Make“Gets the task details given a the task ID.”
Get a Task fetches everything Workast holds about one task, based on its task ID, and makes it available for mapping. You get a complete picture instead of the partial data an earlier module passed along.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call lets you reach any endpoint of the Workast API from your scenario, reusing the connection you already created. It is the way out when none of the other eleven modules does exactly what you need.
Update a Space
ActionIn Make“Changes a space details.”
Update a Space changes the details of an existing space so it keeps matching reality when a client or a project changes. Nobody has to remember to edit it.
Update a Task
ActionIn Make“Updates a specific task details.”
Update a Task edits a task that already exists, so its details stay in step with what happens in your other tools. You change the task in place instead of deleting it and creating a new one.
List a Space Tasks
SearchIn Make“Gets all tasks from a space.”
List a Space Tasks returns the tasks of one space, each as its own bundle, so the next modules can handle them one by one. It is the search to use when you want to act on a batch rather than a single task.
List Spaces
SearchIn Make“Returns a list of spaces.”
List Spaces returns your Workast spaces, from none to many, each one a separate bundle. It helps a scenario find the right space by itself instead of relying on a value you typed once.
Need help automating Workast with Make?
A person reads every message.