Use the Kintone connector to build custom apps and workflows.
Integrating your application with Kintone lets you use these operations in an automation. It exposes 5 actions, listed below. Add the connector from the Connections area, authenticate, then select its operations in the automation builder. Capabilities: actions.
Authentication
Before you begin, make sure you have the following information:
Connection Name: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings.
Authentication Type: The authentication method for this connector is defined in the connection setup. Select the connector in the Connections area to see the fields it requires.
Obtaining Your API Token
Log in to your Kintone account and open the app you want to connect.
Click the gear icon in the upper-right corner to open App Settings.
On the Settings tab, click API Token under Advanced Settings.
Click Generate to create a new API token.
Click Save, then click Update App to apply the change.
Copy the generated API token and store it securely for further authentication purposes.


Actions
Action Name | Description |
|---|---|
Add record | Adds record in an app |
Delete records | Deletes records to an app in Kintone |
Get record | Gets a record by its ID in Kintone |
Get records | Retrives details of multiple records from an app in Kintone |
Update record | Updates a record by its ID in Kintone |