Let Oomnitza be your single source of truth!
You'll get complete visibility of your assets as data from Adobe Experience Manager is automatically transformed into consumable information and actionable insights.
Connect Oomnitza and Adobe Experience Manager in minutes
You'll get visibility of your Adobe Experience Manager assets by creating configurable workflows to automate tasks such as:
- Fetching, updating, and deleting a digital asset
- Offboarding or transferring ownership of an asset to another user
Navigation
About
The Adobe Experience Manager workflows use the Assets HTTP API.
Adding your credentials
Before you create workflows, you need to have added your Adobe Experience Manager credentials to Oomnitza.
- In Oomnitza, go to Configuration > Security > Credentials.
- Click Add new credential(+).
- Click Advanced Mode.
- Add the INFORMATION details.
- Click the AUTHORIZATION tab.
- Ensure that Basic Auth is selected as the authorization type.
- Enter the username and password of your account.
- Click Create.
Adding global variables
To save time entering information when you create the integration, you can add your Adobe Experience Manager Domain and Port as global variables in Oomnitza.
- Click Configuration > General > Global Settings.
- Click Add new variable(+).
- Add the following variable as the key Adobe.ExperienceManagerDomain
- For the value, enter your Adobe Experience Manager Domain or full URL with the leading
https://removed, such astest-host.domain.com - Save your changes.
- Repeat steps 1-5 to add the Adobe.ExperienceManagerPort variable key. Enter your Port Number as the value, for example
4503
Creating workflows
To create an asset workflow, you must complete these steps:
- Click Configuration > Workflows
- Click Add (+) and select Assets from the list.
- Edit the Begin Block and add rules to trigger the workflow. For example, if you set the Actions to New, the workflow will run for every new asset record added to Oomnitza.
- Drag and drop the API block onto the Sandbox.
- Click Edit on the API block and enter Adobe Experience Manager in the search field.
- Select a preset from the list below. To choose a preset, click the forward arrow (>).
- Select your credentials from the list.
- Your Adobe Experience Manager Domain and Port Number are derived from the global variables you created earlier.
- Enter any mandatory information when prompted.
-
Select Advanced Mode and navigate to the Response tab. You can map the entire response by placing
{{response}}in the Response field and mapping it to a custom long text Oomnitza field, such as API Response as per the example below. Once you have the entire response, you can then parse the JSON response values to custom Oomnitza fields. - Connect the Blocks.
- Save, validate, and activate your workflow.
Using the Adobe Experience Manager Change Asset Ownership preset
The Adobe Experience Manager Change Asset Ownership preset enables you to assign an asset to a new owner.
When you select this preset, you need to supply the following information:
- Path to asset: Repository path of the asset, such as /api/assets/myFolder/*
- Title: Asset name, such as My Asset
- Type: Such as Pdf. See Asset Types for values.
- New Owner: User ID of the new owner, such as jsmith.
Using the Adobe Experience Manager Update Asset Metadata preset
This Adobe Experience Manager Update Asset Metadata preset enables you to update asset metadata.
When you select this preset, you need to supply the following information:
- Path to asset: Repository path of the asset, such as /API/assets/myFolder/*
- Title: Asset name, such as My Asset
Using the Adobe Experience Manager Get an asset preset
The Adobe Experience Manager Get an asset preset enables you to fetch an asset by specifying the path.
Using the Adobe Experience Manager Delete asset preset
The Adobe Experience Manager Delete asset preset enables you to delete an asset by specifying the path.
Comments
0 comments
Please sign in to leave a comment.