-
Trial Evaluation Agreement for Cloud fax and Notifications Developer Plans
Trial Evaluation Agreement The terms and conditions governing this Agreement are as follows: 1. Cloud fax and/or Notifications Services. Open Text will provide Fax2Mail and/or Notifications services (the “Services”) to Developer, as set forth in Exhibit A attached hereto, during the trial evaluation period set forth in…
-
Quick start guide for cloud fax and notifications trial subscribers
Get a test account by signing up for a free trial for "cloud fax and notifications developer plans" at Plans | Developer | OpenText How to submit a request to send a fax? Here is the curl sample to submit a request to send a fax with a text file with basic authentication (user name and password). curl -H "Content-Type:…
-
How to send SMS request using SMS REST API
How to submit a request to send SMS notification using SMS REST API? Here is an example of curl command to submit a request to send SMS Notification. curl -H "Content-Type: application/json" \ -u <userid:password> \ --data-binary "{ \"destinations\": [ { \"sms\": \"recipient sms address\" } ], \"sms_text\": \"Hi There,…
-
String containing hex 00
For the creation of Aztec barcodes we need to include binary data. However, Exstream does not allow hex 00 in a string. The string is then truncated. Does anyone have an idea (other than "<00>") to get hex 00 binary data into a string to feed the barcode generator with that. Using StreamServe Communication Server 16.6.2 GA…
-
External Id on document creation in version 16.6.3
Hi there. I realized, while retrieving tracking information on a document an "externalid" is also delivered next to the "trackerid" in the returned json structure. Request URL (GET): https://<my_extream_endpoint>/v1/trackers?where_trackerid=32056E7B-2F78-1D44-AF3F-FD6E61E89AC3&guid_format=false Response body: {…
-
Upgrading to Exstream CE 20x
Of those clients who have upgraded to Exstream CE 20x from 16x, can you share a bit about your experience? Things you weren't expecting? Suggestions you have for those of us not yet there?