Kintone REST logo

Integrate Kintone REST with your AI CRM

Manage Kintone records and app settings with delegated OAuth access through the Kintone REST API.

Explore Triggers and Actions

Add Comment

Add one comment to a Kintone record, optionally mentioning up to 10 users, groups, or organizations. The app's commenting feature must be enabled.

ActionTry it

Add Form Fields

Add typed fields to an app's pre-live form, including selections, lookups, related-record lists, groups, and nested tables. Deploy app settings separately to make them live.

ActionTry it

Add Preview App

Create a pre-live Kintone app and return its app ID and initial settings revision. Kintone provides no REST API to delete the created preview app, so this creation cannot be undone through the API. Deploy it separately when its settings are ready.

ActionTry it

Create Record

Create one record in a Kintone app from field-code values and return its record ID and revision.

ActionTry it

Create Records

Create one to 100 records atomically in one Kintone app and return their record IDs and revisions in input order.

ActionTry it

Delete Comment

Permanently delete one comment from a Kintone record. With OAuth user authentication, only a comment created by that user can be deleted.

ActionTry it

Delete Form Fields

Delete up to 100 fields from an app's pre-live form. Deleting a group or table also deletes every field it contains. The deletion affects preview settings until deployed and returns the resulting revision.

ActionTry it

Delete Records

Permanently delete one to 100 explicitly identified records from a Kintone app. If revisions are supplied, Kintone deletes no records when any revision does not match.

ActionTry it

Deploy App Settings

Atomically apply the complete pre-live settings of up to 300 Kintone apps to their live apps. If one deployment fails, Kintone rolls every app in the request back to its pre-request state.

ActionTry it

Discard App Settings Changes

Permanently discard every pre-live settings change for up to 300 Kintone apps and restore each preview to its current live settings. This does not change the live apps. If one discard fails, Kintone rolls back the entire request.

ActionTry it

Download File

Download an attachment up to 100 MB using the file key returned by a record read. Files larger than 100 MB are rejected.

ActionTry it

Get Action Settings

Return deployed or unpublished record-copy action settings of an app, including destinations, mappings, availability, order, and revision.

ActionTry it

Get App

Gets general information of an App, including the name, description, related Space, creator and updater information. Use guest_space_id only when the target app belongs to a Kintone guest space.

ActionTry it

Get App Deploy Status

Get the deployment status of settings for up to 300 Kintone apps.

ActionTry it

Get App Permissions

Return deployed or unpublished app-level permissions and settings revision in priority order.

ActionTry it

Get App Settings

Return an app's deployed or unpublished name, description, title-field configuration, feature flags, theme, icon, and revision.

ActionTry it

Get Customization

Return deployed or unpublished desktop and mobile JavaScript and CSS customization files, scope, and revision for an app.

ActionTry it

Get Field Permissions

Return deployed or unpublished field permissions, including prioritized subjects and each field's access level.

ActionTry it

Get Form

Read a deployed or unpublished app form in Kintone's legacy property-array format. This reader omits Categories, Status, and Field Groups; inside Field Groups, it also omits system-generated fields, blank spaces, labels, and borders. Use GET_FORM_FIELDS for field definitions and settings keyed by field code, or GET_FORM_LAYOUT for row, group, table, and field-size layout data.

ActionTry it

Get Form Fields

Return deployed or unpublished field codes, types, labels, and settings so an agent can construct valid record values and queries.

ActionTry it

Get Form Layout

Return deployed or unpublished field layout information for an app form, including rows, groups, tables, fields, and sizes.

ActionTry it

Get General Notification Settings

Get an app's deployed or unpublished general-notification recipients, event conditions, commenter option, and revision.

ActionTry it

Get Graph Settings

Return deployed or unpublished graph definitions with their chart, aggregation, grouping, sorting, periodic-report settings, and revision.

ActionTry it

Get Per Record Notification Settings

Get an app's deployed or unpublished conditional per-record notifications, recipients, subjects, and revision.

ActionTry it

Get Process Management Settings

Return deployed or unpublished process-management enablement, statuses, assignee rules, transitions, branch conditions, and revision.

ActionTry it

Get Record

Retrieve one record from a Kintone app by its record ID.

ActionTry it

Get Record Permissions

Return deployed or unpublished record permission rules, preserving each query filter and prioritized subject list.

ActionTry it

Get Reminder Notification Settings

Get an app's deployed or unpublished reminder timing, filters, recipients, timezone, and revision.

ActionTry it

Get Views

Return deployed or unpublished list, calendar, custom, and built-in view settings, including filters, sorting, displayed fields, and revision.

ActionTry it

List Apps

Find apps visible to the connected Kintone user by name, ID, code, or space and return one offset-controlled page of app metadata.

ActionTry it

List Comments

Retrieve one offset-controlled page of up to 10 comments from a Kintone record. The app's commenting feature must be enabled.

ActionTry it

Search Records

Search an app's records with a Kintone query and return one offset-controlled page. OAuth searches cannot continue beyond offset 10,000.

ActionTry it

Update Action Settings

Replace the complete unpublished record-copy action map. Existing preview actions omitted from actions are deleted, so read preview action settings first and include every action to retain. Deploy app settings separately to make the replacement live.

ActionTry it

Update App Permissions

Replace app-level permissions in priority order and deploy all pending app settings, not only permissions. This can immediately revoke app or record access for omitted or restricted entities; read the current and preview settings first when preserving access.

