docs/CreateEmailRequest.md in purecloudplatformclientv2-20.0.0 vs docs/CreateEmailRequest.md in purecloudplatformclientv2-21.0.0

- old
+ new

@@ -18,8 +18,10 @@ | **to_name** | **String** | The name of the recipient of the email. | [optional] | | **from_address** | **String** | The email address of the sender of the email. | [optional] | | **from_name** | **String** | The name of the sender of the email. | [optional] | | **subject** | **String** | The subject of the email | [optional] | | **direction** | **String** | Specify INBOUND to create an inbound email conversation to route to a queue, or OUTBOUND to send an email on behalf of a queue. | [optional] | +| **html_body** | **String** | An HTML body content of the email. | [optional] | +| **text_body** | **String** | A text body content of the email. | [optional] | {: class="table table-striped"}