Posts

Showing posts with the label docusignapi

DocuSign and Manage Service Desk Plus Integration

Image
Clash Royale CLAN TAG #URR8PPP DocuSign and Manage Service Desk Plus Integration I need some guidance for integrating DocuSign and Service Desk Plus. This will be my first time working with APIs. I would like to have Manage Engine Service Desk Plus (SDP) send information over to DocuSign. This information will then be used to create a PDF that will be sent by DocuSign to a user. So far I have been using Postman's POST function to pull the information I need from SDP. I have also used the same function to create envelopes and send envelopes with DocuSign. I am unable to understand how to get the information I retrieved using Postman from SDP to DocuSign. Please let me know if there is any other information that I can provide. 1 Answer 1 Good work on getting the data you want out of Service Desk by using Postman. That is an important first step. Next, choose a software language (I suggest a script...

DocuSign Service Integration Authentication using Organization Admin to grant consent on the app and impersonate everyone

Image
Clash Royale CLAN TAG #URR8PPP DocuSign Service Integration Authentication using Organization Admin to grant consent on the app and impersonate everyone I have been successfully using Service Integration Authentication to create an envelope. Here are the steps I have made to authenticate the user. Granting consent individually for Organization Admin A by redirecting them to this URL: https://account-d.docusign.com/oauth/auth? response_type=code&scope=signature%20impersonation&client_id=7c2b8d7e-83c3-4940-af5e-cda8a50dd73f&redirect_uri=https://client.example.com/callback https://account-d.docusign.com/oauth/auth? response_type=code&scope=signature%20impersonation&client_id=7c2b8d7e-83c3-4940-af5e-cda8a50dd73f&redirect_uri=https://client.example.com/callback After Organization Admin A clicked "Accept" the consent is granted Create the JWT using code provided in the SDK, here's the information I have provided in the JWT: { "iss": {integrat...