Skip to main content
POST
Send document

Authorizations

Authorization
string
header
required

Access Token or Private Integration Token

Headers

Authorization
string
required

Access Token

Example:

"Bearer 9c48df2694a849b6089f9d0d3513efe"

Version
enum<string>
required

API Version

Available options:
2021-07-28

Body

application/json
locationId
string
required

Location Id

Example:

"hTlkh7t8gujsahgg93"

documentId
string
required

Document Id

Example:

"hTlkh7t8gujsahgg93"

sentBy
string
required

Sent ByUser Id

Example:

"1234567890"

documentName
string

Document Name

Example:

"new Document"

medium
enum<string>

Medium to be used for sending the document

Available options:
link,
email
Example:

"email"

ccRecipients
object[]

CC Recipient

Example:
notificationSettings
object
Example:

Response

Document sent successfully

success
boolean
required

Success status

Example:

true

Links for all recipients

Last modified on March 7, 2026