Docuseal

Learn how to use Docuseal with Composio

Overview

Enum

DOCUSEAL

Description

DocuSeal is a platform that provides a powerful and easy-to-use API to implement eSignature workflows, allowing users to automate document and template management processes without relying on the web interface.

Authentication Details

api_key
stringRequired

Actions

Tool to archive a specific template by its unique identifier. use after verifying the template id.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to clone an existing template by its id with a new name. use after you have the template id and desired name to duplicate it into the same or a different folder.

Action Parameters

folder_id
string
name
stringRequired
template_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a one-off submission from a pdf file. use when you need to upload a pdf and initiate a signature workflow with optional custom field values and webhook notifications.

Action Parameters

email
fields
object
pdf
stringRequired
template_id
stringRequired
webhook_url

Action Response

data
object
error
string
successful
boolean
Tool to create a template from html content. use when you need to define a reusable document template directly from html input.

Action Parameters

fields
array
html
stringRequired
name
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific template by its unique identifier. use when you need to fetch template metadata by id.

Action Parameters

template_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all document submissions with optional pagination and document filtering. use when you need to retrieve and browse existing submissions.

Action Parameters

document_id
string
limit
integer
offset
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all submitters. use when you need a roster of submitters for reporting or management.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all templates. use when you need to browse available templates with optional filters before selection.

Action Parameters

after
integer
application_key
string
archived
boolean
before
integer
folder
string
limit
integer

Action Response

data
object
error
string
successful
boolean
Tool to merge multiple templates into one with a new name. use when you have multiple template ids and want to combine them into a single document.

Action Parameters

output_name
string
template_ids
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to update details of a specific template, including name and folder. use after confirming the template id.

Action Parameters

folder_id
string
name
string
template_id
stringRequired

Action Response

data
object
error
string
successful
boolean