Skip to main content

Could I please check why the sender gets notified when someone views the notification but not when they sign it? Would it be possible to have an option for the sender to receive a notification each time someone signs an envelope? It would also be helpful if the sender could receive a notification before the envelope is due to expire.

I check the email for sender, it is without for the sender to receive a notification each time someone signs an envelope and receive a notification before the envelope is due to expire.

 

FreeLink/甫连信息

🌍 Docusign Partner | Partner Profile

🏆 Docusign 2024 APAC Reseller Growth Partner of the Year

🌟 The only Docusign Partner globally certified as both a Certified eSignature Administrator and eSignature Technical Consultant.

📊 Docusign Community Leaderboard Top 5 contributor.

🚀 Expertise in Docusign integrations with on-premises systems for leading enterprises across various industries.


you can use connect to callback your system and subscribe the recipient-completed and envelope-completed envent in docusign connect.

https://developers.docusign.com/platform/webhooks/connect/

{   "event": "recipient-completed",   "uri": "/restapi/{apiVersion}/accounts/{accountId}/envelopes/{envelopeId}",   "retryCount": "",   "configurationId": "",   "apiVersion": "v2.1",   "generatedDateTime": "",   "data": {      "accountId": "",      "envelopeId": "",      "userId": "",      "recipientId": "",      "envelopeSummary": ""   }}

there is no expiration to warn sender, the document only told warn signers.  hope can add it.

https://support.docusign.com/s/document-item?language=en_US&bundleId=pik1583277475390&topicId=azr1583277379565.html&_LANG=enus

 

FreeLink/甫连信息

🌍 Docusign Partner | Partner Profile

🏆 Docusign 2024 APAC Reseller Growth Partner of the Year

🌟 The only Docusign Partner globally certified as both a Certified eSignature Administrator and eSignature Technical Consultant.

📊 Docusign Community Leaderboard Top 5 contributor.

🚀 Expertise in Docusign integrations with on-premises systems for leading enterprises across various industries.