
Build a faster business with kintone. Databases, apps, processes. No code required.
|
Status: Preview |
Tier: Premium |
Version: 1.2 |
|
Name |
Summary |
|
Actions to remove a webhook |
|
|
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 |
|
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 |
|
Name |
Summary |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
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:
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 |
|
|
False |
Returns:
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 |
|
|
False |
Returns:
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 |
|
|
True |
Returns:
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:
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:
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:
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:
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
app |
string App ID |
|
|
url |
string
|
URL of webhook |
|
type |
string
|
Event type |
|
description |
string Description |
|
|
schemaType |
string
|
|
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
schema |
|
|
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
app |
string App ID |
|
|
schemaType |
string
|
|
|
record |
|
|
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
app |
string App ID |
|
|
id |
string Record Number |
|
|
schemaType |
string
|
|
|
record |
|
|
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
app |
string App ID |
|
|
url |
string
|
URL of webhook |
|
description |
string Description |
|
|
schemaType |
string
|
|