Eversign

Learn how to use Eversign with Composio

Overview

Enum

EVERSIGN

Description

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

Authentication Details

Actions

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

Action Parameters

embedded_signing
boolean
fields
array
files
array
message
string
meta
object
recipients
array
redirect
string
sandbox
boolean
signer_invites
arrayRequired
title
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new template. use when you need to programmatically set up reusable document templates after confirming your business settings.

Action Parameters

expires
integer
fields
array
files
array
recipients
array
reminders
object
require_all_signers
boolean
sandbox
boolean
template_message
string
template_note
string
template_title
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list documents for a business. use when you need to retrieve documents with optional filters after setting business id in query params.

Action Parameters

from_date
string
page
integerDefaults to 1
per_page
integerDefaults to 50
query
string
signer_email
string
to_date
string
type
stringDefaults to all

Action Response

data
object
error
string
successful
boolean
Tool to list templates for a business with optional pagination. use when you need to retrieve a paginated list of templates.

Action Parameters

page
integerDefaults to 1
per_page
integerDefaults to 20

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the audit log for a document. use after obtaining the document hash to view its full event history.

Action Parameters

document_hash
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a document or template by its hash. use when you need to permanently remove a document or template.

Action Parameters

document_hash
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of bulk jobs for a business. use when you need to view or paginate existing bulk jobs.

Action Parameters

limit
integerDefaults to 100
offset
integer

Action Response

data
array
error
string
pagination
object
successful
boolean
Tool to retrieve a list of businesses associated with your account. use when you need to fetch all businesses available to the authenticated user.

Action Parameters

business_id
integer

Action Response

data
object
error
string
successful
boolean
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".

Action Parameters

document_hash
stringRequired
new_signer_email
stringRequired
new_signer_name
stringRequired
signer_email
stringRequired

Action Response

data
object
error
string
successful
boolean