Esignatures Io

Learn how to use Esignatures Io with Composio

Overview

Enum

ESIGNATURES_IO

Description

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

Authentication Details

Actions

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.

Action Parameters

custom_requester_email
custom_requester_name
string
files
array
message
string
signers
arrayRequired
subject
string
template_id
stringRequired
test
boolean
title
string

Action Response

data
object
error
string
successful
boolean
Tool to create a new signer profile. use when you need to add a signer to an existing signature request.

Action Parameters

company_name
string
custom_fields
object
email
Required
lang
string
name
stringRequired
phone_number
string
redirect_url
string
signature_request_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new template. use when you want to register a reusable contract template after defining document elements.

Action Parameters

document_elements
arrayRequired
labels
array
title
stringRequired

Action Response

data
array
error
string
successful
boolean
Tool to delete a specific template by its id. use when you need to remove an unused or outdated template after confirming its id.

Action Parameters

template_id
stringRequired

Action Response

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

Action Parameters

template_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all templates. use when you need to browse available templates before selecting one.

Action Parameters

Action Response

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

Action Parameters

contract_id
stringRequired

Action Response

data
object
error
string
successful
boolean