DocuSign

This Engine Extension (EngineExtension.Docusign.dll) allows users to send PDF documents that need to be signed electronically to customers, using the DocuSign platform.

Important: To use this engine extension the customer must have an authorised and activated DocuSign account.

The PDF document(s) to be signed must be configured as letter templates in the project. The location of the signature field is managed using a series of letter settings.

Commands

The following commands are exposed by the extension:

Variables

The following variables are exposed and used by this extension:

  • DOCUSIGN_ENVELOPEID: This will hold the Docusign ID for the document
  • DOCUSIGN_ENVELOPESTATUS: This will hold the status for the document
  • DOCUSIGN_ENVELOPESTATUSDATE: This will hold the date the status was change for the document
  • DOCUSIGN_ENVELOPEURI: This will hold the URI for the document
  • DOCUSIGN_ENVELOPECOMPLETEDDATE: This will hold the date the document was signed, or rejected

Usage Examples