ActionTry it

Update Assignees

Replace the assignees of one Kintone record whose app uses Process Management. An empty assignee list removes all assignees; the caller needs app-management and record-view permissions.

ActionTry it

Update Customization

Update unpublished desktop and mobile JavaScript and CSS customization. Deploy app settings separately to make changes live.

ActionTry it

Update Field Permissions

Replace field permissions and deploy all pending app settings, not only permissions. This can immediately revoke field access for omitted fields or entities and settings are applied to affected fields sequentially; read the current and preview settings first when preserving access.

ActionTry it

Update Form Fields

Update typed field settings in an app's pre-live form. Supplying options replaces that field's complete option set and deletes omitted options. Deploy app settings separately to make changes live.

ActionTry it

Update Form Layout

Replace an app's complete pre-live form layout. Kintone requires every form field to be included in the request. Deploy app settings separately to make the layout live.

ActionTry it

Update General Notification Settings

Replace or selectively update an app's undeployed general-notification settings; deploy the app settings afterward to make them live.

ActionTry it

Update General Settings

Update unpublished general app settings such as name, description, icon, theme, feature flags, title field, and number precision. Deploy separately.

ActionTry it

Update Graph Settings

Replace the complete unpublished graph map. Existing preview graphs omitted from reports are deleted, so read preview graph settings first and include every graph to retain. Deploy app settings separately to make the replacement live.

ActionTry it

Update Per Record Notification Settings

Replace an app's undeployed per-record notification rules; deploy the app settings afterward to make them live.

ActionTry it

Update Preview App Permissions

Replace the complete unpublished app-level permission list in priority order without deploying it. Omitted or restricted entities may lose access when the preview settings are later deployed; read preview permissions first when preserving access.

ActionTry it

Update Preview Field Permissions

Replace the complete unpublished field permission list without deploying it. Omitted fields or entities may lose access when the preview settings are later deployed; read preview field permissions first when preserving access.

ActionTry it

Update Preview Record Permissions

Replace the complete unpublished record permission rule list without deploying it. Omitted or restricted rules may revoke record access when the preview settings are later deployed; read preview record permissions first when preserving access.

ActionTry it

Update Process Management Settings

Update unpublished process-management settings. When states is supplied it is the complete desired preview status map: omitted statuses are deleted, so read preview process settings first and include every status to retain. Deploy app settings separately.

ActionTry it

Update Record

Update selected fields of one Kintone record by record ID, optionally requiring an expected revision.

ActionTry it

Update Record Permissions

Replace record permission rules and deploy all pending app settings, not only permissions. This can immediately revoke record access for omitted or restricted rules and settings are applied to affected records sequentially; read the current and preview settings first when preserving access.

ActionTry it

Update Records

Update selected fields of one to 100 Kintone records atomically by record ID, optionally checking each revision. This tool does not select by unique key and never upserts.

ActionTry it

Update Reminder Notification Settings

Replace or selectively update an app's undeployed reminder rules and timezone; deploy the app settings afterward to make them live.

ActionTry it

Update Status

Run one Process Management action to update a Kintone record's workflow status, optionally selecting the next assignee and checking the current revision.

ActionTry it

Update Statuses

Run Process Management actions for one to 100 Kintone records in the same app, optionally selecting assignees and checking revisions.

ActionTry it

Update Views

Replace the complete unpublished list, calendar, and custom view map. Existing preview views omitted from views are deleted, so read preview views first and include every view to retain. Deploy app settings separately to make the replacement live.

ActionTry it

Upload File

Upload one managed file to Kintone and return the temporary file key used to attach it to a record within three days.

ActionTry it

How the Kintone REST integration works

The Kintone REST integration connects your Dench AI CRM directly to Kintone REST, so agents can read and act on your Kintone REST data as part of everyday work — answering questions in chat, keeping your CRM in sync, and running automations without anyone copying data between tools.

55 actions are available for agents to invoke on your behalf. Every call runs through Kintone REST's own authorization, scoped to the account you connect.

Set up Kintone REST in Dench

  1. 1

    Sign in to your Dench workspace and open Integrations.

  2. 2

    Find Kintone REST and click Connect — you'll authorize access through Kintone REST's own sign-in flow. No API keys or code required.

  3. 3

    Ask an agent to use Kintone REST in chat, or call it from an automation.

  4. 4

    Manage or disconnect the connection any time from workspace settings.

Frequently asked questions

How does the Kintone REST integration work with Dench?

The Dench Kintone REST integration connects your AI CRM to Kintone REST, so AI agents can work with your Kintone REST data as part of chats, automations, and CRM workflows. You connect your account once, and every agent in your workspace can use it — governed by your workspace permissions.

What actions can AI agents perform with Kintone REST via Dench?

The Kintone REST integration currently exposes 55 actions, including Add Comment, Add Form Fields, Add Preview App, Create Record, Create Records, and Delete Comment. Agents invoke them on your behalf from chat or from automations.

Do I need to write code to connect Kintone REST to Dench?

No. You connect Kintone REST from your Dench workspace using Kintone REST's own sign-in and authorization flow — no API keys to copy, no glue code to maintain.

Is the Kintone REST integration secure?

Connections are authorized through Kintone REST's own authentication flow, and Dench stores only the authorization needed to act on your behalf. You can review and disconnect the Kintone REST connection from your workspace settings at any time.

Kintone REST | Dench AI CRM