I a question regarding the recent changes in the otpm/otpmrs (https://developer.opentext.com/services/products/messaging-service/apis/messaging-sms-fax-and-email).
Currently, all fax jobs sent to email are received without a cover page. I noticed that in the updated OpenAPI specification for otpmrs, the coverpage option has been removed from the sendEmail request:
/mra/v1/outbound/emails
"options": {
"message_id": "temp_message_id",
"billing_code": "temp_billing_code",
"customer_reference": "temp_customer_reference",
"email_options": {
"subject": " Sample Email Subject",
"from_display_name": "sample_display_name",
"forward_reply": "abc@ot .com",
"charset": "ISO-8859-1",
"pull_password": "123456",
"html_open_tracking": "top",
"expiration_days": 14,
"display_to": "abc@ot .com,ex@ot .com",
"display_cc": "abc@ot .com,ex@ot .com"
}
}
Could you please advise whether the cover page functionality for faxes sent to email has been completely removed, or if it has been moved to a different part of the API?
Thank you