Skip to main content
Newcomer
February 13, 2025
Solved

MESSAGE OF COMPLETED ENVELOPE

  • February 13, 2025
  • 5 replies
  • 120 views

Good afternoon,

I need help about this,

One person in the company is goint to retire and this person receives a message when an envelope is completed. I now need to change the person who receives this message.

Anyone can help me about this?

Thanks

Best answer by Pawan Gangwani

Hello ​@Montse CO 

Welcome to the DocuSign Community!

The signature or envelope Completion mail goes to the sender. if you send the envelop for signature the completion mail will come to you.
You can change the settings from “Admin” settings > Email Preferences.

Thanks!

5 replies

Pawan Gangwani
Hero
Hero
February 13, 2025

Hello ​@Montse CO 

Welcome to the DocuSign Community!

The signature or envelope Completion mail goes to the sender. if you send the envelop for signature the completion mail will come to you.
You can change the settings from “Admin” settings > Email Preferences.

Thanks!

Way to Learn | I'd love your feedback | Hit Like | Mark it Best🌈
Alexandre.Augusto
Docusign Employee
Docusign Employee
February 13, 2025

Hello, ​@Montse CO 

 

If such person is going to retire then you can TRANSFER his envelopes to another user in your account. This new user getting the transferred envelopes will receive the email notification for completed envelopes. 

 

If this answer helps you, I’d appreciate your LIKE here.

Thank you,

Alexandre

Your feedback is very appreciated! You can give a Like and mark this answer as the "Best Answer" for your issue. DocuSign University http://dsucustomers.docusign.com
Docusign Employee
February 14, 2025

Hi Montse,

I’m with the DocuSign Dev/API team.

I understand your concern about the colleague who is retiring still receiving completed envelopes. My understanding is that you’re using JWT. Switch their user ID that is being used for authentication, I recommend replacing it with a System user ID.

 

You can change the user id associated with the completed envelopes by switching the sub id:

{
  "iss": "<your_integration_key>",
  "sub": "<your_user_ID>",
  "aud": "account-d.docusign.com",
  "iat": <current_unix_epoch_time>,
  "exp": <current_unix_epoch_time+6000>,
  "scope": "signature impersonation"
}

Please let me know if you have any questions.

 

Best,

DEV/API

Docusign Employee
February 26, 2025

Hello ​@Montse CO ,

If you found the response to be a useful solution to your question, please mark it as the best answer by clicking “Select as Best” to make it easier for other users to find.

Best regards,
Marco Paulo | Docusign Community Moderator

Docusign Employee
March 5, 2025

Hello ​@Montse CO,

I hope you are doing well. 

If you found the response to be a useful solution to your question, could you please click the "Best Answer ✅" button at the bottom of the post? 

It helps other community members who might have similar questions.

Best regards,
Marco Paulo | Docusign Community Moderator