NAiOS IconNAiOS Logo
Volver al catálogo

Eversign

eversign

Xodo Sign is a cloud-based digital signature solution that allows users to sign, send, and manage documents online.

Acciones
9
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 (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ón

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

    The unique identifier (hash) of the document to retrieve history for.

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

Tool to create a new document for signature. use after finalizing document details and signer list.

Parámetros de entrada

  • metaobject

    Arbitrary metadata key/value pairs

  • filesobject[]

    Files to include in the document

  • titlestringObligatorio

    Document title

  • fieldsobject[]

    Document fields for signers

  • messagestring

    Email message sent to signers

  • sandboxboolean

    Whether to create in sandbox mode

  • redirectstringuri

    URL to redirect signers after signing

  • recipientsobject[]

    Non-signing recipients

  • signer_invitesobject[]Obligatorio

    List of signers to invite

  • embedded_signingboolean

    Whether signing URL should be embedded

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

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

  • expiresinteger

    Expiration time in seconds (non-negative).

  • sandboxboolean

    If true, the template is created in the sandbox environment.

  • remindersobject

    Reminder settings for the template.

  • recipientsobject[]

    List of recipients for signatures or CCs.

  • template_notestring

    Optional internal notes for the template.

  • template_titlestringObligatorio

    Title of the template to be created.

  • template_messagestring

    Optional message body to associate with the template.

  • require_all_signersboolean

    If true, all signers must complete before finalization.

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

Delete Document or TemplateEVERSIGN_DELETE_DOCUMENT_OR_TEMPLATEAcción

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

    The unique identifier (hash) of the document or 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 Bulk Jobs ListEVERSIGN_GET_BULK_JOBS_LISTAcción

Tool 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

  • limitinteger

    Number of bulk jobs to return (default 100)

  • offsetinteger

    Number of bulk jobs to skip (default 0)

Parámetros de salida

  • dataobject[]Obligatorio

    List of bulk job objects

  • errorstring

    Error if any occurred during the execution of the action

  • paginationobjectObligatorio

    Pagination information

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List BusinessesEVERSIGN_LIST_BUSINESSESAcción

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

    Optional business ID to filter the listed businesses.

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

Tool 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

  • pageinteger

    Page number for paginated results, must be >=1.

  • typestringenum

    Filter by document type.

    allwaiting_for_mecompletedcanceledarchiveddraftaction_required
  • querystring

    Filter documents by search phrase.

  • to_datestring

    Filter documents created before this date (YYYY-MM-DD).

  • per_pageinteger

    Number of documents per page.

  • from_datestring

    Filter documents created after this date (YYYY-MM-DD).

  • signer_emailstring

    Filter documents containing this signer’s 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

List TemplatesEVERSIGN_LIST_TEMPLATESAcción

Tool to list templates for a business with optional pagination. use when you need to retrieve a paginated list of templates.

Parámetros de entrada

  • pageinteger

    Page number for paginated results; must be at least 1

  • per_pageinteger

    Number of results per page; must be between 1 and 50

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

Reassign SignerEVERSIGN_REASSIGN_SIGNERAcción

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

    Email address of the existing signer to be replaced

  • document_hashstringObligatorio

    The hash identifying the document

  • new_signer_namestringObligatorio

    Full name of the new signer

  • new_signer_emailstringObligatorioemail

    Email address of the new signer

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