Hi,
I had the same issue and found this topic :
https://www.ads-software.com/support/topic/redirect-to-this-url-after-clicking-in-the-email/
You have to change the sib-api-manager.php at line 720 with :
if ( '' != $current_form['redirectInEmail'] ) {
wp_redirect( $current_form['redirectInEmail'] );
exit;
}
I don’t understand why this issue was not patched !