-->

DocuSign API embedded signing with email notificat

2019-09-24 16:39发布

问题:

I have a rails app that uses docusign_rest gem. I can get the URL for embedded signing when the envelope is created but an email notification is not sent to the signer. I have played with these settings but cannot find the right settings for what I wanted.

Envelope Delivery Settings

回答1:

You should also specify the embeddedRecipientStartURL in your request. This will ensure the embedded signer receives a notification to sign the document.

See this answer