CreateNotification
Create a new notification.
Input
| Name | Type | Required | Description |
| Text | String | True | The notification text. |
| UserId | String | True | The user's unique identifier. |
| TargetId | String | True | The target's unique identifier. |
| TargetType | String | True | The target's type (Project / Post)
The allowed values are Project, Post. |
Result Set Columns
| Name | Type | Description |
| NotificationId | String | The notification's unique identifier. |