DocuSeal
docusealDocuSeal 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.
Acciones disponibles (10)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Archive TemplateDOCUSEAL_ARCHIVE_TEMPLATEAcciónTool to archive a specific template by its unique identifier. use after verifying the template id.
DOCUSEAL_ARCHIVE_TEMPLATEAcciónTool to archive a specific template by its unique identifier. use after verifying the template id.
Parámetros de entrada
idstringObligatorioThe unique identifier of the template to be archived
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Clone TemplateDOCUSEAL_CLONE_TEMPLATEAcciónTool 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.
DOCUSEAL_CLONE_TEMPLATEAcciónTool 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.
Parámetros de entrada
namestringObligatorioNew name for the cloned template.
folder_idstring(Optional) Folder ID where the new template will be placed.
template_idstringObligatorioThe ID of the template to be cloned.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Submission From PDFDOCUSEAL_CREATE_SUBMISSION_FROM_PDFAcciónTool 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.
DOCUSEAL_CREATE_SUBMISSION_FROM_PDFAcciónTool 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.
Parámetros de entrada
pdfstringObligatoriobinaryBinary content of the PDF file to upload
emailanyemailEmail address of the submitter
fieldsobjectKey-value pairs to prefill template fields
template_idstringObligatorioID of the template to use for the submission
webhook_urlanyuriWebhook URL for submission status updates
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Template from HTMLDOCUSEAL_CREATE_TEMPLATE_FROM_HTMLAcciónTool to create a template from html content. use when you need to define a reusable document template directly from html input.
DOCUSEAL_CREATE_TEMPLATE_FROM_HTMLAcciónTool to create a template from html content. use when you need to define a reusable document template directly from html input.
Parámetros de entrada
htmlstringObligatorioHTML source of the document to create a template from
namestringOptional name for the created template
fieldsobject[]Optional list of fields to define labels or placeholders in the template
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TemplateDOCUSEAL_GET_TEMPLATEAcciónTool to retrieve details of a specific template by its unique identifier. use when you need to fetch template metadata by id.
DOCUSEAL_GET_TEMPLATEAcciónTool to retrieve details of a specific template by its unique identifier. use when you need to fetch template metadata by id.
Parámetros de entrada
template_idstringObligatorioThe unique identifier of the template to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List SubmissionsDOCUSEAL_LIST_SUBMISSIONSAcciónTool to list all document submissions with optional pagination and document filtering. use when you need to retrieve and browse existing submissions.
DOCUSEAL_LIST_SUBMISSIONSAcciónTool to list all document submissions with optional pagination and document filtering. use when you need to retrieve and browse existing submissions.
Parámetros de entrada
limitintegerMaximum number of submissions to return per page.
offsetintegerNumber of submissions to skip for pagination.
document_idstringFilter submissions by a specific document ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List SubmittersDOCUSEAL_LIST_SUBMITTERSAcciónTool to retrieve a list of all submitters. use when you need a roster of submitters for reporting or management.
DOCUSEAL_LIST_SUBMITTERSAcciónTool to retrieve a list of all submitters. use when you need a roster of submitters for reporting or management.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TemplatesDOCUSEAL_LIST_TEMPLATESAcciónTool to retrieve a list of all templates. use when you need to browse available templates with optional filters before selection.
DOCUSEAL_LIST_TEMPLATESAcciónTool to retrieve a list of all templates. use when you need to browse available templates with optional filters before selection.
Parámetros de entrada
afterintegerReturn templates with IDs greater than this value (used for cursor-based pagination).
limitintegerMaximum number of templates to return. Default is 10; maximum is 100.
beforeintegerReturn templates with IDs less than this value (used for cursor-based pagination).
folderstringFilter templates by folder name.
archivedbooleanIf true, only archived templates are returned; if false, only active templates are returned.
application_keystringThe unique application-specific identifier for the template. When provided, only templates with this application key are returned.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Merge TemplatesDOCUSEAL_MERGE_TEMPLATESAcciónTool 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.
DOCUSEAL_MERGE_TEMPLATESAcciónTool 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.
Parámetros de entrada
output_namestringName of the merged document
template_idsstring[]ObligatorioIDs of the templates to merge
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update TemplateDOCUSEAL_UPDATE_TEMPLATEAcciónTool to update details of a specific template, including name and folder. use after confirming the template id.
DOCUSEAL_UPDATE_TEMPLATEAcciónTool to update details of a specific template, including name and folder. use after confirming the template id.
Parámetros de entrada
namestringNew name for the template.
folder_idstringID of the folder to move the template into.
template_idstringObligatorioThe unique identifier of the template to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not