Skip to main content
Question

Send envelopes without specific User

  • September 26, 2024
  • 2 replies
  • 41 views

Forum|alt.badge.img+2

I'm currently developing an app that sends envelopes directly. This means that there is no specific user who can be impersonated. Do I have to create a "system" user which is used for this or is there another possibility? 

2 replies

Hengfeng Ge
Rising Star
Forum|alt.badge.img+12
  • Rising Star
  • 514 replies
  • September 26, 2024

Yes, for JWT you should create a system user.

FreeLink/甫连信息
🌍 DocuSign Partner | Partner Profile
🏆 2024 APAC Reseller Growth Partner of the Year
🔧 The first in APAC to pass the DocuSign eSignature Technical Consultant certification.
🚀 Expertise in DocuSign integrations with on-premises systems for leading enterprises across various industries.

Feel free to reach out for collaboration opportunities.


Forum|alt.badge.img+1
  • Newcomer
  • 2 replies
  • September 30, 2024

I’m in the same boat.  Cannot get authorization to send. Have been going in circles for a week.

I have a (php) page that should send a pdf (after creating said pdf) to the recipient. Authorization fails each time.
 

I am assuming that the Oauth token on this page is JWT grant?
https://developers.docusign.com/docs/esign-rest-api/how-to/request-signature-in-app-embedded/

Do I somehow create a “John Smith” account somewhere to send from? Not seeing that anywhere/