Evangeline

send reminder emails to signers and the package owner for an existing package

0 votes

Hi,

I have created a package in Onespan, during which an email gets generated. But now, I want to send a reminder notification  email to signers of this existing package, with a link to the onespan docs. How can I do this in Java?


Reply to: send reminder emails to signers and the package owner for an existing package

0 votes

Hi Evangeline,

 

You can manually resend the invitation with the following code:

eslClient.getPackageService().notifySigner(packageId, "[email protected]", "HELLO SIGNER" );

Note:
(1)The third parameter can override the signer level message.

(2)Owner won't receive the invitation email (It's a general limitation).

 

Duo 

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off