rtbike

Reminder Schedule with multiple signers

0 votes
If I assign a reminder schedule to a package with multiple signers will all the reminder schedules be applied to all the signers in order? Case:
   reminderScheduleToCreate = ReminderScheduleBuilder.ForPackageWithId(packageId)
      .WithDaysUntilFirstReminder(2)
      .WithDaysBetweenReminders(1)
      .WithNumberOfRepetitions(5)
      .Build();
Singer 1 signs the document 2 days after the document is sent - 1st singer got reminder on day 2 Singer 2 receives first reminder 2 days after Signer 1 signed the document - and signs the document that day. (this is day 4 from first Signers original notification) Singer 3 receives first reminder 2 days after Signer 2 signs the document (six days from first Signers original notification) Do I have this correct or is there a way to assign reminder to each signer? Thanks, Todd

Reply to: Reminder Schedule with multiple signers

0 votes
Hey Todd, I believe that's how it should work. I will have to test this out on my side since this is the first time this scenario has come up. I will let you know what I find.
Haris Haidary OneSpan Technical Consultant

Reply to: Reminder Schedule with multiple signers

0 votes
The ".WithDaysUntilFirstReminder(2)" method applies only after the initial email notification is sent (i.e. the moment you send your package). In your scenario, here's how the email would get sent: Signer 1 receives an email notification the moment you send your package and is reminded two days later. Signer 2 receives an email notification once Signer 1 has signed and is reminded two days later days later. Signer 3 receives an email notification once Signer 2 has signed and is reminded two days later days later.
Haris Haidary OneSpan Technical Consultant

Reply to: Reminder Schedule with multiple signers

0 votes
Great thanks for confirming that.

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