removeBounced
Deletes all recipients who created bounces in Optimizely Campaign.
By default, the media type EMAIL is used. Use the setMediaType method to select another media type such as SMS.
Type: int
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
recipientListId | long | ID of the recipient list |
Return values
Number of recipients that have been deleted
Code structure
int removeBounced(String sessionId, long recipientListId)
Updated over 2 years ago
Next