eSignatures.io
esignatures_ioeSignatures.io provides a platform for sending and signing mobile-friendly contracts over the web.
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ónTool 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.
ESIGNATURES_IO_CREATE_CONTRACTAcciónTool 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
testbooleanRun in test mode without sending real emails
filesobject[]Additional files to attach to the contract
titlestringTitle of the contract
messagestringEmail message sent to signers
signersobject[]ObligatorioList of signer details; at least one required
subjectstringEmail subject sent to signers
template_idstringObligatorioID of the template to use for the contract
custom_requester_namestringAlternate sender name
custom_requester_emailanyemailAlternate sender email address
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 SignerESIGNATURES_IO_CREATE_SIGNERAcciónTool to create a new signer profile. use when you need to add a signer to an existing signature request.
ESIGNATURES_IO_CREATE_SIGNERAcciónTool to create a new signer profile. use when you need to add a signer to an existing signature request.
Parámetros de entrada
langstringOptional two-letter language code for the signer interface
namestringObligatorioFull name of the signer
emailanyObligatorioemailEmail address of the signer
company_namestringOptional company name of the signer
phone_numberstringOptional phone number in E.164 format for SMS verification
redirect_urlstringOptional URL to redirect the signer after signing
custom_fieldsobjectOptional custom key/value fields for the signer
signature_request_idstringObligatorioID of the existing signature request to add the signer to
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 TemplateESIGNATURES_IO_CREATE_TEMPLATEAcciónTool to create a new template. use when you want to register a reusable contract template after defining document elements.
ESIGNATURES_IO_CREATE_TEMPLATEAcciónTool to create a new template. use when you want to register a reusable contract template after defining document elements.
Parámetros de entrada
titlestringObligatorioTitle of the new template.
labelsstring[]Optional list of labels to organize templates and contracts.
document_elementsobject[]ObligatorioOrdered list of document elements comprising the template.
Parámetros de salida
dataobject[]ObligatorioList containing the created template's details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete TemplateESIGNATURES_IO_DELETE_TEMPLATEAcciónTool to delete a specific template by its id. use when you need to remove an unused or outdated template after confirming its id.
ESIGNATURES_IO_DELETE_TEMPLATEAcciónTool 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_idstringObligatorioUnique identifier of the template to delete
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 TemplateESIGNATURES_IO_GET_TEMPLATEAcciónTool to retrieve details of a specific template by its id. use when you need to fetch a template’s metadata after selecting its id.
ESIGNATURES_IO_GET_TEMPLATEAcciónTool 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_idstringObligatorioUnique identifier of the template to retrieve
Parámetros de salida
dataobjectObligatorioTemplate details wrapper
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TemplatesESIGNATURES_IO_LIST_TEMPLATESAcciónTool to retrieve a list of all templates. use when you need to browse available templates before selecting one.
ESIGNATURES_IO_LIST_TEMPLATESAcciónTool 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
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
Withdraw ContractESIGNATURES_IO_WITHDRAW_CONTRACTAcciónTool to withdraw a contract by its id. use when you need to prevent further signing of a contract that hasn't been fully signed.
ESIGNATURES_IO_WITHDRAW_CONTRACTAcciónTool 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_idstringObligatorioUnique identifier of the contract to withdraw
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