- Home
- Resources
- Integrations
- Kantata
Kantata Make integrationAutomate Kantata with Make.
Can Make keep your Kantata projects, tasks and hours in sync with the rest of your stack? The Kantata Make integration gives you 20 modules: 4 triggers, 13 actions and 3 searches. This guide connects your account, then builds a first scenario with you.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Kantata Make integration let you automate?
The Kantata Make integration links your Kantata OX account to Make so a scenario (the automation you build, a chain of modules) can read and write projects, tasks, time entries and posts for you. Each module is one brick of that chain: a trigger that starts it, an action that changes something, or a search that fetches records.
Hours that land where finance needs them. Watch Time Entries picks up new or edited entries, and the next module can push them to a billing sheet or a reporting tool. When an entry was booked on the wrong task, Update a Time Entry fixes it without anyone opening Kantata.
Projects opened from a won deal. Your CRM marks a deal as won, Create a Project opens the matching project in Kantata, and Create a Task adds the first deliverable or milestone so the delivery team starts from a real plan.
Status posts the team actually reads. When Watch Tasks sees a task change, Add a Post writes a short note in the project, so the client-facing lead follows progress in one feed.
What Make does not do here: every Kantata trigger is scheduled, so Make polls on the scenario's schedule and nothing fires the second a record changes. The connection also asks for a paid Kantata OX account and an administrator who registers the application. When a listed module falls short, Make an API Call reaches the rest of the Kantata API with the same connection.
New to the editor? The Make training walks through scenarios from scratch, and Make pricing explains how operations are counted. Kantata may also be reachable from n8n; the n8n vs Make comparison sets out the criteria for choosing.
How do you connect Kantata to Make?
- 01
Register an application in Kantata
As a Kantata account administrator, go to Settings, then API, click View your Account's Registered Applications and then Register a new Kantata OX Application. Give it a name and paste the callback URI
https://www.integromat.com/oauth/cb/mavenlink. - 02
Open the connection window in Make
In your scenario, add any Kantata module and click Create a connection. A connection is your Kantata account linked to Make once, then reused by every Kantata module. The Connection name field is optional but helps when you manage several accounts.
- 03
Paste the OAuth credentials
Enter the OAuth credentials Kantata showed when you registered the application, or follow the on-screen instructions. Once saved, Make can list the projects and tasks your account can see in every module you add.
Build your first scenario: a Kantata project for every won deal
GoalWhen a deal is marked as won in your CRM, Make opens a Kantata project and adds its first task.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the module of your CRM that watches won deals: it starts the flow and hands each deal to Kantata as a bundle, one item passed from module to module.
- 02
Add Create a Project
Click the + on the right of the first module, search Kantata and choose Create a Project. Link your account with Create a connection, then map the deal name into the project title.
- 03
Chain Create a Task
Add Create a Task after it. Map the project coming out of the previous module so the task lands in the right place, and name it after the kickoff deliverable your team always starts with.
- 04
Test with Run once
Click Run once, then mark a test deal as won. Open each module's bubble to read the bundle it received and check in Kantata that the project and its task appeared.
- 05
Schedule and switch on
Open the clock on the first module. A new scenario runs every 15 minutes by default, and the Free plan allows no shorter gap. Keep that or pick your interval, then switch the scenario on.
Which Kantata triggers can start a scenario?
4 modules start a scenario when something happens in Kantata. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Kantata as soon as it happens.
Watch Posts
Scheduled triggerIn Make“Triggers when a new message post is created or updated.”
Catches every message post that is created or edited in Kantata and hands it to the next module, so project conversations can leave the app without anyone copying them by hand.
Watch Projects
Scheduled triggerIn Make“Triggers when a new project is created or updated.”
Gives you each project the moment Make next looks, whether it was just opened or modified, which is the natural starting point for anything that mirrors your portfolio elsewhere.
Watch Tasks
Scheduled triggerIn Make“Triggers when a new task is created or updated.”
Brings every new or changed task into the scenario, including deliverables and milestones, which lets you react to plan changes without refreshing Kantata all day.
Watch Time Entries
Scheduled triggerIn Make“Triggers when a new time entry is created or updated.”
Feeds your scenario with the hours people log or correct in Kantata, so timesheets can reach billing or reporting without an export.
What can Make do in Kantata?
Kantata gives you 16 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Add a Post
ActionIn Make“Creates a post in a project.”
Writes a message post inside a Kantata project, so updates coming from other tools show up where the project team already talks.
Create a Project
ActionIn Make“Creates a new project.”
Opens a brand new project in Kantata from data arriving in the scenario, which removes the retyping between sales and delivery.
Create a Task
ActionIn Make“Creates a new task, deliverable or milestone.”
Adds a task, a deliverable or a milestone to a project, so the plan grows by itself when work is requested somewhere else.
Create a Time Entry
ActionIn Make“Creates a new time entry.”
Logs hours in Kantata on behalf of the scenario, which spares people a second timesheet when they already track time in another tool.
Delete a Task
ActionIn Make“Deletes a task. When you delete a parent task, it also deletes its sub task.”
Removes a task from Kantata, which keeps plans clean when work is cancelled in the tool that requested it.
Delete a Time Entry
ActionIn Make“Deletes a time entry.”
Erases one time entry, so hours that should never have been logged stop counting in reports and invoices.
Get a Project
ActionIn Make“Gets information about a project.”
Reads the full record of one project you already know, which gives later modules its details to work with.
Get a Task
ActionIn Make“Gets information of a task.”
Fetches the current state of a single task, handy when the scenario must decide something based on it.
Get Time Entry
ActionIn Make“Gets information of a time entry.”
Returns the details of one time entry, so a scenario can check hours before copying them anywhere.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Calls any endpoint of the Kantata API with the connection you already set up, which covers what the other Kantata modules leave out.
Update a Project
ActionIn Make“Updates a project.”
Changes an existing project in Kantata from the scenario, so its record follows what happens in sales or finance.
Update a Task
ActionIn Make“Updates a task.”
Edits a task that already exists, keeping the plan in step with work tracked outside Kantata.
Update a Time Entry
ActionIn Make“Updates a time entry.”
Corrects an existing time entry, so the right hours stay attached to the right work.
List Projects
SearchIn Make“Retrieves a list of the projects.”
Pulls a list of your Kantata projects into the scenario, each one arriving as its own bundle.
List Tasks
SearchIn Make“Retrieves a list of all tasks.”
Retrieves the tasks of your account as separate bundles, a quick way to act on a whole plan at once.
List Time Entries
SearchIn Make“Retrieves a list of all time entries.”
Collects time entries from Kantata in one pass, which suits reports that look back over logged hours rather than react to each one.
Need help automating Kantata with Make?
A person reads every message.