Access to your xP&A account with permissions to create data sources Access to the external system that will send data Knowledge of the data structure you want to import (column names, data types)
Open the workspace from the overview on the start page and clickData + New.

Open the model into which you would like to integrate the data, click the sign next to+ in the overview, and chooseData :New data source



The name of the column that contains dates. Values must be strings that can be parsed as dates. Specifies which field in each data entry contains the timestamp for the entire entry. The date key tells xP&A which field in your Webhook JSON represents when the data entry occurred. This date is used to place all the numeric variables from that entry at the correct point in time in your model.
The name of the column that contains cohort information. Leave empty if not applicable. Values must be strings that can be parsed as dates.
The names of the columns that contain numeric values. Press after each name to add multiple variables.Enter Values must be numbers. Missing keys will be treated as zeros.
Specifies which fields in each entry are date-type variables (the value itself IS a date). Keys of date variables are used when you have variables whose values are dates - not numbers. These become date-formatted variables in your model.
The names of the columns that contain dimensions. Press after each name to add multiple variables.Enter Values must be string.