netlify-aem-connector

Netlify Adobe Experience Manager Connector

The Netlify Adobe Experience Manager Connector is a Netlify Connect integration, developed and supported by VShift, that enables Adobe Experience Manager (AEM) content to be used as a data and content source for Netlify Connect.

Connector Installation

  1. Enable the Connector: Enable the “Adobe Experience Manager” connector via the Integrations library in your Netlify account dashboard or through the Netlify Integrations Hub.

  2. Prepare and Configure AEM: Follow the steps listed below to configure your AEM instance for use with the connector.

  3. Configure the Connector: Follow the steps listed in the Netlify Connect getting started documentation to configure the connector for your Netlify account. See below for a detailed explanation of the the specific AEM connector configuration options.

AEM Preparation and Configuration

To enable your AEM instance to effectively communicate and synchronize with Netlify Connect, perform the following steps.

  1. Set Up Credentials: Configure service credentials in AEM to authenticate API requests from the connector following the instructions for setting up service credentials. Note that the credentials generated here will be used for configuring the AEM connector. For more information see below.

  2. Create a GraphQL Endpoint: Create and configure a GraphQL endpoint in AEM to expose your content by following the steps provided in the Manage GraphQL endpoints in AEM documentation. Note that the GraphQL endpoint established here will be used for configuring the AEM connector. For more information see below.

  3. Create Persisted Queries: For each AEM content fragment type you will access via the connector, create a persisted query to define the specific content to be fetched from AEM. Instructions for creating and manage these queries using the GraphiQL IDE are available here. Note that the GraphQL persisted query base URL established here will be used for configuring the AEM connector. For more information see below.

  4. Set Up Cloud Events: Enable automated sync of content updates to the connector whenever content changes occur in AEM by setting up Cloud Events. Navigate to Adobe Developer Console, create a new project, and follow the instructions for configuring events: Adobe Developer Console Guide. The documentation uses the example of Adobe XD, but select “AEM” under “Experience Cloud” instead.

Screenshot of AEM I/O events provider

Select your author instance on the next screen and then select which event types you’d like to subscribe to.

Screenshot of event subscription types

Select and name your credentials and event registration, and then select the “Webhook” option for listening to events.

Screenshot of webhook option

The Webhook URL can be found under General Data Layer Settings on Netlify.

Screenshot of Webhook URL

Once configured, Adobe will send a challenge request to the webhook. Follow the URL in the request body to validate the webhook. Adobe Challenge Request Guide

Connector Configuration

Post-Installation

With the Configuration Options set and AEM properly configured, your Netlify Connect AEM Connector is ready to synchronize content to your Netlify Connect data layer. Test the connection thoroughly to ensure data flows correctly between AEM and Netlify without issues.