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.
-
How long a job status will be available in EasyLink ?
What is the expiry duration of a job in easylink or how long the status of a job will be available ?
-
Multi threading with Easylink API
Hello, Does your api works in multi threading environment? I am trying to retrive status of the job, in single thread it work fine, but it # of threads > 1 than I get this exception in XOA xoa = new XOA {Url = reciever, RequestValue = requestValue}; Thread was being aborted. ExceptionState = Unable to evaluate expression…
-
Child Job ID
When we submit a job using the JobSubmit API to multiple recipients ( using the CSV List function) we get ONE JOB ID sent back to us. Does Easylink create multiple job-ids correcponding to each recipient of that request ? Is there a way to get those individual JOB Ids ?
-
Provide a smaple job request xml with various statusoptions
Please provide a sample job request with all the possible statusoptions details.
-
instantiate the object EM (XOA)
Hello, I would to sens a SMS, so, I can't instantiate the object EM in : EMsgAPI_Demo.EMsgAPI_JobSubmit_200907.XOA EM = new EMsgAPI_Demo.EMsgAPI_JobSubmit_200907.XOA(); I can't find the class XOA. I found an example in : https://apiforums.easylink.com/system/files/CS_JobSubmit_SMS_Single_0.txt Thank you for your help.
-
Adding an image as logo
Hi I have Treatment type BODY for text, Treatment type Attachment for PDF in my enhancedEmail functionality. It works fine. As per the requirement I have to add the client's logo in the email. How can we add the logo in the email. It should not be attachement but actual image in the body of email.
-
Sample C# projects for Latest Messaging APIs
Hi, I am devloping our client application using the latest Easylink API's https://apiforums.easylink.com/emapidocs/EMAPI2.5/wsdl/Authenticate201101.wsdl https://apiforums.easylink.com/emapidocs/EMAPI2.5/wsdl/JobDeliveryStatus201101.wsdl https://apiforums.easylink.com/emapidocs/EMAPI2.5/wsdl/JobSubmit201101.wsdl The new…
-
What are the restrictions for the template object id?
What are the restrictions for the template object id?
-
Fax Cover Sheet Message doesn't handle blank text.
Whenever I request a fax, I can deliver a body document and optionally attachment documents. I noticed that if I send a body document of type “text”, then the text shows up on the cover sheet. This is fine if I always want to show a message on the cover. However, if there is no message, and I want to deliver a text fax,…
-
Turn off opt-out footer in an email message
Is there a way to turn off the opt-out footer in an email message? If you would prefer not to receive further messages from this sender: 1. Click on the Reply button. 2. Replace the Subject field with the word REMOVE. 3. Click the Send button. You will receive one additional e-mail message confirming your removal. This…
-
How can I get the permission of AddressBlockDelete?
Hi, I tested Address Block Delete function. But I got the 5909 & 2909 error message. How can I get the permission of AddressBlockDelete? Here is return xml content. <AddressBlockDeleteResult xmlns="http://premconn.premiereconnect.com/AddressBlockDelete/2008/10"> <Status> <StatusCode>5909</StatusCode> <StatusMessage>User…
-
What is the XOA-4044 error?
Hi, I tested Address Block function. But I got the XOA-4044 error message. I attached test xml files. Could you please check this error? Thanks, HY YANG
-
Delivery time zone
Hello, When I setup delivery time, I expect fax will be send at the time I set. What is time zone for this? How can I specify time zone or what time zone I have to use. Now I used Estern time, but after I set release time in the future, I recieve it immediately. JobOptionsType jobOptions = new JobOptionsType();…
-
Fax Quality
Hello, when sending faxes I use Fine quality, is it the best quality? FaxOptionsType faxOptions = new FaxOptionsType(); faxOptions.FaxMode = FaxModeType.fine; I am not satisfied with the quality of fax in pdf document which i recieve, is it any way to improve quality? Thanks, Alexander.
-
Get fax status while broadcasting
Hello, I am using broadcasting to send the same fax to a list of fax numbers. Later I am calling JobSummary web service to get status of the job. It returns status in a JobSummaryResult object and I have two items which contain fax statuses JobSummaryData[0].JobState[0] // state="complited" JobSummaryData[0].JobState[1] //…
-
Email Status
I sent a mail to an invalid id on 08/02 (Job Id - 238837),till now the status is 'InProcess' with gammacode '9554 (Transaction Failed)'. Will the status be changed ? When can we stop checking this job ?
-
What are possible status for a email in job status response from easylink
What are possible status for a email in job status response from easylink ?
-
CustomerReference with CSVList
Can we have a different customer-reference associated with each line of a CSV list entry ? Or is the customer-reference to be set as one value at a job level ? We are looking to set a different value with each recepient specified via the CSV List and then would like it to be sent back to us as part of the job-status.
-
Group job's parent job number from a child job
Is there a way to know parent job number from child job ?
-
How to get started
Hi, I am new to Easylink. How do I get started? I would like to be able to send email or FAX using the API and getting the acknowledgement of receipt back.