Update General Notification Settings
Updates the General Notification settings of the App. For information on notifications, refer to the following article:
General Notifications
This API updates the pre-live settings.
After using this API, use the following API to deploy the settings to the live App:
Deploy App Settings
Method | PUT |
---|---|
URL | https://{subdomain}.kintone.com/k/v1/preview/app/notifications/general.json |
URL(guest space) | https://{subdomain}.kintone.com/k/guest/{SpaceID}/v1/preview/app/notifications/general.json |
Authentication | Password Authentication , API Token Authentication , Session Authentication |
Content-Type | application/json |
Permissions
- App Management Permissions are needed.
- The entity must be granted the view records permission in order for the entity to receive the notification.
Request Parameters
Parameter | Value | Required | Description |
---|---|---|---|
app | Integer or String | Yes | The App ID. |
notifications | Array | An array of objects consisting of "Recipients and Conditions" options. If an empty array is sent, all the recipients will be removed. If this parameter is ignored, no changes will be made to the "Recipients and Conditions" options. |
|
notifications[].entity | Object | Conditional | An object containing data of the entity the General Notification settings are configured to. Required when specifying the notifications parameter. |
notifications[].entity.type | String | Conditional | The type of the entity the General Notification settings are configured to.
|
notifications[].entity.code | String | Conditional | The code of the entity the General Notification settings are configured to. Specify the field code if the notifications[].entity.type parameter is specified as FIELD_ENTITY. For guest users, add guest/ before the login name. Required when specifying the entity parameter. |
notifications[].includeSubs | Boolean or String | The "Include affiliated departments" setting of the Department. This parameter is available if notifications[].entity.type parameter is specified to ORGANIZATION or FIELD_ENTITY.
|
|
notifications[].recordAdded | Boolean or String | Option to notify the entity when a record is added.
|
|
notifications[].recordEdited | Boolean or String | Option to notify the entity when a record is edited.
|
|
notifications[].commentAdded | Boolean or String | Option to notify the entity when a comment is posted.
|
|
notifications[].statusChanged | Boolean or String | Option to notify the entity when a status is changed.
|
|
notifications[].fileImported | Boolean or String | Option to notify the entity when a file is imported.
|
|
notifyToCommenter | Boolean or String | Option to notify all commenters of a record when a comment is posted on that record. This reflects the "Send updated comment notifications to all commenters" checkbox.
|
|
revision | Integer or String | Specify the revision number of the settings that will be deployed. The request will fail if the revision number is not the latest revision. The revision will not be checked if this parameter is ignored or -1 is specified. |
Sample Request
|
|
XMLHttpRequest
|
|
Response Parameters
Parameter | Type | Description |
---|---|---|
revision | String | The revision number of the App settings. |
Sample Response
|
|