post https://api4.optimove.net/Integrations/SetCustomerChannelPreference
Set communication mode for particular customer IDs for particular channels.
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