Signwell

Learn how to use Signwell with Composio

Overview

SLUG

SIGNWELL

Description

SignWell is an electronic signature tool for legally binding e-signatures and faster document signing.

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: SIGNWELL_CREATE_DOCUMENT

Tool to create and optionally send a new document for signing. use when you have files and recipients defined and want to programmatically submit a signature request in one call.

Action Parameters

allow_decline
booleanDefaults to True
allow_reassign
booleanDefaults to True
api_application_id
string
apply_signing_order
boolean
custom_requester_email
string
custom_requester_name
string
decline_redirect_url
string
draft
boolean
embedded_signing
boolean
embedded_signing_notifications
boolean
expires_in
integer
files
arrayRequired
language
string
message
string
metadata
object
recipients
arrayRequired
redirect_url
string
reminders
booleanDefaults to True
subject
string
test_mode
boolean
text_tags
boolean
with_signature_page
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SIGNWELL_CREATE_WEBHOOK

Tool to register a webhook callback url. use when you need to receive document event notifications.

Action Parameters

apiApplicationId
string
callbackUrl
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SIGNWELL_DELETE_DOCUMENT

Tool to delete a document (and cancel signing if in progress). use when you need to remove a document by id after confirming it.

Action Parameters

id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SIGNWELL_DELETE_WEBHOOK

Tool to delete a registered webhook. use when you need to remove a webhook no longer sending events.

Action Parameters

id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SIGNWELL_GET_CREDENTIALS

Tool to retrieve account information for the current api key. use when validating credentials and obtaining user details.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SIGNWELL_GET_DOCUMENT

Tool to return a document and all associated document data. use when you need to fetch document details by id.

Action Parameters

id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SIGNWELL_LIST_BULK_SENDS

Tool to list all bulk sends. use after setting up api credentials to retrieve paginated records.

Action Parameters

api_application_id
string
email
string
page
integer
per_page
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SIGNWELL_LIST_WEBHOOKS

Tool to list all registered webhooks. use when you need to retrieve the active webhooks for your signwell account after setup.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired