Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
Outbound Fax Failure
Sent to - https://faxus1.xmedius.com/faxservice/rest Request {"faxOptions":{},"userId":"CERTEFR@mtb.com","subject":"denial","recipients":[{"number":"7163064380","name":"fg"}],"comment":""} Response Status code response from Outbound Fax request: NotFound (00000000) Requesting more details on why this request is failing.…
-
Outbound failure with SOAP API
Soap call: <FaxJobs> <FaxData> <recipient-list> <Recipient> <fax>7163064380</fax> <first-name>Customer</first-name> <last-name>Support</last-name> </Recipient> </recipient-list> <processing-options> <user>CERTEFR@mtb.com</user> <password></password> <delete-input-files>yes</delete-input-files> </processing-options>…
-
Delivery of XMOutboundFax failed
Looking for help on this error message 2026-05-13T14:11:25.2685708-04:00 0HNLH38MFMDJ8:00000001 [INF] OutboundFax request URL: https://intdevapi.mtb.com/xmedius (1d183783) 2026-05-13T14:11:25.2695197-04:00 0HNLH38MFMDJ8:00000001 [INF] XML Request: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <FaxJobs> <FaxData>…
-
SOAP API Error Sending Fax - User not found
Trying to use the SOAP WS to send a fax. The userId value is what I have registered in my cloud account associated with my email. I also made sure I had the header for XM-Token-Authorization that was provided to me by our account rep. Sample POST body: <soapenv:Envelope…
-
Final status callback not received for gamma code: 5000 - State: cancelled
For production account EDM.Fax@prudential.com, when invoking the https://api.us.cloudmessaging.opentext.com/mra/v1/outbound/faxes endpoint for sending a fax, the webhook callback API registered for final fax status updates is not being invoked when the final state is 'cancelled' and gamma code is 5000. For all other final…
-
Sender fax number is not displayed in cover page
We are sending fax using XM Fax Cloud webservice, we are populating Sender information including fax number in the request but somehow fax number is missing from the cover page.
-
How to modify the font settings of a fax cover sheet?
Hello everyone. We are trying to change the font size of the Notes/Comment field in the fax cover sheet. A while back, we were given the impression that the font settings (i.e. font size) could be manipulated through the Send Faxes API but when reviewing the API, I do not see any mentioning of manipulating the font in the…
-
I ran one of the examples in the tutorial in pm. How do I find what error 599 is?
"Accept": "application/json", "XM-Token-Authorization": "{{your_authorization_token}}", "Content-Type": "multipart/form-data", "Attachment": { "fileName": "C:\KT\Fax\test file 2.pdf", "type": "application/pdf" }, "Metadata": { "faxOptions": {}, "userId": "AppDevFaxUsr", "subject": "Sending a test fax from the tutorial",…
-
Urgent need to increase the font size of the Notes/Comments section in fax cover sheet.
Our team urgently needs to increase the font size of the Notes/Comments section on the fax cover sheet to improve readability of clinical drug information for our physicians. What would be the process of updating the font size of the fax cover sheet? Please let me know.
-
Fax callback API with incorrect Content_Type
ID edm.fax.dev@prudential.com is configured at the account level for a callback API with application/json format. This functionality is working. However, for job_id xsi-1507269286, the content_type of the callback api request payload is text/xml;charset=UTF-8, which is causing the callback response to not be processed. The…
-
Need further information on Fax Gamma Code descriptions
Could you please provide further clarification on the following Fax response Gamma code descriptions based on the question for each gamma code: 3290 - Question: What action on recipient side will trigger this error? 5131 - Question: What is an invalid doc_list document number? 5140 - Question: What are the valid and…
-
Using the REST API, Can a fax status update be returned via webhook callback and email.
Our team is looking to get a report sent to the email id if passed in the request payload of the REST API fax request. We expect the webhook callback URL call (Json) and Email (user friendly format) in this scenario. Please let us know if this is not a right understanding of how the reports will work. For example: The…
-
Invoking API to send fax and receivve response
I want to send fax to third parties using an API call. We would send destination number and fax body in API and return the success/failure response. Want to know if we can programmatically call this API to send request to send fax and get response back. Below is the URL of OpenText Messaging Fax REST API.…
-
(Outbound) JobsubmitResult & OpenText Messaging Fax REST API : Missing Response
Hi All the jobsubmitResult from SOAP is having Submissiontime and Completiontime, but the FAX REStAPI is sending only the job submitid, it is not sending any Submissiontime and completiontime. Please help Soap API Response…
-
Is Cloud Fax and RightFax the same?
I am currently trying to learn how to send a fax via api. And based on opentext documentation I only saw CloudFax. But I read rightfax also has an api. Are the two just the same? if not, what are they differences? I hope someone can help me for this. Thanks
-
Issue with Callback endpoint
There seems to be a bug based on your documentation: "When the callback URL is set via either of these methods, OpenText messaging service will POST the final fax status as application/json to this end point. The schema is the same as in the response from "Get fax status" method except that the values of "job_state"…
-
How to get JobDeliveryStatus Response?
Please share how I can hit the JobDeliveryStatus in either PHP or NodeJS so that I can fetch email bounces in our CRM. We are unable to understand the documentation and the code we have written is not fetching us any results so far. Let me know how we could use the SOAP API here otherwise provide us with easier REST…
-
API for Activity Report
Looking to pull the Activity Report using an API as opposed to manually through the portal but not finding an available API to do this. Does someone know of one that is available to complete this?
-
Migrating from EasyLink SOAP to REST
Hi all, I would like to migrate from using the easylink SOAP APIs to the REST APIs. We are using easylink apis to send faxes. Can we use the same account credentials to use the Cloud Fax Rest APIs? Where can we find the documentation, as well, how do we setup the webhook/callback capability?
-
Where can I edit the email every time I send fax?
I am new on opentext, and I'm just wondering why do I receive an email every sent of fax? The subject of the email is like "Delivery Report <job id>" something like this. Hopefully someone can help me to understand this. Thank you