April 20, 2020
Estimated Post Reading Time ~

AEM Integrating with Silverpop Engage

Solution: AEM with Silverpop integration

Pre-requisite:
Note:
Silverpop integration is not available out of the box. You must download the Silverpop integration package from Package Share and install it on your instance. After you have installed the package

The integration provides you with the following features:
  • The ability to create/manage/ Emails in AEM and publish them to Silverpop for distribution.
  • The ability to set action of a AEM form to create an Silverpop subscriber.
Publishing Newsletters to an Email Service.
After Silverpop Engage is configured, you can publish newsletters or emails to Silverpop Engage. See Publishing Newsletters to an Email Service.

https://helpx.adobe.com/experience-manager/6-4/sites/classic-ui-authoring/using/classic-personalization-campaigns-email-newsletters.html
Different ways to add Silverpop Configuration to AEM

Silverpop configurations can be added via
1. Cloudservices,
2. Tools, or
3. API endpoints. All methods are described in this section.

1. Configuring Silverpop via Cloudservices
To create a Silverpop configuration in Cloud Services:
  • In AEM, tap or click Tools > Deployment > Cloud Services. (Or directly access at http://localhost:4502/etc/cloudservices.html.)
  • Under third-party services, click Silverop Engage and then Configure. The Silverpop configuration window opens.
  • Enter a title and optionally, a name and click Create. The Silverpop Settings configuration window opens.
  • Enter the username, password and select an API endpoint from the dropdown list.
  • Click Connect to Silverpop. When you have successfully connected you see a success dialog. Click OK to exit the window. You can go to Silverpop by clicking Go to Silverpop Engage.
  • Silverpop has been configured. You can edit the configuration by clicking Edit.
  • Additionally, Silverpop Engage framework can be configured for personalized actions by providing title and name (optional). Click Create will successfully create the framework for the already configured Silverpop connection.
  • Imported data extension columns can later be used through the AEM component - Text and Personalization.
2. Configuring Silverpop via Tools
To create a Silverpop configuration in Tools:

In AEM, tap or click Tools > Deployment > Cloud Services. Or navigate there directly by going to http://localhost:4502/misadmin#/etc.
Select Tools, then Cloud Services Configurations, then Silverpop Engage.

Click New to open the Create Page window.

Enter the Title and optionally the Name, and click Create.

Enter the configuration information as outlined in step 4 in the previous procedure. Follow that procedure to finish configuring Silverpop.

Adding multiple configurations
To add multiple configurations:

On the welcome page, click Cloud Services and click Silverpop Engage. Click on Show Configurations button which appears if one or more Silverpop configurations is available. All available configurations are listed.
Click the + sign next to Available configurations. This opens the Create Configurations window. Follow the previous configuration procedure to create a new configuration.

3. Configuring API endpoints for connecting to Silverpop
Currently, AEM has six unsecured endpoints (Engage 1 to 6). Silverpop now provides two new endpoints as well as changed connection endpoints for the existing ones.
To configure the API endpoints :

Go to /libs/mcm/silverpop/components/silverpoppage/dialog/items/general/items/apiendpoint/options node on http://localhost:4502/crxde.
Right-click and select Create, then Create Node.

Enter the Name as sp-e0 and choose Type as cq:Widget.

Add two properties to the newly added node:

Name: text, Type: String, Value: Engage 0
Name: value, Type: String, Value: https://api0.silverpop.com

Click on "Save All" button.

Create one more node with Name as sp-e7 and Type as cq:Widget.
Add two properties to the newly added node:

Name: text, Type: String, Value: Pilot
Name: value, Type: String, Value: https://apipilot.silverpop.com/XMLAPI

To change the existing API End points (Engage 1 to 6), click each of them one-by-one and replace the values as follows:
 Node Name Existing End Point Value New End Point Value
sp-e1http://api.engage1.silverpop.com/XMLAPIhttps://api1.silverpop.com
sp-e2http://api.engage2.silverpop.com/XMLAPIhttps://api2.silverpop.com
sp-e3http://api.engage3.silverpop.com/XMLAPIhttps://api3.silverpop.com
sp-e4http://api.engage4.silverpop.com/XMLAPIhttps://api4.silverpop.com
sp-e5http://api.engage5.silverpop.com/XMLAPIhttps://api5.silverpop.com
sp-e6http://api.pilot.silverpop.com/XMLAPIhttps://api6.silverpop.com

Click Save All. AEM is now ready to connect to Silverpop over secured endpoints.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.