Posts

Showing posts from November, 2019

Salesforce DocuSign Integration Instructions

Image
STEP 1: Get Environments 1. Free 30 Day DocuSign Developer Sandbox: https://go.docusign.com/sandbox/productshot-pricingpage/ 2. Free Salesforce Developer Sandbox: https://developer.salesforce.com/signup STEP 2: Login: https://account-d.docusign.com STEP 3: Follow the Github README https://github.com/docusign/sfdc-recipe-rest-create-envelope TIPS: 1. Save your RSA Public and Private Key. They are only shown once. If you lose your private key, you need to generate a new RSA KeyPair. 2. https://account-d.docusign.com/oauth/auth?response_type=code&scope=signature%20impersonation&client_id=YOUR_KEY&redirect_uri=https://localhost.com There is a typo in the README.