Eversign
eversignXodo Sign is a cloud-based digital signature solution that allows users to sign, send, and manage documents online.
Acciones disponibles (9)
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.
Get Document Audit LogEVERSIGN_AUDIT_LOGAcciónTool to retrieve the audit log for a document. use after obtaining the document hash to view its full event history.
EVERSIGN_AUDIT_LOGAcciónTool to retrieve the audit log for a document. use after obtaining the document hash to view its full event history.
Parámetros de entrada
document_hashstringObligatorioThe unique identifier (hash) of the document to retrieve history for.
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 DocumentEVERSIGN_CREATE_DOCUMENTAcciónTool to create a new document for signature. use after finalizing document details and signer list.
EVERSIGN_CREATE_DOCUMENTAcciónTool to create a new document for signature. use after finalizing document details and signer list.
Parámetros de entrada
metaobjectArbitrary metadata key/value pairs
filesobject[]Files to include in the document
titlestringObligatorioDocument title
fieldsobject[]Document fields for signers
messagestringEmail message sent to signers
sandboxbooleanWhether to create in sandbox mode
redirectstringuriURL to redirect signers after signing
recipientsobject[]Non-signing recipients
signer_invitesobject[]ObligatorioList of signers to invite
embedded_signingbooleanWhether signing URL should be embedded
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 TemplateEVERSIGN_CREATE_TEMPLATEAcciónTool to create a new template. use when you need to programmatically set up reusable document templates after confirming your business settings.
EVERSIGN_CREATE_TEMPLATEAcciónTool to create a new template. use when you need to programmatically set up reusable document templates after confirming your business settings.
Parámetros de entrada
filesobject[]List of file objects to attach to the template.
fieldsobject[]List of form fields to place on the template.
expiresintegerExpiration time in seconds (non-negative).
sandboxbooleanIf true, the template is created in the sandbox environment.
remindersobjectReminder settings for the template.
recipientsobject[]List of recipients for signatures or CCs.
template_notestringOptional internal notes for the template.
template_titlestringObligatorioTitle of the template to be created.
template_messagestringOptional message body to associate with the template.
require_all_signersbooleanIf true, all signers must complete before finalization.
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
Delete Document or TemplateEVERSIGN_DELETE_DOCUMENT_OR_TEMPLATEAcciónTool to delete a document or template by its hash. use when you need to permanently remove a document or template.
EVERSIGN_DELETE_DOCUMENT_OR_TEMPLATEAcciónTool to delete a document or template by its hash. use when you need to permanently remove a document or template.
Parámetros de entrada
document_hashstringObligatorioThe unique identifier (hash) of the document or 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 Bulk Jobs ListEVERSIGN_GET_BULK_JOBS_LISTAcciónTool to retrieve a list of bulk jobs for a business. use when you need to view or paginate existing bulk jobs.
EVERSIGN_GET_BULK_JOBS_LISTAcciónTool to retrieve a list of bulk jobs for a business. use when you need to view or paginate existing bulk jobs.
Parámetros de entrada
limitintegerNumber of bulk jobs to return (default 100)
offsetintegerNumber of bulk jobs to skip (default 0)
Parámetros de salida
dataobject[]ObligatorioList of bulk job objects
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination information
successfulbooleanObligatorioWhether or not the action execution was successful or not
List BusinessesEVERSIGN_LIST_BUSINESSESAcciónTool to retrieve a list of businesses associated with your account. use when you need to fetch all businesses available to the authenticated user.
EVERSIGN_LIST_BUSINESSESAcciónTool to retrieve a list of businesses associated with your account. use when you need to fetch all businesses available to the authenticated user.
Parámetros de entrada
business_idintegerOptional business ID to filter the listed businesses.
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 DocumentsEVERSIGN_LIST_DOCUMENTSAcciónTool to list documents for a business. use when you need to retrieve documents with optional filters after setting business id in query params.
EVERSIGN_LIST_DOCUMENTSAcciónTool to list documents for a business. use when you need to retrieve documents with optional filters after setting business id in query params.
Parámetros de entrada
pageintegerPage number for paginated results, must be >=1.
typestringenumFilter by document type.
allwaiting_for_mecompletedcanceledarchiveddraftaction_requiredquerystringFilter documents by search phrase.
to_datestringFilter documents created before this date (YYYY-MM-DD).
per_pageintegerNumber of documents per page.
from_datestringFilter documents created after this date (YYYY-MM-DD).
signer_emailstringFilter documents containing this signer’s 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
List TemplatesEVERSIGN_LIST_TEMPLATESAcciónTool to list templates for a business with optional pagination. use when you need to retrieve a paginated list of templates.
EVERSIGN_LIST_TEMPLATESAcciónTool to list templates for a business with optional pagination. use when you need to retrieve a paginated list of templates.
Parámetros de entrada
pageintegerPage number for paginated results; must be at least 1
per_pageintegerNumber of results per page; must be between 1 and 50
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
Reassign SignerEVERSIGN_REASSIGN_SIGNERAcciónTool to reassign a signer to a new person. use when you need to replace an existing signer on a document before signing is complete. example: "reassign the signer alice@example.com on document abc123 to bob@example.com".
EVERSIGN_REASSIGN_SIGNERAcciónTool to reassign a signer to a new person. use when you need to replace an existing signer on a document before signing is complete. example: "reassign the signer alice@example.com on document abc123 to bob@example.com".
Parámetros de entrada
signer_emailstringObligatorioemailEmail address of the existing signer to be replaced
document_hashstringObligatorioThe hash identifying the document
new_signer_namestringObligatorioFull name of the new signer
new_signer_emailstringObligatorioemailEmail address of the new signer
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