I am using the DocuSign API to create an envelope with a document that requires signatures from three different signers. My implementation involves the following:
-
Embedded Signing: I need to generate recipient views for all three signers. However, I am currently only able to generate the view for the first signer. When I attempt to generate views for the other two signers, it doesn't work. How can I resolve this issue to allow recipient views for all three signers?
-
Webhook Triggers: I have set up a webhook with specific events configured. I need to be notified when the first signer completes their signing so I can generate the recipient view for the next signer. However, I am not receiving the event that indicates the first signer has completed signing.
- Which specific event(s) should I configure in the webhook to ensure I get notified when a signer completes their signing?
- Are there additional steps required to ensure these events are triggered and sent to my webhook endpoint?
Any guidance or example configurations to solve these issues would be greatly appreciated. Thank you!