Skip to main content
Create a request

Authorizations

Authorization
string
header
required

Obtain a Bearer token via the Create access token endpoint using the OAuth2 client credentials flow.

Body

multipart/form-data
workflow_id
string
required

The hash ID of the published workflow to use.

requester_email
string<email>
required

Email of an existing user in your company who is making the request.

counterparty_name
string

Name of the counterparty signer. Required by some workflow types — check the workflow schema.

counterparty_email
string<email>

Email of the counterparty signer. Required by some workflow types — check the workflow schema.

counterparty_organization_name
string

Name of the counterparty's organization. Required by some workflow types — check the workflow schema.

file
file

The document file to use. Required by workflows that accept a third-party document — check the workflow schema.

variables
object

A JSON object containing the workflow variable values. Use the workflow schema endpoint to discover required and optional variables.

Example:

Response

Request created successfully.

data
object