FredericDH

Send a reminder via the C# SDK

0 votes
Hi, Does anyone know if it's possible, given a PackageID, to trigger a reminder email so that all the signers are reminded to sign ? I know its possible to set up a reminder before the creation of the package but what I am trying to do is to send a reminder at any given time after the creation of the package. The UI offers this possibility (see attached screenshot), I was hoping it is possible to do so via the API C# SDK Thanks Frederic

Attachments
Approved Answer

Reply to: Send a reminder via the C# SDK

1 votes
Hello Frederic, You can send a notification with the .NET SDK like so:
eslClient.PackageService.NotifySigner(PackageId packageId, string roleid);
Hope this helps. Let me know if you have issues.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Reply to: Send a reminder via the C# SDK

0 votes
Michael, Thank you, it worked great ! Frederic

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