Integrating AEM with Silverpop Engage lets you manage and send emails created in AEM via Silverpop. It also lets you use the lead management features of Silverpop via AEM forms on AEM pages.
The integration provides you with the following features:
After Silverpop Engage is configured, you can publish newsletters or emails to Silverpop Engage.
Silverpop configurations can be added by way of Cloud Services, Tools, or API end points. All methods are described in this section.
To create a Silverpop configuration in Cloud Services:
In AEM, tap or click Tools > Deployment > Cloud Services. (Or directly access at https://<hostname>:<port>/etc/cloudservices.html
.)
Under third-party services, click Silverop Engage and then Configure. The Silverpop configuration window opens.
Silverpop Engage is not available as an option under third-party services unless you download the package from Package Share.
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 box. Click OK so you 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.
Also, Silverpop Engage framework can be configured for personalized actions by providing title and name (optional). Click Create successfully creates the framework for the already configured Silverpop connection.
Imported data extension columns can later be used through the AEM component - Text and Personalization.
To create a Silverpop configuration in Tools:
In AEM, tap or click Tools > Deployment > Cloud Services. Or navigate there directly by going to https://<hostname>:<port>/misadmin#/etc
.
Select Tools, then Cloud Services Configurations, then Silverpop Engage.
Click New.
In 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 so you can finish configuring Silverpop.
To add multiple configurations:
Currently, AEM has six unsecured end points (Engage 1 – 6). Silverpop now provides two new end points and changed connection end points for the existing ones.
To configure the API end points:
Go to /libs/mcm/silverpop/components/silverpoppage/dialog/items/general/items/apiendpoint/options node
on https://<hostname>:<port>/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:
text
, Type: String
, Value: Engage 0
value
, Type: String
, Value: https://api0.silverpop.com
Click “Save All”.
Create one more node with Name as sp-e7
and Type as cq:Widget
.
Add two properties to the newly added node:
text
, Type: String
, Value: Pilot
value
, Type: String
, Value: https://apipilot.silverpop.com/XMLAPI
To change the existing API End points (Engage 1 – 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-e1 | https://api.engage1.silverpop.com/XMLAPI |
https://api1.silverpop.com |
sp-e2 | https://api.engage2.silverpop.com/XMLAPI |
https://api2.silverpop.com |
sp-e3 | https://api.engage3.silverpop.com/XMLAPI |
https://api3.silverpop.com |
sp-e4 | https://api.engage4.silverpop.com/XMLAPI |
https://api4.silverpop.com |
sp-e5 | https://api.engage5.silverpop.com/XMLAPI |
https://api5.silverpop.com |
sp-e6 | https://api.pilot.silverpop.com/XMLAPI |
https://api6.silverpop.com |
Click Save All. AEM is now ready to connect to Silverpop over secured end points.