| Name | Type | Description | Notes |
|---|---|---|---|
| active | bool | The status of the email template. | [optional] |
| bcc_email_address | str | Email BCC address. | [optional] |
| cc_email_address | str | Email CC address. | [optional] |
| cc_email_type | str | Email cc type. | [optional] [default to 'SpecificEmails'] |
| created_by | str | The ID of the user who created the notification definition. | [optional] |
| created_on | datetime | The time when the notification definition was created. Specified in the UTC timezone in the ISO860 format (YYYY-MM-DDThh:mm:ss.sTZD). E.g. 1997-07-16T19:20:30.45+00:00 | [optional] |
| description | str | The description of the email template. | [optional] |
| email_body | str | The email body. You can add merge fields in the email object using angle brackets. User can also embed html tags if 'isHtml' is true. | [optional] |
| email_subject | str | The email subject. You can add merge fields in the email subject using angle brackets. | [optional] |
| encoding_type | str | The endcode type of the email body. | [optional] |
| event_type_name | str | The name of the event type. | [optional] |
| from_email_address | str | If formEmailType is SpecificEmail, this field is required. | [optional] |
| from_email_type | str | The from email type. | [optional] |
| from_name | str | The name of email sender. | [optional] |
| id | str | The filter rule associated with this notification definition. | [optional] |
| is_html | bool | Specified whether the style of email body is HTML. | [optional] |
| name | str | The name of the email template. | [optional] |
| reply_to_email_address | str | If replyToEmailType is SpecificEmail, this field is required | [optional] |
| reply_to_email_type | str | The reply email type. | [optional] |
| to_email_address | str | If toEmailType is SpecificEmail, this field is required. | [optional] |
| to_email_type | str | Email receive type. | [optional] |
| updated_by | str | The ID of the user who updated the notification definition. | [optional] |
| updated_on | datetime | The time when the notification definition was updated. Specified in the UTC timezone in the ISO860 format (YYYY-MM-DDThh:mm:ss.sTZD). E.g. 1997-07-16T19:20:30.45+00:00 | [optional] |