# JsonForUserNotify

Configures an email notification to send to a user in workflows and apps.

## Properties

| Name | Type | Description |
| --- | --- | --- |
| body |  String  |  The message text of the email notification.   |
| ignoreNotifyOnOwnChangesSetting |  Boolean  |  If `false`, the message is not sent when changes are performed on behalf of the current user. Otherwise, the message is sent anyway.   |
| project |  [Project](v1-Project.html)  |  When set, the email address that is used as the &apos;From&apos; address for the specified project is used to send the message.   |
| subject |  String  |  The subject line of the email notification.   |

## See also

[Project](v1-Project.html)

