- Home
- Resources
- Integrations
- Kintone
Kintone Make integrationAutomate Kintone with Make.
Can your Kintone records move on their own once they change? The Kintone Make integration gives you 12 modules: one trigger, nine actions and two searches. This page is for ops teams who know Kintone and are new to Make, and it walks you from connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Kintone Make integration do for you?
The Kintone Make integration links your Kintone account to Make, a no-code tool where you build a scenario: an automation made of modules, each one a single brick such as a trigger, an action or a search. Kintone can start a scenario when a new record appears, and it can receive records, comments and files sent from other tools.
Intake that files itself. A form or a spreadsheet in another app feeds Create a Record, so each request lands in Kintone as a proper record instead of an email someone has to retype. Upload a File can then attach the document that came with it.
A process that advances without clicks. When a payment is confirmed elsewhere, Search Records finds the matching entry and Update a Record Status moves it to the next step. Create a Comment leaves a short note so colleagues see why it moved.
New records announced to the right people. Watch Records picks up each record created in Kintone and passes it on, for example to a chat channel or a task list, while Get a Record fetches the full details when you only have an ID.
Know the limits before you start. The trigger only reacts to new records, not to edits, and it is scheduled, so Make checks Kintone on the scenario's timing rather than the moment a record appears. The Make documentation for this app is marked as AI-generated and asks you to verify important details with Kintone. The same app often has an n8n node too; the n8n vs Make comparison helps you choose, and the Make review covers the tool itself. If you would rather hand the build over, see our Make agency.
How do you connect your Kintone account to Make?
- 01
Add a Kintone module
In your scenario, add any Kintone module and click Create a connection. A connection is your Kintone account linked to Make once, then reused by every Kintone module you add later.
- 02
Name the connection
The Connection name field is optional, yet worth filling. A clear label such as the team or environment it belongs to saves you guessing later when several accounts are linked.
- 03
Enter your credentials
Paste the credentials copied from Kintone, either an API token or valid user credentials, or follow the on-screen instructions. For OAuth, create a client under OAuth in System Administration with the callback URI
https://www.make.com/oauth/cb/kintone-v12.
Your first scenario: comment on every new Kintone record
GoalWhen a new record is created in Kintone, Make adds a comment to it so the owner knows it was picked up.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the big +. Search for Kintone and pick Watch Records as the first module.
- 02
Link your account
Click Create a connection and enter your Kintone credentials. Once the connection exists, Make can list what it is allowed to read, so you pick instead of typing.
- 03
Add the comment
Click the + to the right of the trigger and choose Create a Comment. Map the record from the trigger so the comment lands on the right entry, then write a short message.
- 04
Test with Run once
Create a sample record in Kintone, then click Run once. Open the bubbles above each module to read the bundles, the items passed along, and check the comment appeared.
- 05
Schedule and switch on
Open the clock on the first module to set the schedule, every 15 minutes by default, and turn the scenario on. From then on each new record gets its comment without you.
What can start a Kintone scenario?
1 module starts a scenario when something happens in Kintone. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Kintone as soon as it happens.
Watch Records
Scheduled triggerIn Make“Triggers when a new record is created.”
You get each freshly created Kintone record handed to your scenario as its own bundle, ready to be sent to another tool, copied or commented on. It is the only way this app can start a scenario by itself.
What can Make do in Kintone?
Kintone 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
Create a Comment
ActionIn Make“Creates a new comment.”
Your team sees a note right on the Kintone record, written by the scenario, so the context of an automated change stays next to the data. Each run adds one comment, which counts as one operation, the unit Make bills on your plan.
Create a Record
ActionIn Make“Creates a new record.”
A new Kintone record appears from data arriving elsewhere, like a form entry or a row in a sheet, with no manual retyping. This is the entry point for most intake flows built around Kintone.
Delete a Comment
ActionIn Make“Deletes an existing comment.”
Removes a comment from a record, which keeps threads clean when a scenario posted something that no longer applies. Pair it with Search Comments to find the right one before removing it.
Delete a Record
ActionIn Make“Deletes an existing record.”
Takes a record out of Kintone entirely, so test data or cancelled entries stop cluttering views and reports. It acts on one record per bundle, which makes it safe to control record by record.
Get a Record
ActionIn Make“Retrieves an existing record.”
Brings back the full content of one record you already know, so later modules can map any of its values. Think of it as opening a record you can already point to, rather than searching for it.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Covers anything the listed modules leave out: you call any endpoint of the Kintone API from the scenario, reusing the same connection, so there is no separate login to manage.
Update a Record
ActionIn Make“Updates an existing record.”
Keeps an existing record in step with the rest of your tools by changing its values in place, instead of creating a second copy next to it. History and comments stay attached to the same entry.
Update a Record Status
ActionIn Make“Updates the status of the existing record.”
Moves a record to its next status, so a Kintone process advances as soon as the outside event that justifies it happens. It is distinct from Update a Record, which edits values but leaves the status alone.
Upload a File
ActionIn Make“Uploads a new file.”
Sends a file into Kintone so it can live alongside the record it belongs to, for example a signed contract or a scanned receipt coming from mail or storage. The file travels as a bundle from the module before it.
Search Comments
SearchIn Make“Searches for comments or lists them all.”
Lists the comments on a record, or only those that match, so a scenario can read the discussion before acting on it. Each comment comes out as a separate bundle.
Search Records
SearchIn Make“Searches for records or lists them all.”
Finds the Kintone records that match what you know, a value you already have, or lists them all, and hands each one on as a bundle. It is how later modules learn which record to act on.
Need help automating Kintone with Make?
A person reads every message.