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.
-
On submission of JobId get the fax status
Hi, Is there any way where I can create my own service, so that Easylink will contact my service when I provide JobId to my service I should get a fax status from easylink. Can you please provide me the link for the same? Regards, Preeti
-
JobSubmit sms - error in parsing
Hi, I used the code : https://apiforums.easylink.com/system/files/CS_JobSubmit_SMS_Single_2.5.txt i get an error saying error in parsing. where am i going wrong? //JobSubmitRequest SMS Options // setup EMsgAPI object - EM ELJobSubmitWS.JobSubmitService EM = new ELJobSubmitWS.JobSubmitService(); // setup Authentication…
-
Fax Coversheet Note
Is there a way to include notes on a fax cover sheet when using FaxOptions in JobSubmit? FaxOptions has the ability to specify some values directly, such as FaxOptions.CoversheetTo, Subject etc Is there an option to define NOTES like this?
-
Poll for Inbound Push Errors
I recently suggested to a new API user that they consider using JobList to reconcile inbound fax traffic received via SFTP Push, then using JobDocumentTransmit when needed to retrieve any occasional faxes which might have failed to reach their SFTP server due to brief outages or access issues on the receiving end. User…
-
Need Help for email subject setup
As per the opentext API we are setting the email subject once in the EnhanceEmailOptions for multiple email we send out, hence all the users get the same subject. We have a requirement to set unique ‘Subject’ to individual email address. Could someone please advise on how we can set ‘Subject’ to individual email addresses…
-
Could someone help me understand this error from API call?
Could someone help me understand this below error, I got this error while submitting an email request using an existing template at Easylink. ERROR SUMMARY : USER exceptionEasy Link Error Response:XOA-2000 [system error] : File copy failed from CFS location…
-
How to indicate MessageReach ?
We want to submit our email job requests to the MR (Message reach) platform, can someone advise us on where to set the MR indicator (in java api) ?
-
Delivery results of SMS jobs
Hi All Trying to acccess the delivery report for an SMS job in C#. The job itself submits fine, and deliveries are being made to valid mobile numbers. The reports defined at the time of JobSumit are: Reports = new EasyLink.JobSubmit.ReportOptionsType{ DeliveryReport = new EasyLink.JobSubmit.ReportOptionsTypeDeliveryReport…
-
Unable to connect to remote server
I am using Job Submit api, it is working fine in my local system by enabling the proxy settings but when I deploy it IIS I am getting an exception saying connection failure. Detailed Exception details: Type : System.Net.Sockets.SocketException, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089…
-
Not able to update setting in myportal
HI I am not able to update the Email Setting in https://test2.myportal.easylink.com under Administration tab. When I save Profile it just throws an error "Error While Updating Profile"
-
User authentication not accepted
Can some one please help me. I set up the API with correct username and password but I'm getting the following error XOA-2909 [User authentication not accepted] : login not permitted: reason code = 1000 msg-not found I commented out some code and used the default values. Here is the code: public void SendJob() {…
-
Error Code: R236 Error: The PDF file could not be translated to fax by the system. Please verify you
I got this error ["Error Code: R236 Error: The PDF file could not be translated to fax by the system. Please verify your document format."] while attaching the PDF to fax which contains barcode. I am coverting it to base64 format but still facing the issue. Should I have to convert to any other format? Can any one help me…
-
Sample Xml for Fax Jobsubmit Request
It would be great if you could include qualified XML sample for fax jobsubmit request. I have attached the xml what I have,Please suggest me if you want me to make changes. I am confused whether I have to use <DocumentSet> or <Contents> element under <JobSubmitRequest>to specify the document details. Regards, Vijaya
-
Fax jobsubmit request
Hi, I am confused whether I have to use <DocumentSet> or <Contents> element under <JobSubmitRequest>to specify the document details. It would be great if you could include qualified XML sample for fax jobsubmit request. Regards, Vijaya
-
Need synchronous URL for JobSubmit Service for fax
Need synchronous URL for JobSubmit Service for fax. Can anyone help me in getting the link for the above mentioned request?
-
Send fax using wsdl file issue - parsing error
I am using wsdl file mention in below url http://www.easylink.com/easylink-services/fax/webservices-api-downloads.php The downloaded wsdl zip file contain below files SendFaxManagement.wsdl SendFaxManagement.xsd SendFaxManagementService.wsdl webservicestest.easylink.com.crt I included SendFaxManagementService.wsdl to use…
-
arrival event details
I see and arrival event for a I see and arrival event for a email address that is perfectly valid. It is probalby due to a out of office reply from the email account. How can I write any code to identify and ignore such events. I see some other events with subject 7 and detail 1. what do these denote. Would they be…
-
decode arrival event
Need help in understanding Arrival events. We see an Arrival Event for for an email address and flag it as bounced. But clients insist email ids are correct and sending emails to that address from outlook is not bouncing back. Here is what we see for the email id. <Events> <ArrivalEvent>…
-
Conditional Delivery Reports - attach document
I am using JobSubmitRequest to send faxes. The request includes specification of a conditional delivery report sent to a provided report (email) address. I do receive the emailed report on failed delivery, but need to also have a PDF of the documents attached to the email. Example: MGIC/TEST, xsi, 1618651923 (delivery…
-
pdf attachement issue
While adding an attachment(pdf) the job status is PROCESSING. The status remains same even after a long time. To read the file content method used is bytes[] filecontent=File.ReadAllBytes("filename"). To convert it back to string fromat method used is filecontents.ToString(). Is the conversion correct? Please help me!!…