-
Required knowledge for D2SV
This question was recently asked: Required knowledge for D2SV Answer (this was from the partner D2 SV SDK Challenge, going on thru Oct 2023):
-
RightFax COM API (RFCOMAPILib)
Hi, I am trying to create an application that using RightFax COM API (RFCOMAPILib) that connect to our CloudRrightFax server but I am getting an "Access Denied" when running the command OpenServer() in my code. I am able to login in the RightFax cloud using the account used on the API. Appreciate any help. Thanks
-
supported attachment file in SendFax
We have installed RightFax 21.2 version in our fax server. In Fax util, when we try to attach a file from send fax window then its only allow to attach a *.pcl file. Do we need to configure some settings to allow other file types like txt, docx, pdf or jpeg? Any help would be appreciated.
-
Faxing validation
Hello, Do you have any fax validation ? I'm tried to send fax on faxes like "asdasd!!!" and in the status i see - "Posted". Document was sent on fax "asdasd!!!" is it real ? array(4) { ["job_id"]=> string(16) "test2-1700499297" ["entry_time"]=> string(24) "2021-10-19T12:31:14.000Z" ["job_state"]=> array(2) { [0]=>…
-
Faxing callBack
Hello, need a help I'm trying to send fax I need to get sending status via callback(https://developer.opentext.com/apis/99b857ce-b749-4061-bc63-8a077e3a0818/Cloud%20Fax#tag/Receive-fax-status-via-callback-URL-(fax-status-webhook)) But server send me response that looks like I'm expecting json like in documentation. Could…
-
Need help debugging undocumented error - "XOA-2000 [system error] : jm_create() failed, error 204"
Our fax service suddenly stopped working, despite no changes on our side. Here is what we are sending in (we have some steps to transform the json into xml, this is prior to that step, so if any more info is needed I can dig in further and provide): { "documents": [ { "documentID": "123", "documentContent": "Hello World!"…
-
PowerApps and EasyLink Messaging API
Has anyone used Microsoft PowerApps to integrate with the Easy Link Messaging API? I've read through the getting starting with Open Text / Easy Link Messaging API document which seems to be outdated and the links to get started just direct you to the forum homepage. I'm trying to figure out how to set this up in PowerApps,…
-
Is there any way to run a query on different servers using one code?
We are trying to create a job which runs a query on different servers and store the results in an Excel workbook on different sheets server wise. Is there any way how to connect different servers using just one code?
-
Which RightFax API to use?
I am using Documents API and SendJobs API to try and send a document over and then fax it to the right number. Do I need to use both? Or would one suffice?
-
Job lifespan on Easy Link switches
Hello, API manual says in DocumentTransmit overview [https://apiforums.easylink.com/emapidocs/26/DocumentTransmit/DocumentTransmit.html] that documents are not kept on EasyLink switches indefinitely. Q1: How exactly long documents are kept? Q2: Can this be controlled from API? Thank you in advance Krzysztof