Articles
Articles written by OpenText Developers that focus on examples, tips, walk-throughs, and other topics to help with your build.
-
TeamSite Module Samples
This GitHub repository contains a collection of OpenText TeamSite code samples for developing Modules/JS Applications using React JS, Angular JS and Vanilla JS and also a sample that demonstrates the usage of LSCS APIs and datums/properties. Readme is included within each sample with the required information.
-
Getting started with IM Services - Authenticate and Perform your first API call
Attached is a presentation I put together for the 2021 Developer Summit. It takes you through the minimal steps to get an authentication token and perform your first simple IM Services call. It would deserve a little refresh using the latest "developer.opentext.com" look and feel, but it should be a good starting point for…
-
Extract text from any file with Intelligent Viewing and the use in another service like GPT
The purpose of this article is to show and share knowledge on how easy it is to use Intelligent Viewing to to extract text from any file then use that text in another service like translation, summarization, sentiment analysis etc. Our source file is a PDF brochure from Lotus with 8 pages, viewed below in Intelligent…
-
Intelligent Viewing Sample Application
OpenText Intelligent Viewing Intelligent Viewing, the new cloud-first content collaboration software from OpenText, streamlines and automates business processes with robust in-line viewing, annotation, redaction, comparison, transformation and publishing features, while providing a high level of customization. The…
-
Decision Service postman collection
This collection is to support the Decision API usage documented here. Further documentation can be found on developer.opentext.com here. Postman collection on GitHub
-
Searching in the Developer Community
Please post here if you find any issues or have ideas for improving the Developer Community search. Search From Here 1. Select the product category you are interested in from the links within the header: 2. In the product category, use the search box shown above the list of discussions, it is labeled "Search from here" 3.…
-
Trading Grid Cartographer Postman Collection
Trading Grid Cartographer provides customers with an advanced level of visibility into which maps are live, what each map is doing, and the ability to collaborate across maps to ensure all expectations are being met. Our APIs are designed to provide additional options for visibility into your OpenText mapping solution.…
-
Push Notifications Postman sample
This Postman sample allows sending Push Notifications to an Android and/or iOS application. It uses OpenText messaging system and Google Firebase to send the notification. The Postman file contains placeholders that should be filled with actual values. GitHub:…
-
InfoCenter Sample app
OpenText InfoCenter InfoCenter Developer enables you to customize and build integrations for InfoCenter. A developer can create customizations that allows users to interact with custom menus, forms and develop custom UI within InfoCenter. As a developer, you will develop with InfoCenter code to create customizations that…
-
Core Case modules and benefits of the API
Overview OpenText™ Core Case Management (CCMA), part of the Core family of products, is a complete SaaS application that helps organizations to streamline processes around customer and employee needs. By connecting the people, content and processes, Core Case empowers business users to quickly adapt to changing situations…
-
Postman Collection for Core Case Management (CCMA) including examples
The Postman Collection for Core Case Management (CCMA) provides examples for the CCMA REST API calls. Click here to get the collection Using the Postman Collection Authentication Use the Get Auth Token request to get an access token. This will automatically be saved as the environment variable tenant access_token, which…
-
Postman collection for Core Messaging and Messaging Thrust API
OpenText Core Messaging 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 natural verbs…
-
JavaScript API's for AppWorks platform client operations
The new JavaScript client API’s on AppWorks client can be used for developing custom pages/navigation as per the need of the application. Till now any custom logic written outside and embedded in the AppWorks client (as XForm or HTML page in a Webcontent panel) doesn’t have a tighter integration which requires a hard…
-
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,…
-
Fax REST API Quick Start Guide
Faxing remains a universal method of secure document delivery with billions of faxes sent every year. While it’s the foundation of secure communications for healthcare, government, manufacturing and other industries, traditional faxing has limitations, such as maintaining fax hardware, telephony infrastructure, lack of…
-
Core Signature Sample App
Overview A user creates a signing flow and Core Signature will email the signers with a link to sign that document online. When the signers complete that document, the sender and the signers will receive an email with the signed document and the sender will also receive a signing log, containing information about that…
-
Postman Collection for Magellan Risk Guard
You can configure Magellan Risk Guard service using an API Client tool such as Postman. With this sample Postman collection, you can also evaluate the endpoints provided as part of Magellan Risk Guard Service. The Getting Started doc will walk you through how to authenticate the service and post a call to process content…
-
Legal Hold Postman Collections
Legal Hold Legal Hold reduces the complexity and pain of legal holds and data preservation efforts. It automates interrelated hold, preservation and collection activities to drive greater efficiency and control over data for legal, HR, compliance and IT teams. Highlights Postman collections has aggregation of various…