Ternair Interact API
The Ternair Interact API is used to maintain subscribers to newsletters. (subscribe, unsubscribe and update profile).
Ternair's Preference Center runs on this API. Customers can also use this API themselves for a variety of processes around newsletters.
Ternair Campaign API
The Ternair Campaign API is used to retrieve contact information. All profile information used in any transmission (eemail, SMS, Webpush, etc.) can be retrieved with this API.
This API is mainly used for pre-filing online forms.
Webhooks
In Ternair Campaign, unlimited webhooks can be defined. These can be either GET or POST (JSON, JSONJWT and XML) webhooks.
These webhooks can then be used to receive data from 'outside'and use it real-time in campaigns or data processes.
Examples:
Sending a 2FA code.
Receiving real-time data from external systems, for example, the scan of a ticket at a gateway.
An update of a record in an ERP system.
Datastores
In the CDP section of Ternair it is possible to create Datamarts. Each datamart has by default the option to access it via a REST API.
If this option is used, a unique REST API is made available for each datamart. This API has two methods:
Dataset method: the entire dataset is returned via paging
Key method: only the records that match the specified key are returned
Examples:
Connecting the CDP to a reporting environment such as PowerBI or Tableau (dataset method)
Requesting a user profile for a website for personalization (key method)