0

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?

talemyn
  • 7,822
  • 4
  • 31
  • 52
Jigar
  • 129
  • 1
  • 9

1 Answers1

3

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

Community
  • 1
  • 1
Luis
  • 2,692
  • 13
  • 8