Skip to main content
Question

how to redirect after user signed the document received through email, to one of my application page?


Forum|alt.badge.img+2

I have created document through rendering dynamic html content, and then converting into pdf through pdfkit library and sending though Api , after receiving  document on email  to review, and signing the document, I want to redirect to one of my application page, currently it is showing docusign signup page, but i want to redirect to my application page .

I have somewhere read about redirectUrl concept, can anyone let me know full process for this.
If any one can go through process to let me understand 

3 replies

Forum|alt.badge.img+4
  • Docusign Employee
  • 38 replies
  • July 3, 2024

Hello @noman 

Welcome to the DocuSign Community!

You can configure this from Docusign Settings > Brands, there you can create a new brand and also insert a Destination URLs, it sends you to your application page.

 

  1. In Docusign Admin, click Brands. (Learn more about these steps in the guide about Branding.)
  2. Locate the signing brand you want to configure and click the action menu and select Edit.
  3. In the Advanced Configuration section, click Destination URLs.
  4. In the Configure Destinations dialog, for each action you want to configure:
    • Click in the value box.
    • Enter the complete URL of the web page you want to direct signers to for the specified action. Example: https://www.google.com
    • (Optional) To add merge fields to the URL string enter a question mark (?) at the end of the web page URL, then add a query string with the name/value pairs of the contextual parameters you want to pass to the landing page. Click the INSERT MERGE FIELD drop down to select the field to insert. Example: https://www.google.com?name=[[RecipentName]]&email=[[RecipientEmail]] Note: Only Envelope Custom Fields will be listed in the INSERT MERGE FIELD drop down menu. Document Custom Fields will not be shown.
  5. (Optional) To reset any destination to the Docusign default, simply delete your custom entry in the field.
  6. To finish and save your changes, click SAVE.

 

Regards,

Eric | Docusign


Forum|alt.badge.img
  • Newcomer
  • 1 reply
  • February 28, 2025

Hello Eric,

 

Could you please advice how to link the branding redirection to only selective templates, for the use case where the redirection to the destination URL is only required when a certain template is used.

Also When it comes to template, Can we create a template that has set location  for the Fields and the document (pdf) changes for every form.

 

Regards,

Akhil


Forum|alt.badge.img
  • Newcomer
  • 1 reply
  • March 3, 2025
Akhilannn wrote:

Hello Eric,

 

Could you please advice how to link the branding redirection to only selective templates, for the use case where the redirection to the destination URL is only required when a certain template is used.

Also When it comes to template, Can we create a template that has set location  for the Fields and the document (pdf) changes for every form.

 

Regards,

Akhil

I am also interested on how to achieve this.