-
Can I update the status of one job id in OpenText MyPortal?
Hi, I'm coding the retrieve a fax document by powershell of REST API. this is my understading that after comleting a retrieve fax documents, need to delete a fax docoment which also means to update a status for a job id of retrieving fax. I'm considering a troubleshooting flow that if the powershell failed to delete a fax,…
-
UserProfileRead - Error calling profile read service The server vmxsiemh1.xpedite.com failed to resp
Getting this error when making a UserProfileRead call. I was able to make a successful call on a Friday and then the following Monday, I've continue to receive this error. Talked to OpenText support and the engineers said the following. However, I'm able to make other types of API calls without issue and get the expected…
-
FAX 2 Mail web API URL
I'm developing the sending and receiving API for integration with FAX 2 Mail. What is the URL connecting with FAX 2 Mail? Is it possible to access with REST API?
-
Fax API - Retrieval of document
I am using delete api of fax in my application. There is a mention of docId in the request parameter, which we can get from document retrieval api response. There is not much information about retrieval API, like the mandate fields, and shouldn't we be passing the fax number or job id in the query param to uniquely…
-
FAX API - Delete fax API
Can anyone provide any information on the request parameter docId to be passed in delete request API ?
-
EasyLink Messaging AddressBlockRetrieve Opt-Out
I am currently developing an SMS Opt-Out component to one of our features. I am sending an AddressBlockRetrieveRequest with a blockstore value of MR, blocklevel with types customer and user along with a date range. I am utilitizing the AddressBlockRetrieve service by passing in the request and assigning the resulting value…
-
Failed job state in multiple recipients fax numbers
If destination contains more recipients fax numbers. Here is my ask I am sending faxes to 10 recipients fax numbers out of 8 failed and 2 success. What would be job_state and delivery_attempts "state" ? How to handle Retry mechanism for above use case. Can you please throw more light on Retry logic? Is there any separate…
-
Coversheet info in send fax API
"coversheet": { "enabled": true, "from": "string", "name": "f2m_default", "subject": "SampleSubject" } In send fax API I would like to understand the process flow for coversheet area . Could you throw more light on coversheet?
-
OAUTH2 authentication
Hi, APIs it supports OAUTH2 authentication and it's referring to access MyPortal to get Client Id and Client Secret .I didn’t see any additional info when I was trying to access to API Developer’s website. Can you please provide guidance to access OpenText API MyPortal to get OAUTH2 authentication. Thank you!!!
-
Get Fax Status Error
Hi, I was trying to get fax status using OpenText API with URL . Just a note fax request has been successfully accepted and a job ID (jobId = "xsi-1902540338") is returned. o https://api.us.cloudmessaging.opentext.com/mra/v1/outbound/faxes/status/ I am getting the error…