Customer Send Details By Channel

Returns an array of all customer IDs, template IDs, send times and customer attributes for a particular combination of channel ID and campaign ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Rate Limit

This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.

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

https://apiX.optimove.net/current/customers/GetCustomerSendDetailsByChannel?ChannelID=15&CampaignID=65874&CustomerAttributes=Email;Country

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"]}
  ]
Query Params
int32
required
int32
required

The identifier of a particular campaign execution channel.

string
string
Defaults to ;
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json