NAiOS IconNAiOS Logo
Volver al catálogo

eSignatures.io

esignatures_io

eSignatures.io provides a platform for sending and signing mobile-friendly contracts over the web.

Acciones
7
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 (7)

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.

Create ContractESIGNATURES_IO_CREATE_CONTRACTAcción

Tool to create a new contract using a specified template and signer details. use after selecting a template when you need to send a contract for signature.

Parámetros de entrada

  • testboolean

    Run in test mode without sending real emails

  • filesobject[]

    Additional files to attach to the contract

  • titlestring

    Title of the contract

  • messagestring

    Email message sent to signers

  • signersobject[]Obligatorio

    List of signer details; at least one required

  • subjectstring

    Email subject sent to signers

  • template_idstringObligatorio

    ID of the template to use for the contract

  • custom_requester_namestring

    Alternate sender name

  • custom_requester_emailanyemail

    Alternate sender email address

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

Tool to create a new signer profile. use when you need to add a signer to an existing signature request.

Parámetros de entrada

  • langstring

    Optional two-letter language code for the signer interface

  • namestringObligatorio

    Full name of the signer

  • emailanyObligatorioemail

    Email address of the signer

  • company_namestring

    Optional company name of the signer

  • phone_numberstring

    Optional phone number in E.164 format for SMS verification

  • redirect_urlstring

    Optional URL to redirect the signer after signing

  • custom_fieldsobject

    Optional custom key/value fields for the signer

  • signature_request_idstringObligatorio

    ID of the existing signature request to add the signer to

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

Tool to create a new template. use when you want to register a reusable contract template after defining document elements.

Parámetros de entrada

  • titlestringObligatorio

    Title of the new template.

  • labelsstring[]

    Optional list of labels to organize templates and contracts.

  • document_elementsobject[]Obligatorio

    Ordered list of document elements comprising the template.

Parámetros de salida

  • dataobject[]Obligatorio

    List containing the created template's details.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete TemplateESIGNATURES_IO_DELETE_TEMPLATEAcción

Tool to delete a specific template by its id. use when you need to remove an unused or outdated template after confirming its id.

Parámetros de entrada

  • template_idstringObligatorio

    Unique identifier of the template to delete

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

Tool to retrieve details of a specific template by its id. use when you need to fetch a template’s metadata after selecting its id.

Parámetros de entrada

  • template_idstringObligatorio

    Unique identifier of the template to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Template details wrapper

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TemplatesESIGNATURES_IO_LIST_TEMPLATESAcción

Tool to retrieve a list of all templates. use when you need to browse available templates before selecting one.

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

Withdraw ContractESIGNATURES_IO_WITHDRAW_CONTRACTAcción

Tool to withdraw a contract by its id. use when you need to prevent further signing of a contract that hasn't been fully signed.

Parámetros de entrada

  • contract_idstringObligatorio

    Unique identifier of the contract to withdraw

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