-
Faxing validation
Hello, Do you have any fax validation ? I'm tried to send fax on faxes like "asdasd!!!" and in the status i see - "Posted". Document was sent on fax "asdasd!!!" is it real ? array(4) { ["job_id"]=> string(16) "test2-1700499297" ["entry_time"]=> string(24) "2021-10-19T12:31:14.000Z" ["job_state"]=> array(2) { [0]=>…
-
Faxing callBack
Hello, need a help I'm trying to send fax I need to get sending status via callback(https://developer.opentext.com/apis/99b857ce-b749-4061-bc63-8a077e3a0818/Cloud%20Fax#tag/Receive-fax-status-via-callback-URL-(fax-status-webhook)) But server send me response that looks like I'm expecting json like in documentation. Could…
-
415 Unsupported Media Type
Hello. I'm tying to send fax and in all of cases getting `POST https://t2api.us.cloudmessaging.opentext.com/mra/v1/outbound/faxes` resulted in a `415 Unsupported Media Type` response: {"error_code":"40015","error_message":"Missing Data"} Tried with different types, then created the identical request like in api-doc…
-
Call Back URL Failed In Web Hook Method
Send Fax The “send fax” URL is failing. (https://t2api.us.cloudmessaging.opentext.com/mra/v1/outbound/faxes) We are getting an HTTP 500 error directly from this call. Documentation used https://developer.opentext.com/apis/82fa0a38-6512-4c21-8af1-…
-
Getting Error 40010 "Invalid JSON data" using the Email REST API
I am trying to send an email using the Messaging Email REST API and even when I submit with the sample request provided it returns HTTP 400 and the below. Any ideas?? { "error_code": "40010", "error_message": "Invalid JSON data" }
-
Help with JobSubmit error response - XOA-2000 [system error] : jm_create() failed, error 204
Suddenly getting this error after no changes on our side: { "Envelope": { "Header": { "Response": { "SenderKey": "http:\/\/messaging.easylink.com\/2_6_x\/JobSubmit", "ProcessingID": "xxxxx" } }, "Body": { "JobSubmitResult": { "Status": { "CompletionTime": "2021-08-09T14:28:32.064Z", "SubmissionTime":…
-
Need help debugging undocumented error - "XOA-2000 [system error] : jm_create() failed, error 204"
Our fax service suddenly stopped working, despite no changes on our side. Here is what we are sending in (we have some steps to transform the json into xml, this is prior to that step, so if any more info is needed I can dig in further and provide): { "documents": [ { "documentID": "123", "documentContent": "Hello World!"…
-
Problem viewing the image file from the web portal after submitting a fax through JobSubmitService
Hi @mparvathi_2021, I have an issue with the image file that I'm sending through JobSubmitService API. I can confirm on my side that the file is existing in the my directory and I think I set the path correctly in the code but when I view it from the web portal, all I see is the cover page and a blank page with an "x"…
-
XOA Service Error encountered when viewing the document sent through fax
Fax was successfully sent through JobSubmit API returning a status code = 0 But as soon as we click the “View” link at the right side under Actions column in the Web Portal (https://myportal.opentext.com/), we will hit the error popping up on the screen: XOA Service Error What could cause this error and how do we avoid it?…
-
Enhanced Email Options - From Address and ReplyTo not working
I have submitted an email job with an enhanced email option and I setup the From address and Reply to as follows, EnhancedEmailOptions = new EnhancedEmailOptionsType() { Subject = new EncodableStringType() { Value = "Test Email" }, FromDisplayName = "Some Value", FromAddress = "Noreply@website.com", ReplyTo =…