Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

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

NameTypeValue
sessionIdStringID of the session
recipientIdStringID of the recipient

Return values

  • Code structure

    void resetBounceCounter(String sessionId, String recipientId)