问题
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
来源:https://stackoverflow.com/questions/46049962/docusign-api-embedded-signing-with-email-notification-when-envelope-is-created