-
What's New - Push Notifications
Push Notifications are short, timely, one-way messages that pop-up on a mobile device from an installed app. App publishers use them to alert consumers of information that they have opted in to receive. The popularity of brand-specific phone apps and the minimal cost impact of these communications to the consumer continues…
-
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…
-
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,…