Updating your application to use the DocuSign API version 2.1
Take advantage of new features and usability improvements of DocuSign by configuring your application to use the latest version of the DocuSign API.
The DocuSign API version 2.1 provides the following benefits:- Support for advanced identity verification
- Extensible Send via DocuSign V2 SmartShape
- Audit trail for various envelope and recipient-related events in a case type
Perform these steps if you already integrated your Pega application with DocuSign and want to upgrade the DocuSign API version that your application uses to version 2.1.
- Import the ZIP file with the component to your Pega application. For more information, see
- Optional: If your configuration includes the
pySetEnvelopeCredentials data transform, to standarize
the DocuSign service address and your DocuSign account ID across all case types,
perform the following actions:
- Find and open the pySetEnvelopeCredentials data transform.
- On the Definition tab, delete data transform steps 1 through 5, as shown in the following figure:
- Provide the values for the DocuSign service domain and your DocuSigh
acocunt ID in dedicated application settings.For more information, see Updating the DocuSign connection details.
- Confirm your settings by clicking Save.
- Optional: To adjust your DocuSign integration configuration to use advanced identity
verification for envelope recipients, perform the following actions:
- Find and open the pyRecipientIdentityVerification data transform, and then save that data transform as part of your application ruleset.
- Find and open the pyAssignRecipientsToEnvelope data transform.
- On the Definition tab, delete data transform
steps 2.6 through
2.10.These steps correspond to the SMS authentication configuration that is now part of the pyRecipientIdentityVerification data transform.
- Add a data transform step that has the following parameters:
- Action – Apply data transform
- Target – pyRecipientIdentityVerification
See the following figure for reference: - Confirm your settings by clicking Save.
Previous topic Integrating DocuSign with Pega Platform Next topic Connecting your application to DocuSign