The configuration parameters for the DocuSign connector are:
Parameter | Description |
---|---|
DOCUSIGN_APILOCATION | The DocuSign REST API location. |
DOCUSIGN_ACCOUNT_ID | The identifier of the DocuSign account under which the app is operated. |
DOCUSIGN_CLIENT_ID | The App Integration Key from DocuSign. |
DOCUSIGN_IMPERSONATED_USER_ID | The DocuSign User GUID whom the app impersonates. |
DOCUSIGN_AUTH_SERVER | The DocuSign OAuth server location, for example account-d.docusign.com. |
DOCUSIGN_JWT_LIFETIME | DocuSign JWT token lifetime. |
DOCUSIGN_RSA_KEY | The private RSA key of the DocuSign App for JWT authentication. |
DOCUSIGN_DEFAULT_EMAIL_SUBJECT | The efault email subject of an email that DocuSign sends to the signer. |
DOCUSIGN_DEFAULT_SIGNHERE_LABEL | The DocuSign Sign Here box - an invisible tab label. |
DOCUSIGN_DEFAULT_SIGNHERE_PAGE | The default page in document where DocuSign Sign Here box should go. |
DOCUSIGN_DEFAULT_SIGNHERE_POSX | The default X position at the Sign Here page. |
DOCUSIGN_DEFAULT_SIGNHERE_POSY | The default Y position at the Sign Here page. |
DOCUSIGN_DEFAULT_TIMEOUT | Timeout defined in seconds for polling waits the document to be signed. |
DOCUSIGN_POLL_SLEEP | Time between polling defined in milliseconds. |