AFI AFI

Kintone

Estimated reading: 2 minutes Updated July 31, 2026

Overview

AFI pushes records into Kintone apps from WordPress form submissions. Popular in Japan, Kintone is a customisable cloud database that AFI can feed directly.

Supported actions

  • Add Record to App
  • Update Record

Authentication

  1. Log in to Kintone.
  2. Open the destination App > App Settings > API Token.
  3. Generate an API token with Add records permission and copy it.
  4. Note your Kintone subdomain (the part before .kintone.com) and the App ID.
  5. In AFI go to Settings > Kintone and paste the subdomain, App ID, and API token.

How to create the integration

  1. In WordPress admin, go to AFI > New Integration.
  2. Pick your Sender (Contact Form 7, WPForms, WooCommerce, etc.) and the form / event to listen on.
  3. Pick Kintone as the Receiver, then pick the Task you want to run.
  4. Map sender fields onto Kintone’s fields. Field codes (not display names) are used for mapping. Find them in App Settings > Form > (field) > Field code.
  5. Optional: add Conditional Logic so the action only fires on matching submissions.
  6. Save and run a test submission. Check AFI > Log if anything looks off.

Notes & caveats

  • Per-app tokens: every Kintone app has its own token; use different credentials per integration.
  • Subdomain: .cybozu.com domains exist alongside .kintone.com — pick the right one.
  • Required fields on the Kintone side will reject the create call if blank — check the log for the offending field code.

Related