Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.19 KB

index.md

File metadata and controls

38 lines (27 loc) · 2.19 KB

Getting Started with Adobe I/O Events

Adobe I/O Events offer you a powerful way to integrate your application with Adobe services and solutions. Starting with Creative Cloud Assets, Adobe Experience Manager, and Adobe Analytics Triggers, we are adding events across our entire range of technologies.

Adobe I/O Events enables building reactive, event-driven applications, based on events originating from various Adobe services, such as Creative Cloud, Adobe Experience Manager, and Analytics Triggers.

Events are triggered by an Event Provider, like Adobe Creative Cloud Assets, whenever a certain real-world action occurs, such as creating a new asset.

To start listening for events, your application registers a webhook, specifying which Event Types from which Event Providers it wants to receive. Whenever a matching event gets triggered, your application is notified through an HTTP POST request.

Through the Webhooks API you can create, retrieve, update, or delete webhook registrations, specifying the types of events to be notified of, as well as the URLs where notifications should be sent to.

Prerequisites

Creative Cloud Events To work with Creative Cloud Events, you would need an active Adobe ID.

Experience Cloud Events To work with events for Adobe services in Experience Cloud, you would need to have corresponding entitlements for this Adobe service in your organization, and administrative permission for your org to create integrations.

Key Concepts

Get Started with Available Events

Help Using Events