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.
-
Pagination using HTML to send a Fax
We are experimenting with using PDF or HTML for the file format on submitting a Fax via the API. Is there a way to force a page break if we use HTML? We may want to force certain content onto a "trailer" page. Sample code: PremiereConnect.DocumentType[] JS_Documents = new PremiereConnect.DocumentType[1]; // could be 2..n…
-
Fax Attention field in the API displays as the Subject in the online Portal
For some reason, the Attention field I am setting in the API shows up as the Subject in the online Portal. It shows up (as expected) as the Attn in the cover sheet. Is there something I am perhaps doing wrong in my code? Here are some code excerpts: PremiereConnect.EncodableStringType CoverSheet_Attn = new…
-
Is ContentPartType always needed?
Below is some of my code to submit a single Fax. It looks like the @ref needs to match the ContentPartType Item for the submit to work. I was wondering if the ContentPartType is needed, or if there is a way to simplify this code in any way? // Setup Documents PremiereConnect.DocumentType[] JS_Documents = new…
-
Getting XOA-2000 [system error] : profile does not contain char_set error
Hi, I am trying to create a web service to post SMS request, but getting the following error. I use the sample SMS C# code I found in the forums to make this request. EasyLink has confirmed that they see this request coming thru, but failing somewhere so no job getting submitted. The error XML is below. Please let me know…
-
Job Delivery Status
Does the JobDeliveryStatus of "Sent" get updated after all the configured retry attempts at easylink ? Or its updated on the first delivery attempt and can change to another status later ?
-
What is the FPDA/WSDA column on the Gamma Code doc?
What is the FPDA/WSDA column used for?
-
No document could be found for this job
I used this example (https://apiforums.easylink.com/content/c-sample-jobsubmit-fax-options) and thought I had all of the necessary parts. However, when I submit the request, the delivery report indicates an error: Error Code: J138 Error: No document could be found for this job. Please resubmit the job with a document. I've…
-
Problem with CFSList
Hello, here is my SOAP request (apologies for the formatting): <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > <SOAP-ENV:Header > <xoarr:Request xmlns:xoarr="http://premconn.premiereconnect.com/RequestResponse/2008/10" > <xoarr:SenderKey > http://www.myurl.com </xoarr:SenderKey >…
-
Difference between 'Delivered' and 'Complete'
What is the difference between 'Delivered' and 'Complete' status in the mail jobdelivery status ? When can a job change to 'Completed' status ?
-
Send the files on FTP
Hello, I use this to send files in your FTP : FtpWebRequest myRequest = (FtpWebRequest)FtpWebRequest.Create(ftp://ftp.messagereach.com/test.txt); myRequest.Credentials = new NetworkCredential(Xsf/j-vellinger,HORUS); myRequest.Method = WebRequestMethods.Ftp.UploadFile; FileStream stream = File.OpenRead(@c:\test.txt); byte[]…
-
I can't authenticate
Hello, In order to send notification mail using web service, i use the sample availbale on https://apiforums.easylink.com/content/c-sample-authenticate-complete-project This is the code : // Authenticate // Setup Premiere Connect Object EMsgAPIGen.XOA EM = new EMsgAPIGen.XOA(); // setup Authentication objects…
-
Sample of web service response
Hello, I can't access to the sample of web service response http://xoatweb1.xpedite.com, i found this exemple in the file : Premiere Connect at : https://apiforums.easylink.com/system/files/Basic_Guide_2_3.pdf (page 7). Thank you verry match.
-
redirect web service
Hello, Can we redirect your web service available on: our http://premconn.premiereconnect.com/ into ower solution ? Thank you verry mutch.
-
JournalWindow
Please provide a sample java code to use the journal window while requesting job status.. i searched the sample's but its not listed.
-
Axis2 wsdl2java generated code fails to compile for JobDeliveryStatus
Hi, I have download JobDeliveryStatus wsdl from http://premconn.premiereconnect.com/JobDeliveryStatus/2008/10?WSDL and trying to generate Java code with Axis2 Ant Taks http://axis.apache.org/axis2/java/core/tools/CodegenToolReference.html Resulted source files fail to compile because of issues with attribute accessors…
-
Restriction by IP address
Hello, Is there a restriction by IP address ?, I can't access to the web service and I can't also see the contents of the FTP directory on filezilla. Thank you verry mutch
-
production and test environment
hello, The production platform is available on the same test platform (the same web service)? Thank you verry mutch.
-
Add API documents to search?
Would it be possible to include the API documents in the search results for this website? Finding documentation for particular elements is extremely painful and laborious, and this would make it lots more user-friendly. Thanks.
-
ServiceStatus request and authentication
Hi there, I have a quick question. I successfully made a request to the "ServiceStatus" operation and received expected results using our correct username and password. However I noticed that if I change my username and/or password in the Authentication element, I still receive the same response. Does it actually validate…
-
SMS Status
I have posted a SMS message to an invalid 10 digit and when i checked the deilvery status it is 'Sent' without any Gamma Code, how can we identify a SMS is delivered sucessfully or not ?