0
votes

I have a web service that creates Docusign envelopes with a PDF that needs to be signed. On my test environment, after the envelope gets created I query for the envelope status, as well as the recipient status. When using the API call, the respondents with bad email addresses have the status "autoresponded".

Now on my Docusign Connect implementation, I have two separate routes that get hit. One for when the email gets successfully sent or if the request is completed, and another one specifically for email delivery failures. When I had a single route, none of the recipients were marked as "autoresponded" like the API call returned (the API call result ends up being returned before the Connect implementation gets hit by Docusign).

After splitting them apart, I expected the email delivery failure-specific route to have the correct signature status. Unfortunately when this route gets hit, all recipients have the status of "Sent", regardless if their email is valid or not.

I'd contacted Docusign a while ago and their response was the number of events a single Connect implementation was listening for. By that assumption, this delivery failure-specific route should be getting a status of "autoresponded" like our API call is receiving, which doesn't seem to be happening. How can I get the Connect implementation to return the correct recipient statuses?

Every time I've opened a support ticket on their website, the corresponding account can no longer log in, meaning it's always a one-way communication to their support team. Has anyone gotten around this issue before?

My thought is that if the email failure route gets hit, flag that account as having a bad email address for one of the recipients and force the user to log into their accounts to see the actual status. Another option would be to query the API for that envelope's status, however I feel like a lot of delivery failures could easily trigger the max number of API calls.

1
There is a backend setting DocuSign can enable called "Return Recipient Auto Responded Status in Connect/API" that DocuSign Support should be able to enable. However, it seems you can't get in contact with them, if you feel comfortable providing the account ID in a comment I am happy to enable it for you. - Rickey S
@RickeyS Any headway into enabling that for the test account? Sorry, I'd forgotten to add an @ mention. - AlbertEngelB
Sorry mate that GUID isn't coming up as a valid site ID. Can you give me the short form account ID found in the upper right when you're logged into the webapp? - Rickey S
@RickeyS No worries. Thanks for updating that, I appreciate it! If you want to add an answer to the effect of "you have to have this option enabled by Docusign Support or similar", I'll accept the answer. - AlbertEngelB

1 Answers

1
votes

Posting an answer, the original poster figured it out in the comment, but here is the answer for everyone else per Ricky Story: "Return Recipient Auto Responded Status in Connect/API" that DocuSign Support should be able to enable. To do that you would need to contact the DocuSign Customer Support and request them to enable this option.