ÃÛ¶¹ÊÓÆµ

3.2.2 Define an external data source

In this exercise, you’ll create a custom external data source by making use of ÃÛ¶¹ÊÓÆµ Journey Optimizer.

Login to ÃÛ¶¹ÊÓÆµ Journey Optimizer by going to . Click Journey Optimizer.

ACOP

You’ll be redirected to the Home view in Journey Optimizer. First, make sure you’re using the correct sandbox. The sandbox to use is called --aepSandboxName--. You’ll then be in the Home view of your sandbox --aepSandboxName--.

ACOP

In the left menu, scroll down and click Configurations. Next, click the Manage button under Data Sources.

Demo

You’ll then see the Data Sources list.
Click Create Data Source to start adding your data source.

Demo

You’ll see an empty data source popup.

Demo

Before you can start configuring this, you’ll need an account with the Open Weather Map service. Follow these steps to create your account and get your API key.

Go to . On the homepage, click Sign In.

WeatherMap

Click Create an Account.

WeatherMap

Fill out the details. Click Create Account.

WeatherMap

You’ll then be redirected to your Account Page.

WeatherMap

In the menu, click API Keys to retrieve your API Key, which you’ll need to setup your custom external data source.

WeatherMap

An API Key looks like this: b2c4c36b6bb59c3458d6686b05311dc3.

You can find the API Documentation for the Current Weather .

For this use-case, you’ll implement the connection with Open Weather Map based on the city the customer is in, using the Built-in API request by city name.

WeatherMap

Go back to ÃÛ¶¹ÊÓÆµ Journey Optimizer, to your empty External Data Source popup.

Demo

As a Name for the data source, use --aepUserLdap--WeatherApi.

Set Description to: Access to the Open Weather Map.

The URL for the Open Weather Map API is: http://api.openweathermap.org/data/2.5/weather?units=metric

Demo

Next, you need to select the Authentication to use.

Use these variables:

Field
Value
Type
API key
Name
APPID
Value
your API Key
Location
Query Parameter

Demo

Finally, you need to define a FieldGroup, which is basically the request you’ll be sending to the Weather API. In our case, we want to use the name of the City to request the Current Weather for that City.

Demo

According to the Weather API Documentation, you need to send a parameter q=City.

Demo

In order to match the expected API Request, configure your FieldGroup as follows:

IMPORTANT
The Field group name has to be unique, please use this naming convention: --aepUserLdap--WeatherByCity

Demo

For the Response Payload, you need to paste an example of the Response that will be sent by the Weather API.

You can find the expected API JSON Response on the API Documentation page , under the JSON subject.

Demo

Or you can copy the JSON Response from here:

{
   "coord": {
      "lon": 7.367,
      "lat": 45.133
   },
   "weather": [
      {
         "id": 501,
         "main": "Rain",
         "description": "moderate rain",
         "icon": "10d"
      }
   ],
   "base": "stations",
   "main": {
      "temp": 284.2,
      "feels_like": 282.93,
      "temp_min": 283.06,
      "temp_max": 286.82,
      "pressure": 1021,
      "humidity": 60,
      "sea_level": 1021,
      "grnd_level": 910
   },
   "visibility": 10000,
   "wind": {
      "speed": 4.09,
      "deg": 121,
      "gust": 3.47
   },
   "rain": {
      "1h": 2.73
   },
   "clouds": {
      "all": 83
   },
   "dt": 1726660758,
   "sys": {
      "type": 1,
      "id": 6736,
      "country": "IT",
      "sunrise": 1726636384,
      "sunset": 1726680975
   },
   "timezone": 7200,
   "id": 3165523,
   "name": "Province of Turin",
   "cod": 200
}

Copy the above JSON Response to your clipboard, then go to your custom data source configuration screen.

Click the Edit Payload icon.

Demo

You’ll see a popup where you now have to paste the above JSON Response.

Demo

Paste your JSON Response, after which you’ll see this. Click Save.

Demo

Your custom data source configuration is now complete. Scroll up and click Save.

Demo

Your data source has now been created successfully and is part of the Data Sources list.

Demo

Next Step: 3.2.3 Define a custom action

Go Back to Module 3.2

Go Back to All Modules

recommendation-more-help
aeafc5b5-cd01-4e88-8d47-d76c18d7d349