1# NotificationTemplate 2 3The **NotificationTemplate** module describes the notification template. 4 5> **NOTE** 6> 7> The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version. 8 9**System capability**: SystemCapability.Notification.Notification 10 11| Name| Type | Read-only| Mandatory| Description | 12| ---- | ---------------------- | ---- | ---- | ---------- | 13| name | string | No | Yes | Template name.| 14| data | {[key:string]: Object} | No | Yes | Template data.| 15