Connectors Reference

kintone

Build a faster business with kintone. Databases, apps, processes. No code required.

 

Status: Preview

Tier: Premium

Version: 1.2

 

Actions:

Name

Summary

remove-webhook ([Optional]string app, [Optional]string id)

Actions to remove a webhook

GetRecordSchema (string app, string type)

Get record schema

AddRecord ([Optional]PostRecordRequestBody Request body of record)

Add a record to an app

UpdateRecord ([Optional]PutRecordRequestBody Request body of record)

Update a record in an app

 

Triggers:

Name

Summary

webhook-trigger (AddRecordWebhookRequestBody Request body of webhook)

When a record is added to an app

AddWebhookForUpdatingRecord (WebhookRequestBodyExceptAddRecord Request body of webhook)

When an app record is updated

AddWebhookForDeletingRecord (WebhookRequestBodyExceptAddRecord Request body of webhook)

When an app record is deleted

AddWebhookForAddingRecordComment (WebhookRequestBodyExceptAddRecord Request body of webhook)

When a record comment is posted on an app

AddWebhookForUpdatingStatus (WebhookRequestBodyExceptAddRecord Request body of webhook)

When a process management status is updated

 

Objects:

Name

Summary

AddRecordWebhookRequestBody

 

GetRecordSchemaResponse

 

Object

 

PostRecordRequestBody

 

PutRecordRequestBody

 

WebhookRequestBodyExceptAddRecord

 

 

Actions:

remove-webhook

Summary: Actions to remove a webhook

Description: Deletes a kintone webhook

 

Syntax:

kintone.remove-webhook ([Optional]string app, [Optional]string id)

 

Parameters:

Name

Type

Summary

Required

Related Action

app

string

 

app id

False

id

string

 

webhook id

False

 

Returns:

 

GetRecordSchema

Summary: Get record schema

Description:

 

Syntax:

kintone.GetRecordSchema (string app, string type)

 

Parameters:

Name

Type

Summary

Required

Related Action

app

string

 

app id for schema

True

type

string

 

app id for schema

True

 

Returns:

          Type:GetRecordSchemaResponse

 

AddRecord

Summary: Add a record to an app

Description: Adds a new record to an app.

 

Syntax:

kintone.AddRecord ([Optional]PostRecordRequestBody Request body of record)

 

Parameters:

Name

Type

Summary

Required

Related Action

Request body of record

PostRecordRequestBody

 

 

False

 

Returns:

 

UpdateRecord

Summary: Update a record in an app

Description: Updates a record in an app.

 

Syntax:

kintone.UpdateRecord ([Optional]PutRecordRequestBody Request body of record)

 

Parameters:

Name

Type

Summary

Required

Related Action

Request body of record

PutRecordRequestBody

 

 

False

 

Returns:

 

Triggers:

Trigger webhook-trigger

Summary: When a record is added to an app

Description: This operation triggers a flow when a new record is added to an app.

 

Syntax:

kintone.webhook-trigger (AddRecordWebhookRequestBody Request body of webhook)

 

Parameters:

Name

Type

Summary

Required

Related Action

Request body of webhook

AddRecordWebhookRequestBody

 

 

True

 

Returns:

 

Trigger AddWebhookForUpdatingRecord

Summary: When an app record is updated

Description: This operation triggers a flow when an app record is updated.

 

Syntax:

kintone.AddWebhookForUpdatingRecord (WebhookRequestBodyExceptAddRecord Request body of webhook)

 

Parameters:

Name

Type

Summary

Required

Related Action

Request body of webhook

WebhookRequestBodyExceptAddRecord

 

 

True

 

Returns:

 

Trigger AddWebhookForDeletingRecord

Summary: When an app record is deleted

Description: This operation triggers a flow when an app record is deleted.

 

Syntax:

kintone.AddWebhookForDeletingRecord (WebhookRequestBodyExceptAddRecord Request body of webhook)

 

Parameters:

Name

Type

Summary

Required

Related Action

Request body of webhook

WebhookRequestBodyExceptAddRecord

 

 

True

 

Returns:

 

Trigger AddWebhookForAddingRecordComment

Summary: When a record comment is posted on an app

Description: This operation triggers a flow when a record comment is posted on an app.

 

Syntax:

kintone.AddWebhookForAddingRecordComment (WebhookRequestBodyExceptAddRecord Request body of webhook)

 

Parameters:

Name

Type

Summary

Required

Related Action

Request body of webhook

WebhookRequestBodyExceptAddRecord

 

 

True

 

Returns:

 

Trigger AddWebhookForUpdatingStatus

Summary: When a process management status is updated

Description: This operation triggers a flow when a process management status is updated.

 

Syntax:

kintone.AddWebhookForUpdatingStatus (WebhookRequestBodyExceptAddRecord Request body of webhook)

 

Parameters:

Name

Type

Summary

Required

Related Action

Request body of webhook

WebhookRequestBodyExceptAddRecord

 

 

True

 

Returns:

 


 

AddRecordWebhookRequestBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

app

string

App ID

 

url

string

 

URL of webhook

type

string

 

Event type

description

string

Description

 

schemaType

string

 

 


 

GetRecordSchemaResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

schema

Object

 

 


 

Object

Summary:

Description:

 

          Properties:

Name

Type

Summary


 

PostRecordRequestBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

app

string

App ID

 

schemaType

string

 

 

record

Record

 

 

 

Record

Summary:

Description:

 

          Properties:

Name

Type

Summary

 


 

PutRecordRequestBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

app

string

App ID

 

id

string

Record Number

 

schemaType

string

 

 

record

Record

 

 

 

Record

Summary:

Description:

 

          Properties:

Name

Type

Summary

 


 

WebhookRequestBodyExceptAddRecord

Summary:

Description:

 

          Properties:

Name

Type

Summary

app

string

App ID

 

url

string

 

URL of webhook

description

string

Description

 

schemaType

string