We are using the Docusign API to send out envelopes and we are using the SendOnBehalfOf feature. We have an account with Docusign that is a general mailbox account, like [email protected]. With the SendOnBehalfOf (SOBO), we have an actual person's email address on the envelope so that if the recipient has a question, the reply to goes to a real person and not a general mailbox. The business unit does not want the general mailbox account email address to show in the email message sent to the signers. Is it possible, maybe thru modifying the email resource, to plain hide that general mailbox email address?
1
votes
1 Answers
1
votes
Kathy, First off, SOBO is an old/legacy feature. While it's not going away anytime soon, I wouldn't recommend using it. I would encourage you to look into JWT authentication and how you can get what you need done without using SOBO. That would also solve your other issue.
Second, SOBO shouldn't show the email of the system account (the one use for API requests) but the email of the user you are sending on behalf of, hence SOBO. IF that's not what you're seeing - something is wrong. There are many things that can be wrong. I would have to see the code and/or logs to try to figure this out.