NAiOS IconNAiOS Logo
Volver al catálogo

DocuSeal

docuseal

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.

Acciones
10
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the template to be archived

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Clone TemplateDOCUSEAL_CLONE_TEMPLATEAcción

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.

Parámetros de entrada

  • namestringObligatorio

    New name for the cloned template.

  • folder_idstring

    (Optional) Folder ID where the new template will be placed.

  • template_idstringObligatorio

    The ID of the template to be cloned.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Submission From PDFDOCUSEAL_CREATE_SUBMISSION_FROM_PDFAcción

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.

Parámetros de entrada

  • pdfstringObligatoriobinary

    Binary content of the PDF file to upload

  • emailanyemail

    Email address of the submitter

  • fieldsobject

    Key-value pairs to prefill template fields

  • template_idstringObligatorio

    ID of the template to use for the submission

  • webhook_urlanyuri

    Webhook URL for submission status updates

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Template from HTMLDOCUSEAL_CREATE_TEMPLATE_FROM_HTMLAcción

Tool 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

  • htmlstringObligatorio

    HTML source of the document to create a template from

  • namestring

    Optional name for the created template

  • fieldsobject[]

    Optional list of fields to define labels or placeholders in the template

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get TemplateDOCUSEAL_GET_TEMPLATEAcción

Tool 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_idstringObligatorio

    The unique identifier of the template to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List SubmissionsDOCUSEAL_LIST_SUBMISSIONSAcción

Tool 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

  • limitinteger

    Maximum number of submissions to return per page.

  • offsetinteger

    Number of submissions to skip for pagination.

  • document_idstring

    Filter submissions by a specific document ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List SubmittersDOCUSEAL_LIST_SUBMITTERSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TemplatesDOCUSEAL_LIST_TEMPLATESAcción

Tool to retrieve a list of all templates. use when you need to browse available templates with optional filters before selection.

Parámetros de entrada

  • afterinteger

    Return templates with IDs greater than this value (used for cursor-based pagination).

  • limitinteger

    Maximum number of templates to return. Default is 10; maximum is 100.

  • beforeinteger

    Return templates with IDs less than this value (used for cursor-based pagination).

  • folderstring

    Filter templates by folder name.

  • archivedboolean

    If true, only archived templates are returned; if false, only active templates are returned.

  • application_keystring

    The unique application-specific identifier for the template. When provided, only templates with this application key are returned.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Merge TemplatesDOCUSEAL_MERGE_TEMPLATESAcción

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.

Parámetros de entrada

  • output_namestring

    Name of the merged document

  • template_idsstring[]Obligatorio

    IDs of the templates to merge

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update TemplateDOCUSEAL_UPDATE_TEMPLATEAcción

Tool to update details of a specific template, including name and folder. use after confirming the template id.

Parámetros de entrada

  • namestring

    New name for the template.

  • folder_idstring

    ID of the folder to move the template into.

  • template_idstringObligatorio

    The unique identifier of the template to update.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not