Core Messaging
Core Messaging (Cloud Fax and Notifications) is a cloud-based, comprehensive omni-channel messaging platform that increases the effectiveness of message creation and delivery. It is a coordinated solution to deliver essential communications via SMS, voice, email and fax with end-to-end visibility and message control.
-
Receive email notification w/o attached fax that a fax was received
We are currently using fax2mail.easylink and downloading faxes from the portal. We want to add a functionality to have the portal send an email notification to a different email address when a fax has been received by OpenText. This notification email should not contain the fax image. I tried adjusting the received…
-
Generate Faxes for testing at https://test2messaging.easylink.com/soap/sync
I'm building a process to retrieve faxes, and I believe I've got everything working properly using https://apiforums.easylink.com/emapidocs/26/QueuedDocumentRetrieve/QueuedDocumentRetrieve.html and https://apiforums.easylink.com/emapidocs/26/QueuedDocumentRelease/QueuedDocumentRelease.html However I'd like to be able to…
-
what does Job already exists with supplied MessageId error mean
An error code 2050 and an error message "Job already exists with supplied MessageId" was returned when invoking job submit method and calling open text URL - https://messaging.easylink.com/soap/sync
-
How to add additional recipient through API
Hi, there is a feature on MyPortal to add additional recipients in Receive Preferences screen, I would like to know if this is available through an API call. Thanks.
-
Admin getting profile information by calling ProfileRead
I would like to retrieve another user's profile information such as billing info and customer reference. But in the ProfileRead request, the requester ID has to be the same as the profile that I am retrieving. Is there a way to use admin login and retrieve another user's profile?
-
How to retrieve fax image
I'm using the JobSubmit function to send a fax. The response includes the XDN/MRN. What function do I use to retrieve the image of the fax. Can you provide an example of it's usage. Thanks.
-
Connectivity Issue
Recently we have migrated to a standaloge server where we are facing issue while connecting to https://messaging.easylink.com/soap/sync. This is being used for email function and the serve is not behind firewall as we are able to connect usign wget commant. Please ntoe this used to work fine with earlier server and also we…
-
i try to send fax but getting error like : The request failed with HTTP status 404: Not Found.
-
RightFax Routing Question
Which forum should I go to to get some help on RightFax routing configuration?
-
QueuedDocumentRetrieve Storage time
When an account is setup with or without the HIPPA immediate deletion upon delivery option and a fax is received and routed to QueuedDocumentRetrieve for retrieval via the API. How long is the fax document available for download via the API?
-
Retrieve a list of fax numbers
Hi! I'm trying to retrieve a list of fax numbers from opentext (fax2mail). I've already loaded up the wsdl for ListRetrieve. Below is a snippet of my source code: Request header = new Request(); Request.Authentication auth = new Request.Authentication(); // Create XDDSAuthType which is the object that holds the user…
-
An error was discovered processing the <wsse:Security> header (Unsupported KeyInfo type)
HI , I am using "https://test2messaging.easylink.com/soap/sync " to post a API request along with X 509 certificate and getting error . Here is request and response: <?xml version="1.0" encoding="utf-8"?> https://test2messaging.easylink.com/soap/sync vamshi.mukka@mckesson.com…
-
How can i add Easy-link Fax API web references in C#
How can i add Easy-link Fax API web references in C#
-
I need an XML/JSON Example of a JobSubmitRequest.
I am looking at this example (https://apiforums.easylink.com/system/files/JavaFaxSample2.6_0.txt) and trying to translate the JobSubmitRequest to JSON so that I can submit a SOAP request through Node. I was able to get the Java example working but I'm trying to get this working with a Node stack. Where can I find this?
-
C# Fax Sample code not working
Your C# fax sample code not working please give me step how to send simple fax
-
Can't find address for web preview error
I'm experiencing a strange behavior when sending faxes using the EasyLink SOAP SDK (EasyLinkSDK_Submit). Some faxes failed to be accepted by the platform, being the only difference the destination fax number: After sending the job by calling the JobSubmit method, the JobSubmitResult response contains this error:…
-
can any one help for how to implement fax integration with c#
can any one help for how to implement fax integration with c#
-
API two-factor authentication
Please tell me about the specification of API two-factor authentication. Please let me confirm if the following settings are possible. 1) The F2M API authenticates the user only when both the ID authentication and the client certificate authentication match. 2) The F2M API authenticates the user only when the client…
-
Sending a fax
Hi, I am using the following WSDL to create a sample application to test Fax service. http://ws.easylink.com/JobSubmit/2011/01?WSDL I am checking the following example in this link: https://apiforums.easylink.com/system/files/C%23_JobSubmitFaxSingle.txt The issue is no reference to JobSubmitService in the WSDL. Can someone…
-
Adding Connected Service WSDL does not deserialize properly
I'm trying to work with this example https://apiforums.easylink.com/system/files/CS_JobSubmit_FAX_2.5_0.txt with Visual Studio 2017 I'm adding the endpoint http://ws.easylink.com/JobSubmit/2011/01?WSDL as a Connected Service using Microsoft WCF Web Reference Provider. It deserializes the endpoint, but the JobSubmitService…