Skip to main content
Question

Demo account – Envelopes sent via API but recipients do not receive any email notifications

  • April 17, 2026
  • 4 replies
  • 83 views

Forum|alt.badge.img+1

Hello,

I’m currently integrating DocuSign into my ERP system using the API, and I’m working with a developer (demo) account.

For several weeks, everything was working perfectly:

  • Envelopes were successfully created via the API
  • They were sent without any issues
  • Recipients were receiving the email notifications and could sign documents normally

However, starting about a week ago, the behavior changed unexpectedly.

Now:

  • The API still works correctly (no errors returned)
  • Envelopes are created and sent successfully
  • Recipients are correctly assigned
  • But no recipient receives any email notification at all

To troubleshoot, I have tried:

  • Sending to multiple types of email addresses (personal, professional, temporary emails)
  • Recreating a completely new developer account → it worked once for a single envelope, then the same issue occurred again
  • Checking API logs → no errors or warnings
  • Verifying envelope status → shows as “sent”

Despite all of this, no email is ever received by any recipient.

At this point, I’m wondering:

  • Is it possible that my IP address has been blocked or rate-limited?
  • Could there be restrictions or limits on demo accounts that affect email delivery?
  • Is there a known issue with email notifications in the demo environment?

I’m currently stuck because everything appears to work correctly from the API perspective, but the core functionality (email delivery) is failing silently.

Any guidance or suggestions would be greatly appreciated.

Thank you in advance.

4 replies

JohnSantos
Guru
Forum|alt.badge.img+21
  • Guru
  • April 17, 2026

@Rob1_862 

Email delivery problems are usually tied to DocuSign notification handling, throttling, recipient-side filtering, or recipient configuration, not the source IP that made the API call. Also, if your API calls are still succeeding normally, that argues against a simple IP block on your integration traffic.

Can you check if your recipients are being created with clientUserId, DocuSign treats them as embedded/captive recipients, and that changes how notification works. That is a classic reason “sent” envelopes appear fine but no email is expected. https://support.docusign.com/s/articles/DocuSign-Developer-FAQs-eSignature-API?language=en_US


Forum|alt.badge.img+1
  • Author
  • Newcomer
  • April 17, 2026

@Rob1_862 

Email delivery problems are usually tied to DocuSign notification handling, throttling, recipient-side filtering, or recipient configuration, not the source IP that made the API call. Also, if your API calls are still succeeding normally, that argues against a simple IP block on your integration traffic.

Can you check if your recipients are being created with clientUserId, DocuSign treats them as embedded/captive recipients, and that changes how notification works. That is a classic reason “sent” envelopes appear fine but no email is expected. https://support.docusign.com/s/articles/DocuSign-Developer-FAQs-eSignature-API?language=en_US

Thanks for your response. I actually did quite a bit of research before posting this message, and I noticed that this clientUserId thing kept coming up. I’m not sending that field at all in my API calls. The IP-related issue also seems unlikely to me. What I don’t understand is why it was working before and then, from one day to the next, without any changes to the DocuSign configuration or the code, it stopped working.


JohnSantos
Guru
Forum|alt.badge.img+21
  • Guru
  • April 17, 2026

@Rob1_862 

Use unique email addresses you have never used before in recent demo testing, and slow the cadence down.


Forum|alt.badge.img
  • Newcomer
  • May 6, 2026

I got the same issue. I came back to add feature to my existing app, and the emails are broken, I cannot test it. They are never sent to the recipients, so the fault is on Docusign side. They must have changed something without notifying us