Aspose.Email Cloud /email/as-file API not working

Hi,
we have successfully used /email/as-file API in past with good results. However, it seems like API is not working as expected. Despite passing an htmlBody, file from the response does not contain a body.

You can replicate the behaviour with your swagger using this payload:

{
“format”: “Eml”,
“value”: {
“attachments”: [
],
“body”: “Some body”,
“bodyType”: “Html”,
“date”: “0001-01-01T00:00:00”,
“deliveryNotificationOptions”: [
“OnSuccess”,
“Delay”
],
“from”: {
“displayName”: “From Address”,
“address”: “from@aspose.com”,
“participationStatus”: “NeedsAction”
},
“htmlBody”: “Some body”,
“isBodyHtml”: true,
“isDraft”: true,
“isEncrypted”: false,
“isSigned”: false,
“originalIsTnef”: false,
“priority”: “High”,
“sensitivity”: “None”,
“subject”: “Re: Some subject”,
“to”: [
{
“displayName”: “To Address”,
“address”: “to@aspose.com”,
“participationStatus”: “NeedsAction”
}
]
}
}

@beeintegrations
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): EMAILCLOUD-474

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@beeintegrations ,

We’re happy to inform you that the issue has been fixed. Please, check and spare a minute to share your feedback.

Thank you.

Your fix is working! Thanks a lot for your support!

@PMBA ,

Thank you for the feedback.
If you have any further questions, feel free to contact us.