Processed Campaign Customers

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

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

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