Hello @Everyone,
I'm encountering an issue with DocuSign Java SDK integration in my Spring Boot application, specifically concerning email notifications for signers and carbon copy (CC) recipients.
Here's a breakdown of my setup and the problem:
Setup:
-
We have multiple signers, and their routing order is set sequentially.
-
We have two carbon copy (CC) recipients, both assigned a routing order of "1".
Observed Issues:
-
Initial Email (Signing Request): When the document is sent for signing, signers receive the email according to their sequential routing order. However, both carbon copy users also receive an email at this initial stage, seemingly along with the signer who has routing order 1.
-
Declined Email: If any signer declines the signing process:
-
Signers with a routing order less than the declining signer's routing order receive a "declined" email.
-
All carbon copy users also receive a "declined" email.
-
-
Completed Email (Missing): If all signers successfully complete the signing process:
-
Signers with a routing order less than the last signer do not receive a "completed" email.
-
All carbon copy users also do not receive a "completed" email.
-
My Questions:
-
Why are signers with earlier routing orders and all carbon copy users not receiving a "completed" email when the signing process is finalized?
-
Is there an issue with how I've configured the routing order for carbon copy users (both set to "1")?
-
Given that we have multiple signers and two carbon copy users, what is the recommended or correct routing order strategy for both signers and carbon copy recipients to ensure proper email notifications (especially for completion)?
Any insights or suggestions from the DocuSign community would be greatly appreciated. Thank you in advance for your help!
Back to Docusign.com


