v1

latestSwagger 2.02026-07-134146194.6 MB
EnvelopeWorkflowDefinition

Updates the delayed routing rules for a template's workflow step.

Updates the scheduled sending rules for a template's workflow.

put/v2.1/accounts/{accountId}/templates/{templateId}/workflow/steps/{workflowStepId}/delayedRouting

Path parameters

accountIdstring required

The external account number (int) or account ID GUID.

templateIdstring required

The ID of the template.

workflowStepIdstring required

The ID of the workflow step.

Request body

resumeDatestring

The ISO 8601 timestamp of when the envelope is scheduled to be sent to the recipients associated with the workflow step. This property is null if the workflow step has not been initiated.

This property is read-only.

statusstring

Status of the delayed routing step. Valid values:

  • pending: The workflow step has not been reached and the delay has not been initiated.
  • started: The workflow step has begun and the delay is in progress. The envelope has not yet been sent to the workflow step's recipients.
  • completed: The delay has elapsed and the envelope has been sent to the workflow step's recipients.

This property is read-only.

Response

Successful response.