AEM Cloud
AEM Cloud (Adobe Experience Manager) is a Content Management System (CMS) that allows users and companies to easily build websites, apps, and manage web pages and content. AEM is used by developers and marketers to organize and distribute content across digital channels. This app supports both the on-premise version of AEM and the AEM as a Cloud Service version.
Before setting up
Before connecting to AEM Cloud, ensure you have the following:
- An AEM Cloud instance running and accessible from the Blackbird platform.
- The Blackbird AEM plugin installed on your AEM instance. Distribution and installation instructions are available here (see prerequisites 1�8). An AEM maintainer or developer should perform this installation. If you use the on-premise version, follow these instructions.
- A technical account and a private key created for it, allowing you to obtain a certificate to connect to AEM (after installing the plugin). See the
Steps to Create Technical Account
section below for instructions. - The base URL for your AEM environment (e.g.,
https://author-xxxx-xxxxx.adobeaemcloud.com
).
Steps to create technical account and get a certificate
- Open Cloud Manager.
- Select the required program.
- Open the Developer Console for the required Author environment.
- Switch to the
Integrations
tab and create a new technical account.
- Expand the created private key and click
View
to see the data.
- Use the
Download
button to obtain the raw data and store it in a file or another location for integration.
Connecting
- Navigate to Apps and search for AEM.
- Click Add Connection.
- Name your connection for future reference (e.g., ‘My AEM’).
- Fill in the following fields:
- Base URL: Your AEM base URL (e.g.,
https://author-xxxx-xxxxx.adobeaemcloud.com
) - Integration JSON certificate: The integration certificate in JSON format, found in the Developer Console. Example:
{ "ok": true, "integration": { "imsEndpoint": "ims-na1.adobelogin.com", ... }, "statusCode": 200 }
- Base URL: Your AEM base URL (e.g.,
- Click Connect.
- Confirm that the connection appears and the status is Connected.
Identifying content to translate
Blackbird relies on a built-in AEM rules for determining which content to translate.
You can find and configure these rules in AEM under Tools > Operations > Translation Rules.
For more information on configuring translation rules, see the official documentation.
Actions
- Search content: Search for content based on provided criteria.
- Download content: Download content as HTML. Requires a content ID. This action supports the following optional inputs:
- Include reference content: If set to true, referenced content (other pages, content fragments, experience fragments, etc.) will be included in the downloaded HTML.
- Upload content: Upload content from HTML. Requires an HTML file and target path as input. This action supports the following inputs:
- Content (mandatory): The interoperable HTML, XLIFF, or original JSON file to upload.
- Source language (mandatory): The language path segment in the source content URL. Example: If your content path is
/content/my-site/en-us/page
, specify/en-us
as the source language. - Target language (mandatory): The language path segment to replace the source language. Example: To convert from
/content/my-site/en-us/page
to/content/my-site/fr-fr/page
, specify/fr-fr
as the target language. - Overwrite main content path (optional): Completely replaces the source content path to which language inputs will be applied. Useful for testing and requires “Skip references” to be set to true.
- Skip references (optional): If set to true, only the main (root) content item will be updated; reference content will not be updated.
- Ignore reference content errors (optional): When set to true, errors that occur while updating reference content will be ignored. Errors will be visible in the action output.
Events
- On content created or updated: Polling event that periodically checks for new or updated content. If any content is found, the event is triggered.
- On tag added: Periodically checks for new content with specified tags. If any content is found, the event is triggered.
Note on compatible content: Blackbird supports all content types in the default page hierarchy: pages, content fragments, experience fragments, assets, etc. Support for ‘Guides’ and ‘DITA’ content is in development.
Example
Here is an example of how to set up a translation workflow with the AEM
and DeepL
apps to automatically translate content in AEM and send it to DeepL for translation.
Notes on how the example works:
- The
On content created or updated
event is triggered every hour and checks for new or updated content in AEM. If any content is found, the event is triggered. - In the loop, the
Download content
action downloads the content from AEM in HTML format. - The
Translate document
action of theDeepL
app sends the downloaded content to DeepL for translation. - The
Replace using regex
action of theBlackbird Utilities
app replaces the original path with the target path in the translated content.
- The
Upload content
action uploads the translated content back to AEM.
Demo video
In this demo, we showcase a flexible and highly configurable alternative to a traditional AEM Connector using Blackbird.io.
With Blackbird, you can: Automatically pull content from Adobe Experience Manager (AEM) Orchestrate translation or transformation workflows Push localized or modified content back into AEM Add human checkpoints, AI enrichment, and custom routing
Unlike standard AEM connectors, Blackbird.io gives you full control over the process, with no-code configuration and enterprise-grade flexibility.
Feedback
Do you want to use this app or do you have feedback on our implementation? Reach out to us using the established channels or create an issue.