We are excited to introduce two new workflow features to our eSignature REST API : scheduled sending and delayed routing!

  • With scheduled sending, you can schedule an envelope to be sent at a specific date and time in the future.
  • With delayed routing, you can add intentional delays between recipients in the envelope's routing.

You can try both features for free in your developer demo account. In production accounts, scheduled sending is available on Standard and above plans, while delayed routing is available on Enterprise Pro plans or as part of the Advanced Workflow add-on for Business Pro plans.

Here is a brief introduction on how you can use these two features via the eSignature REST API v2.1.

Scheduled sending

Scheduled sending is useful any time an envelope is created or prepared before you want that envelope to be sent. This feature has a very broad set of potential use cases. Instead of building your own timing system, you can use scheduled sending to send envelopes at set times in the future.

Example JSON request:

If you want to send an envelope at 9:00 AM Pacific Time (UTC-8) on April 10, 2022, you would create your typical Envelopes: create API request with the additional workflow details as outlined below.

You have two options for the parameter when you set the scheduled send:

  1. : A string value formatted as ISO8601 DATETIME with TimeZone specified.
  2. : A string value formatted as where is the optional number of days, is the number of hours ranging from 00 to 23, is the number of minutes ranging from 00 to 59 and is the number of seconds ranging from 00 to 59.

Delayed routing

Delayed routing is useful for a wide variety of use cases in which you may want to have an interval of time before a user is asked to sign a document. For example, many industries have legal requirements around grace periods, where the recipient must have access to view the documents for a set amount of time before getting access to sign them. To implement this case:

  1. Add a CC recipient at routing order 1
  2. Add that same person as a Needs to Sign recipient at routing order 2
  3. Add a delay to occur before routing order 2

Example JSON request:

To implement the example above by adding a three-day delay before routing order 2, you would create your Envelopes: create API request with the additional workflow details as outlined below.

Explanation:

By setting to , to , and to , you are specifying that the envelope should be paused before routing order 2.

By setting to have a of , you are setting the envelope to resume its routing three daysafter the delay is initiated.

The parameter here supports the same options that scheduled sending does for both and .

Additional resources

Take a look at the resources below and take advantage of scheduled sending and delayed routing to automate your workflows like never before.

Attachments

  • Original Link
  • Original Document
  • Permalink

Disclaimer

DocuSign Inc. published this content on 16 March 2022 and is solely responsible for the information contained therein. Distributed by Public, unedited and unaltered, on 16 March 2022 21:14:15 UTC.