DocuSign
Setup steps
- 1 In DocuSign Admin → Connect, create a new HTTP listener and note the Integration Key.
- 2 In Apps and Keys, create a new App: type "Authorization Code Grant"; note the Client ID and Secret.
- 3 In Salesforce → DocRoute → Setup → Integrations, choose DocuSign.
- 4 Paste the Integration Key + Client ID + Secret. The setup wizard tests the OAuth handshake and confirms the connection.
- 5 Configure the DocuSign Connect webhook URL — the setup screen displays the per-org Apex REST URL to paste.
- 6 Map DocRoute envelope fields (signer roles, expiration, branding) to DocuSign envelope fields. Defaults work for most orgs.
HMAC-SHA256 over the request body using a DocuSign Connect HMAC secret. The DocRoute webhook resource rejects unsigned or mismatched requests with HTTP 401.
See DocuSign Admin Guide for Connect HMAC configuration; the DocRoute setup wizard shows the exact secret string to paste into Connect.