Overview

Resend Envelope

Summary

This endpoint will call DocuSign Api to resend the envelope emails to recipients

Request Arguments

Name Type Description Required
id String The DocuSignEnvelope record id True

Response

true or [
    status:  'error',
    message: 'error message'
]

Change Log

Version Change
v11_16 Added /DocuSign/resendEnvelope POST endpoint.