Update Customer Promotion Status

Informs Optimove of the status of activated promotions for particular customer IDs for a particular campaign ID.

Notes

  • A maximum of 10,000 customer IDs may be included in one call.
  • This function may called as many times as required.
  • The campaign will only be sent to customer IDs with Status set to true; if this function never receives a customer ID, it is the same as if it was sent with Status set to false.
  • Once the campaign's specified ClearanceRequiredBy time arrives, Optimove will schedule the campaign for execution only to those customer IDs for which PromosUpdated was specified as true using this API call by that time. For more information about this process, click here.

Sample Request

{
  "TimeStamp":"2018-10-27 09:33:00",
  "CampaignID":1359,
  "PromosUpdated":[
    {"CustomerID":"C234638","Status":true},
    {"CustomerID":"C984571","Status":true}
  ]
}

Sample Response

None
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!