Developer Function: Server Script: notification
## Overview
Notifications can be sent at any time using generated or retrieved notification objects.
## Properties
|Property|Change|Description|
|:----------|:-------:|:---------------------------|
|Id |Yes|Notification ID|
|Type|Yes|Notification type (refer to "Notification Type" below)|
|Prefix|Yes|Prefix|
|Address|Yes|Destination address|
|Token|Yes|Token|
|UseCustomFormat|Yes|Use custom design|
|Format|Yes|Format|
|Disabled|Yes|Disabled|
|Title|Yes|Title|
|Body|Yes|Content|
## Method
|Methods|Overview|
|:---|:----|
|[Send](/manual/server-script-notification-send)|Send notification|
## Notification Type
Type can be set to the following values.
Mail = 1, Slack = 2, ChatWork = 3, Line = 4, LineGroup = 5, Teams = 6, RocketChat = 7, InCircle = 8
*The properties required for notifications differ for each notification destination. Please check the settings for each notification destination in the manual below.
[Notification](/manual/table-management-notification) "Specify Notification Type"
## Notes
This is a method used in "[Server Script](/en/manual/table-management-server-script)". It cannot be used in "[Script](/en/manual/table-management-script)".
## Related Information
・[Manage Table: Server Script](/manual/table-management-server-script)
・[Execution Timing for Each Object](/manual/server-script-conditions)
・[Notifications Object](/manual/server-script-notifications)
・[Notifications.New Method](/manual/server-script-notifications-new)
・[Notifications.Get Method](/manual/server-script-notifications-get)