# 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.


# acknowledged

The datetime the user acknowledged the notification.


# launches

A standard launches object that can be used to view the board.

  • Type: object
Last Updated: 9/10/2023, 11:30:14 AM