Hello @WVGO ,
I am able to successfully send mail in HTML format, Please refer to the below body:
{
"message": {
"body": {
"content": "The group represents <b>Nevada.</b>",
"contentType": "HTML"
},
"sender": {
"emailAddress": {
"address": "******@domain.com",
"name": "user"
}
},
"subject": "Meet for lunch?",
"toRecipients": [
{
"emailAddress": {
"address": " ******@domain.com",
"name": "user"
}
}
]
}
}
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.