问题
I want to send instant reminder to the recipients who have not signed the document yet through the DocuSign REST API.
Suppose I have sent an envelope to 3 recipients and one recipient have signed it. After some days I want to send instant reminder email to all other pending recipients or some of pending recipients.
I know there is API available to set reminders & expiration details. Is there any REST API available so we can send reminder email to pending recipients when user want?
回答1:
This should be possible via CORRECT API call. Please use the ?resend_envelope=true URL parameter as well. Info below.
REQUEST TYPE: PUT
REQUEST URL: https://demo.docusign.net/restapi/v2/accounts/<accountID>/envelopes/<envelopeID>?resend_envelope=true
REQUEST BODY: {}
API Documentation
Also see this Answer
来源:https://stackoverflow.com/questions/39117564/docusign-api-to-send-instant-reminder-email-to-pending-recipients