Developer Support ArticlesFrom the Trenches: How to fix missing Docusign email notifications for recipientsByungjae ChungDeveloper Support Engineer
DevelopersConfiguring Salesforce for scalable and secure Docusign integrationsFor integrating Docusign with Salesforce, you're not limited to the Apex Toolkit. Configuring Salesforce Named Credentials and OpenID Connect provides a robust alternative, enabling enhanced control, scalability, and security for your integrations.Achille Jean Axel Nisengwe
Developer Support ArticlesFrom the Trenches: How to fix missing Docusign email notifications for recipientsIf your recipients aren't getting email notifications of envelopes to sign or that envelopes they've signed are complete, there are just a few likely causes. Get troubleshooting advice to resolve this problem.Byungjae Chung
DevelopersHow to fix duplicate tabs in Docusign: Anchor vs. custom tabsIt's possible to inadvertently place duplicate tabs in a document when you add envelope-level or document-level tabs that match custom tabs applied at the account level. See how to troubleshoot and fix this issue.Sai Dandamudi
DevelopersExplore AI-driven agreement data with the Insights Sample AppThe Insights Sample App implements a dashboard that displays AI-extracted agreement data retrieved via API calls.Julie Gordon
DevelopersHow to Set Up JavaScript OAuth Authorization Code Grant with PKCEThe most secure OAuth method for single-page applications is Authorization Code Grant with PKCE (Public Key with Code Exchange). In this post I’ll show you how to implement the OAuth flow within your application’s web page. Larry Kluger
DevelopersEvent Notifications using JSON SIM and HMACAn overview and example of using envelope level event notifications for obtaining envelope information as they progress with the JSON SIM format and HMAC security. Jonathan Sammons
Code ExamplesFast-Track Your Extension Apps with Reference ImplementationsOur new reference implementations accelerate extension app development by providing comprehensive guidance and practical examples of requirements and best practices. Watch the videos, clone the GitHub repos, and get coding!Karissa Jacobsen
Developer Trending TopicsTrending Topics: Latest from our forums (October 2024)See how our most popular recent threads on the Docusign Community and Stack Overflow can help you solve your own development issues.Paige Rossi
Developer Support ArticlesFrom the Trenches: Testing Docusign Connect with ngrokHow do you test your webhook listener code during development, before it's deployed? Ivan Dinkov shows you how to use ngrok, a reverse-proxy service that lets you safely expose a tunnel to your localhost for testing your application's receipt of Connect notifications.Ivan Dinkov