Customer Channel Interactions

Returns the details of a particular customer’s interactions with campaigns sent during a particular date range.

Notes

  • Available ChannelID values can be seen here.

Sample Request

https://apiX.optimove.net/current/customers/GetCustomerChannelInteractions?CustomerID=841231&StartDate=2018-08-19&EndDate=2018-09-19

Sample Response

[
  {"Date":"2018-08-20","CampaignID":422,"RecipientGroupID":1,"ActionID":26,"ChannelID":7,
   "TemplateID":13,"EventID":2},
  {"Date":"2018-08-27","CampaignID":428,"RecipientGroupID":1,"ActionID":28,"ChannelID":7,
   "TemplateID":54,"EventID":2}
]
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!