Signature request with the signNow API: How to create freeform and role-based invites  

Signature request with the signNow API

This blog will explore one of the essential features of the signNow API — sending signature requests, also referred to as signature invites. Also, you’ll get the basic knowledge to start building your own signNow API workflows.

Before we start, make sure to check out other blogs you may find useful:

There are two types of signature invites in signNow which require different payloads:

  • A freeform invite allows recipients to add their signature anywhere on a document. 
  • A role-based invite is sent when your document already contains fields and has to be filled out and signed in a certain order and in accordance with pre-set parameters.

Let’s proceed to the step-by-step instructions on how to create freeform and role-based signature invites for uploaded documents using the signNow API.

1. How to create a freeform invite using the signNow API

Prior to creating a freeform invite, authorize and upload a document to your signNow account. Note that a document used for sending a freeform invite cannot contain fillable fields.

Now, open a new tab in Postman, switch to POST, and specify an endpoint. Then, set up the headers using your bearer token.

how to send freeform invite signnow api

Switch to the body of the request and specify an email address for both the Sender and Signer. Note that you can only use your signNow login email when filling out the “from” section of the request.

how to send freeform invite signnow api

Once finished, send the request, go back to signNow, and reload the page. As you can see, your freeform invite was sent successfully!

how to send freeform invite signnow api

2. How to create a role-based invite using the signNow API

Now let’s try sending a role-based invite to multiple signers. Upload another document and add fillable fields to it.

Watch this video to learn how to upload a document using the signNow API:

Next, we’re going to invite two signers — let’s call them Employee and Manager — to review and sign our document. To do so, update the document ID in the endpoint, open the body of the request, and specify parameters for each signer.

Required parameters to create a role-based invite

First, let’s go through the required parameters.

Fill in the recipient’s email address. Then, set the role id parameter which is a unique identifier for the signer’s role. It accepts either an empty string or actual role id as a value.

Next thing we want to do is set the invite role and specify the order in which we want the Employee and Manager to open and sign our document.

The reassign parameter accepts one of two possible values: 0 and 1, and determines whether or not the recipient is allowed to pass the document for signature to somebody else. Accordingly, the declined by signature parameter, if equal to 1, adds the decline button next to the signature field.

Reminder and expiration days are two optional parameters you can add in case you want to send reminders to your signers or set an expiration date for your signature invite. You can also add an extra level of security by specifying the authentication type parameter. Finally, you can create a personalized message for each recipient using the subject and message parameters.

how to send role based invite signnow api

Once all the necessary parameters are set, simply hit Send.

Now let’s head back to the Developer Sandbox and make sure everything is in the right place. As you can see, our role-based invites have been successfully created!

Watch the video below to get step-by-step instructions on how to send two types of signature invites using the signNow API:

For more information on the signNow API, its features, and references, please view our detailed documentation.

Build your own eSignature integration with the signNow API

Contact us to learn more about the signNow API

Fill out this form and one of our sales representatives will contact you shortly. We’ll provide you with more information about the signNow API and help you integrate eSignatures into your document workflows.
By clicking "Talk to Sales" you agree to receive marketing communications from us in accordance with our UPDATED Privacy Notice