resetBounceCounter
Resets the thresholds for hard and soft bounces to 0 in Optimizely Campaign.
After invoking this method, the recipient will receive mailings again.
By default, the media type EMAIL is used. Use the SessionWebservice setMediaType method to select another media type such as SMS.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
recipientId | String | ID of the recipient |
Return values
-
Code structure
void resetBounceCounter(String sessionId, String recipientId)
Updated over 2 years ago