mattsota

Signer Order - Auto notification

0 votes

Question on Remote Sign, where the signer receives an email. If the signing order is set, is OneSpan supposed to automatically email the next-in-order?

I have a setup with 2 signers. Using the Role index, they are 1 and 2. (I tried 0 and 1 as well.) Signer 1 receives an email. They complete the signing. 

Dashboard confirms the signing is complete. But last user does not receive an email. Should this happen automatically?

If I click the 'resend email' button for Role2, then an email comes through. So I don't think it's an instance of the email getting blocked or going to spam/junk. 

This OneSpan documentation page states "For example, the second signer will receive a notification to sign the document only after the first signer has completed signing." To me, that implies OneSpan will send the notification out automatically, which is not happening. 

 

One other note. I am only creating my Packet with 2 signers. Neither is my Dashboard/Portal account user. However, in my Dashboard Packet, it does show my Portal Account User in the "Recipients / Signing order was set" section (for a total of 3 signers, which is not correct). Could that be throwing something off? That user is always the First one listed, but that user will never actually sign anything. It's just the account user.


Approved Answer

Reply to: Signer Order - Auto notification

0 votes

Hi mattsota,

 

It turned out that your account has "email.activate" template turned off, that's why no invitation email has been sent out. Please contact our support team ([email protected]) and enable this setting if this isn't what you expected.

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Signer Order - Auto notification

0 votes

Hi mattsota,

 

In an expected scenario, OSS system should automatically email the next-in-order signer. Could you share the package ID of that one so that I can check the email history for you?

 

For "account user always be in signer list", you can hide sender from the signer list if you add a package level attribute when creating your package:

"data": { "senderVisible": false }

Note:
#1. It's just to hide sender from UI, sender will ALWAYS be added to the signer list, which is designed

#2. If you didn't explicitly assign a signature to your sender in package creation JSON, the sender won't be involved in the signing flow, and therefore shouldn't affect the email notification.

 

Duo

 

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Signer Order - Auto notification

0 votes

Package with Role Index at 1 and 2: kmzQ6zfln_8xGASeKSMPjzejVCw=

Package with Role Index at 0 and 1: FHZcBUuwETEkVf99pbewWlBgA24=

It was for the second one that I explicitly tested sending an email at Thu 3/17/2022 1:19 PM EST. So if you see that in the logs, that was not automatic, it was me clicking the 'resend' button in the Dashboard.


Reply to: Signer Order - Auto notification

0 votes

Thank you for that information. Reading about 'email.activate', it states: 

If a package is configured to use in-order signing, only the first signer will receive an invitation when the package is initially sent. The second and following signers will receive an invitation email when the previous signer has completed their part of the process.

Now, the first Signer is receiving the email notification, and the email looks like it matches the "default template" described in the documentation. Doesn't that mean the 'email.activate' is already working? I'm just confused how Signer1 gets the automatic email, but Signer2 does not. 

 

Separately, in the near future I will work on customizing the email message. It looks like we can do that with the package via the API, according to the "Customizing Invitation Emails" info. Please clarify if that is true, and how that API works with the 'default template' in 'email.activate'. Thanks.


Reply to: Signer Order - Auto notification

0 votes

Hi mattsota,

 

#1. Most likely the email notification signer 1 received is "email.reminder.signer", which subject and content is similar to email.activate.

 

#2. What described in "Customizing Invitation Emails" guide can only customize the value of "$PACKAGE_MESSAGE;" variable. In order to modify static content like email subject, body, footer, etc, you will need to modify on the default HTML template and sent the HTML file to support team. 

For more information, you can also refer to my blog series:

https://www.onespan.com/blog/onespan-sign-developers-email-templates-part-1

https://www.onespan.com/blog/onespan-sign-developers-email-templates-part-2

https://www.onespan.com/blog/onespan-sign-developers-email-templates-part-3

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Signer Order - Auto notification

0 votes

Just to follow up and finalize this, enabling the "email.activate" on our account did indeed solve the issue. After Signer1 signed, then Signer2 automatically received a notification. 


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