DocuSign API to send instant reminder email to pending recipients

白昼怎懂夜的黑 提交于 2019-12-12 07:04:01

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!