The Footer Object contains two properties html and text.
footer An Object containing two properties one for html message part and one for text part.
| Path | Type | Description |
|---|---|---|
| html | String (partial HTML) | The html content of footer If footer object is present this property must not be null |
| text | String | The text content of the footer. If present should be pure UTF8 text |

