Adobe I/O Events Component
Adobe I/O Events notifies you when changes occur. Use the Adobe I/O Events component to easily integrate events into your applications using Webhooks.
Component key: adobe-io-eventsDescription
Adobe I/O Events trigger when changes to content and data on Adobe's Experience Platform occur; or when predefined rules or thresholds have been met. Use the Adobe I/O Events Component to build reactive, near real-time event-driven applications with Adobe I/O Events.
Connections
Adobe I/O Connection
To establish an OAuth connection for your Adobe integration, follow these steps:
Visit the Adobe Developer Console projects page by navigating to https://developer.adobe.com/console/projects.
Create a new project by clicking the appropriate option.
Click on "Add to project" to start configuring your project.
Add the "I/O Management API" to your project. This API enables access to Adobe I/O services.
Select "OAuth Server-to-Server authentication" as your preferred authentication method.
Generate an access token from the connected credentials section. This step will also provide you with the Client ID required for your integration.
In the Project overview view, you can download the project configuration JSON file. This file contains various values such as Organization ID, Project ID, and Workspace ID, which are essential for using the actions within your integration.
With these steps, you'll have set up an OAuth connection and obtained the necessary credentials for your Adobe I/O Events Component.
Triggers
Adobe IO Event Webhook
Triggered by an Adobe IO Event Webhook | key: adobeIoEventWebhook
Actions
Create Events Provider
Create an Adobe I/O Events Provider | key: createEventsProvider
Create Webhook/Journal Registration
Create a Webhook/Journal registration for given workspace | key: createWebhook
Delete Events Provider
Delete an Adobe I/O Events Provider by ID | key: deleteEventsProvider
Delete Instanced Webhooks
Delete all Adobe I/O Webhook Registrations entitled to the provided Workspace ID | key: deleteInstancedWebhooks
Delete Registration (Webhook/Journal)
Delete Registration by Registration ID (Webhook/Journal) | key: deleteRegistration
Get Events Provider
View Adobe I/O Events Provider by ID | key: getEventsProvider
List All Registrations
List all Adobe I/O Events Registrations entitled to the provided Workspace ID | key: listAllRegistrations
List Events Providers
List all Adobe I/O Events Providers entitled to the provided Organization ID | key: listEventsProviders
Raw Request
Send a raw HTTP request to Adobe I/O Events API | key: rawRequest
Update Events Provider
Update an Adobe I/O Events Provider | key: updateEventsProvider