I was able to achieve this by using CustomPayload
"message":[
{
"contentType": "CustomPayload",
"content": f"Here are the details of your order:<br>• Order ID: {row['orderId']}<br>• Created on: {row['Date']}"
}
]