Configure Adobe I/O Integration
I'm trying to connect my AEM as a Cloud Service instance to Adobe I/O in order to call APIs like Adobe Target, Analytics, etc. What is the correct way to set up the integration with Adobe Developer Console?
I'm trying to connect my AEM as a Cloud Service instance to Adobe I/O in order to call APIs like Adobe Target, Analytics, etc. What is the correct way to set up the integration with Adobe Developer Console?
Hi @nehaba4,
To integrate AEM as a Cloud Service with Adobe I/O for event handling, follow these steps:
Set Up a Project in Adobe Developer Console:
Navigate to Adobe Developer Console.
Create a new project or select an existing one.
Add the I/O Management API to manage integrations.
Add the AEM Events API to receive events from AEM.
Configure Event Registration:
In your project, add an event registration for AEM.
Select the specific AEM instance and event types you wish to subscribe to (eg. asset uploads, page publications).
Choose how you want to receive events, such as via an Adobe I/O Runtime action.
Deploy an Adobe I/O Runtime Action:
Develop a Node.js action using the Adobe I/O CLI.
Deploy the action to Adobe I/O Runtime.
Link this action to your event registration to process incoming events.
For detailed guidance, refer to Adobe's official documentation: Adobe I/O Runtime Action and AEM Events
Hope that helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.