Additional parameters for button codes

If you want to get rid of some repetitive steps or adjust additional settings for your signNow buttons, you can add some additional parameters to the button codes. This will allow you to automate particular processes and perform certain actions faster.

Preset CC emails

Each time you send your documents out to be e-signed, you can add additional emails of recipients who will get a notification once a document has been signed. If you’d like particular CC’s recipients to be specified automatically when creating a signature request, you can use preset CC emails for your sending.

To do so, add &cc= and add the required emails to the end of your button code. Add as many emails as you need separating them with a comma. It should look as follows:

https://cuda-signnow.na78.visual.force.com/apex/signnow_templates?id={!Opportunity.Id}&type=opportunity&[email protected],[email protected],[email protected]

In this case, the additional emails will be automatically added to the form being sent each time you create a signature request.

Edit preset emails for templates

If you have preset emails for templates in your signNow application, they will be automatically added each time you create a signature request without the ability to change them.

In case you’d like to edit preset emails each time you send templates out for signing, add &option=edit_email in your button code. This should look as follows:

https://cuda-signnow.na78.visual.force.com/apex/signnow_templates?id={!Opportunity.Id}&type=opportunity&option=edit_email

Hide signNow bar

Adding this parameter allows you to hide the signNow bar from the page when creating a signature request.

1399

To activate this option, add the below parameter to the button code. This will look as follows:

https://cuda-signnow.na78.visual.force.com/apex/signnow_templates?id={!Opportunity.Id}&type=opportunity&hide_bar=true
1199

Redirect to the Salesforce Record Page after Sending an E-Signature Request

You can skip repetitive steps and go straight back to the Salesforce object record page once the signature request has been sent with signNow. Save your time by adding &redirect=true to your button’s code.

This option will automatically redirect you to the Salesforce object record page each time you have sent your documents out to be e-signed.

The code will look as follows:

https://cuda-signnow.na78.visual.force.com/apex/signnow_templates?id={!Opportunity.Id}&type=opportunity&redirect=true

Open a new page after sending an e-signature request

Use the button code below to redirect to a new page once a document has been sent for signing. A new page in a new tab will be opened with the URL specified in the code.

https://cuda-signnow.na78.visual.force.com/apex/signnow_templates?id={!Opportunity.Id}&type=opportunity&redirect=true&redirectUrl=<encoded url>

The URL of the page you’re redirecting to should be encoded before applying this action. To do so, use specific online tools for encoding URLs.