Skip to content

DocuSign integration

Integrate DocuSign for sending documents tied to applications or other DocTypes.

  • leekimerp/leekimerp/api/docusign.py
FunctionRole
docusign_authInitiate / handle auth and envelope workflow (large signature)
docusign_queue_sendProcess send queue

Internal helpers include get_jwt_token, get_token, get_secret_data, docusign_connection, make_envelope_definition.

  • Desk / API: Called from client workflows per your front-end integration
  • DocuSign API credentials and impersonated user configuration
  • Secrets loaded via get_secret_data pattern — store in site config or secure DocTypes
  • Review error handling and queue retry policy for failed sends