# createNotification
State Resource
This is a State Resource as provided by the tymly-cardscript-plugin plugin.
# Purpose
Creates notification
# Usage
# Example
{
"CreateNotification": {
"Type": "Task",
"Resource": "module:createNotification",
"InputPath": "$"
}
}
# Options
# Optional properties
# userId
The ID of the user the notification belongs to.
- Type:
string
# title
A short title describing this notification.
- Type:
string
# description
A bit more context/information.
- Type:
string
# category
The category the notification belongs to.
- Type:
string
# created
The datetime the notification was created.
- Type:
string
- Format:
date-time
(opens new window)
# acknowledged
The datetime the user acknowledged the notification.
- Type:
string
- Format:
date-time
(opens new window)
# launches
A standard launches object that can be used to view the board.
- Type:
object