Hi @vendimb15716755,The data that you post within the API call does come
back down to the Control instance (usually this is the Marketing
instance). This is found under: /Message Center/Event history/ This is
available within the nms:eventHisto [Event XML]. From here, you can run
a workflow on the Marketing instance to query the eventHisto table and
parse the XML and then write the results to a schema. The other solution
is to make an additional API call to the Marketing instance (right after
th...