Set Customer Channel Preference

Set communication mode for particular customer IDs for particular channels.

Log in to see full request history

Notes

  • The CustomerIDs array may contain a maximum of 50,000 rows (customers) each time this function is called.
  • 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.
  • This function does not return a payload. A successful call will return a response code of 200 (success). Refer to an explanation of the other possible response codes at Function Error Response Codes.
  • Preference data will not be visible in your Optimove instance by default.
    In order to add it, please contact your CSM.

Sample Request

{ "ChannelID":15, "CustomerIDs": ["A8272","A916537","A13521","A286571","A792414"], "CommunicationMode":2, "AppID":"app123" }

Sample Response

None
Body Params
int32
array of strings | null
CustomerIDs
int32
string | null
Response
200

Success

Language
Credentials
URL
Click Try It! to start a request and see the response here!