-
Podcast - Amplify development via Notifications and Cloud Fax services
OpenText Developer Cast Amplify development of custom cloud fax, sms and email notification services on your business, mobile or web applications via the integrations of powerful APIs. Listen
-
Postman collection for Cloud Fax and Notifications
OpenText CloudFax and Notifications consists of a collection of APIs used by customers to send faxes, emails, sms and check the delivery status of them. The APIs are based on REST architecture with JSON schema representation. The URIs are easily understood and resource-based. We abide by the standards of HTTP, using the…
-
How can i reduce fields text size in a table?
Hi, everyone! I have Block Data fields that fill the cells of a table generated in StorryTeller. I need to reduce all of the cells text if someone of the cell have a wrapped text. Cells cannot be resized. I did not found solution for OpenText Exstream. with best regards, Otto
-
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?