Customer Send Details By Campaign

Returns an array of all customer IDs, channel IDs, send times and channel send IDs for a particular 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

  • The response structure will be different for different channels.
  • All times are returned in UTC.

Sample Request

https://apiX.optimove.net/current/customers/GetCustomerSendDetailsByCampaign?CampaignID=65874&IncludeTemplateIDs=True

Sample Response

[
  {"CustomerID":"231342","ChannelID":15, "ScheduledTime":"2018-05-30 10:30:00","SendID":"HG65D",
   	"TemplateID":12},
  {"CustomerID":"917251","ChannelID":15, "ScheduledTime":"2018-05-30 11:45:00","SendID":"HG65E",
   	"TemplateID":7}
]
Query Params
int32
required
boolean
Defaults to false
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