Set Up an Integration for Get Status for ESign
To get the status of the document that was sent for ESign, set up an integration.
Required Editions
| Available in: Lightning Experience |
| Available in: Professional, Enterprise, and Unlimited Editions where Financial Services Cloud is enabled |
| User Permissions Needed | |
|---|---|
| To create integration definitions: | IndustriesIntegrationFwk |
| To create or update an integration procedure, Data Mapper, or Omniscript: | OmniStudio Admin permission set AND Digital Lending India Admin User |
After the EStamp Session API is called, the user must store the received documentId in a custom field on the ContentVersionObject.
- From Setup, in the Quick Find box, enter integration definitions, and then select Integration Definitions.
- Create an integration definition.
- Click + New.
- Select External Services Defined as the type.
- Enter DigitalLendingIndiaESignGetDocumentIntegDef as the name of the integration definition.
- Enter the name of the registered external service that you want to use to connect to an external API.
- For action, select the method or the operation of the service provider API to be called to get the status of the document.
- Select DigitalLendingIndia_GetEsignDocumentStatusRequest as the input processor.
- Select DigitalLendingIndia_GetEsignDocumentStatusResponse as the output processor.
The DigitalLendingIndia_GetDocumentStatus integration procedure calls the DigitalLendingIndiaSetDocumentIdtoPayload Data Mapper.
This integration procedure invokes the DigitalLendingIndiaESignGetDocumentIntegDef integration definition from the DigitalLendingIndia_GetEsignDocumentStatus Omniscript.
- Save your
changes,
and activate the integration definition.
The DigitalLendingIndia_GetEsignDocumentStatusRequest input processor calls the DigitalLendingIndiaSetPayloadForEsignStatus Data Mapper.
The DigitalLendingIndia_GetEsignDocumentStatusResponse output processor calls these Data Mappers.
- DigitalLendingIndiaTransformEsignStatusResponse
- DigitalLendingIndiaCreateDocChkItmForEsignedDoc

