added

Run report API: Send reports automatically

We've added documentation on calls you can use to generate reports. You could use this type of call to generate and send administrative reports automatically as part of a custom integration or to provide information on a regular schedule.

added

Bulk create or update custom embed links via API (Beta)

You can now use APIs to batch create custom public embed links for use in content delivery. These links function in the same way as custom embed links created by users in the Orange Logic interface.

added

Use the Search API to perform text-based AI searches

Beginning in the Orange Logic Ottawa release, you can use the Search API’s new semanticsearch parameter to find assets with an AI search. AI searches understand context and synonyms, then use them to find matches in metadata fields and tags.

added

Automatically deactivate webhook subscriptions after repeated failures

Occasionally, webhook subscriptions might stop working, for example, if the target URL becomes invalid. Previously, Orange Logic continued to fire webhook subscriptions even after they had failed repeatedly over long periods of time, which could strain system resources. Beginning in the Orange Logic Ottawa release, if a webhook subscription fails repeatedly for seven days, the webhook subscription is automatically deactivated, and the creator is notified.

added

Generate public Share links

You can now generate public links to assets. You choose the asset formats, add watermarks, and grant download or edit permissions.

added

DataTable API: Multiple language fields

Orange Logic administrators can now create custom fields with variations for multiple languages, and you can now work with language-specific fields via API calls.

added

Call external API: Run custom JavaScript

We've added documentation on the Call external API automation, a powerful tool that allows you to run a custom script, triggered by almost any system process or user action.

improved

Authentication API: More informative error codes

The error codes returned when user authentication fails now offer more detail about potential login issues.

added

Search API: Search for assets in virtual folders

You can now use the Search API to return information about asset references in virtual folders by setting the parameter includeAssetsWithVirtualPaths to true.

added

Search API: Choose whether to encode returned URIs

Encoded URIs can be rendered in a web browser. Unencoded URIs do not need to be manually decoded when making requests.