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
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
Hello
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!
Hello,
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
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
Hello
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
Hello
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
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.