get https://api4.optimove.net/Customers/GetCustomerSendDetailsByChannel
Returns an array of all customer IDs, template IDs, send times and customer attributes for a particular combination of channel ID and campaign ID.
Notes
- Available ChannelID values can be seen here, and you can also retrieve the available execution channel IDs and associated channel names using the GetExecutionChannels function.
- All times are returned in UTC.
Sample Request
Sample Response
[
{"CustomerID":"96134","TemplateID":14,"ScheduledTime":"2018-05-30 10:00:00",
"CustomerAttributes":["[email protected]","US"]},
{"CustomerID":"13482","TemplateID":14,"ScheduledTime":"2018-05-30 10:00:00",
"CustomerAttributes":["[email protected]","UK"]}
]