Table of Contents
September 2026
Table of Contents
Work in progress
This feature is fully supported through the API and is also available in the Fotoware Alto user interface. As the UI experience is still being refined, it is not yet documented in the release notes. The completed UI functionality will be announced in a future release.
The EnqueueShareContentAction business rule action has been added. It enqueues content matched by a business rule into a named share.
To configure the action, set rules.actions.kind to EnqueueShareContentAction and provide a non-empty shareName.
Optional settings allow you to:
- Specify one or more output formats.
- Limit the number of content items in a share.
- Automatically create a new numbered share when existing matching shares reach their capacity.
Related release notes: Fotoware Alto September 2026
Features
| Feature | Endpoint | Title | Description | Reference |
|---|---|---|---|---|
| Business rules | GET /v1/BusinessRules/configuration |
Read share-content actions |
The response can now contain EnqueueShareContentAction entries in rules.actions. Each entry identifies the action through kind and exposes shareName, outputFormatIds, maxContentInShare, and allowShareCreation. |
Fotoware Alto REST API V1 |
| Business rules | PUT /v1/BusinessRules/configuration |
Configure share-content actions | The request now accepts EnqueueShareContentAction in rules.actions. Set kind to EnqueueShareContentAction and provide a non-empty shareName; otherwise, configuration validation fails with BusinessRuleShareNameMissingException. The action applies to content rules. outputFormatIds accepts one output format ID or an array, maxContentInShare is limited to 970, and allowShareCreation controls whether a new numbered share is created when matching shares are full. |
Fotoware Alto REST API V1 |
| Business rules | POST /v1/BusinessRules/traceLog/search |
Search share-content action traces | Search results now represent EnqueueShareContentAction in traced business-rule executions, including its action kind and execution details. Clients can use this to identify whether content sharing was executed or skipped and inspect the corresponding trace messages. |
Fotoware Alto REST API V1 |