# Signwell

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

- **Category:** signatures
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 12
- **Triggers:** 0
- **Slug:** `SIGNWELL`
- **Version:** 20260429_00

## Tools

### Create Document

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

### Create Document from Template

**Slug:** `SIGNWELL_CREATE_DOCUMENT_FROM_TEMPLATE`

Tool to create and optionally send a new document for signing from a template. Use when you need to generate a document using a pre-configured template with placeholders. If draft is set to true the document will not be sent.

### Create Webhook

**Slug:** `SIGNWELL_CREATE_WEBHOOK`

Tool to register a webhook callback URL. Use when you need to receive document event notifications.

### Delete Document

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

### Delete Webhook

**Slug:** `SIGNWELL_DELETE_WEBHOOK`

Deletes a registered webhook by its ID. Use this to remove webhooks that are no longer needed. Returns no content on success.

### Get Credentials

**Slug:** `SIGNWELL_GET_CREDENTIALS`

Retrieve account information for the authenticated API key. Returns comprehensive details including user profile, account settings, workspace configuration, and contact information. Use this to validate API credentials, check account capabilities (like template creation limits), or get user/account IDs for other API calls.

### Get Document

**Slug:** `SIGNWELL_GET_DOCUMENT`

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

### List Bulk Sends

**Slug:** `SIGNWELL_LIST_BULK_SENDS`

Tool to list all Bulk Sends. Use after setting up API credentials to retrieve paginated records.

### List Webhooks

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

### Send Reminder

**Slug:** `SIGNWELL_SEND_REMINDER`

Tool to send a reminder email to recipients that have not signed yet. Use when you need to prompt unsigned recipients to complete their signature.

### Update and Send Document

**Slug:** `SIGNWELL_UPDATE_AND_SEND_DOCUMENT`

Tool to update a draft document and send it to recipients for signing. Use when you need to modify document settings and initiate the signing process.

### Update Template

**Slug:** `SIGNWELL_UPDATE_TEMPLATE`

Tool to update an existing template in SignWell. Use when you need to modify template properties such as name, subject, message, reminders, expiration, or other settings.
