Processed Campaign Customers

Returns an array of all customer IDs and associated promotion codes for a particular campaign ID.

Sample Request

https://apiX.optimove.net/current/customers/GetProcessedCampaignCustomers?CampaignID=6577&CustomerAttributes=Name,Email&CustomerAttributesDelimiter=,

Sample Response

[
  {
    "CustomerID": "tester1",
    "PromoCode": "promotion1",
    "ActionId": 123,
    "ChannelIds": [
      22,
      15
    ],
    "Attributes": {
      "Name": "John Doe",
      "Email": "[email protected]"
    }
  },
  {
    "CustomerID": "tester2",
    "PromoCode": "promotion1",
    "ActionId": 123,
    "ChannelIds": [
      22,
      15
    ],
    "Attributes": {
      "Name": "Jane Doe",
      "Email": "[email protected]"
    }
  }
]
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!