# Signaturely

Signaturely is an electronic signature platform that allows users to sign documents online, offering features like automated signature requests, templates, and integrations with other platforms.

- **Category:** signatures
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 9
- **Triggers:** 0
- **Slug:** `SIGNATURELY`
- **Version:** 20260424_00

## Tools

### Create Folder

**Slug:** `SIGNATURELY_CREATE_FOLDER`

Tool to create a new folder for organizing documents. Use when you need to create a folder structure for document management.

### Get Current User

**Slug:** `SIGNATURELY_GET_CURRENT_USER`

Tool to get the current authenticated user information. Use this to retrieve account details including email, name, role, status, and avatar URL.

### Get Folder

**Slug:** `SIGNATURELY_GET_FOLDER`

Tool to get folder information by ID. Use when you need to retrieve details about a specific folder including its subfolders and documents count.

### Get Recent Document

**Slug:** `SIGNATURELY_GET_RECENT_DOCUMENT`

Tool to retrieve the most recent sent or completed document. Use when you need to fetch the latest document of a specific type (sent or completed).

### List Documents

**Slug:** `SIGNATURELY_LIST_DOCUMENTS`

Tool to list all documents. Use after authenticating to retrieve documents with optional filters and pagination.

### List Folders

**Slug:** `SIGNATURELY_LIST_FOLDERS`

Tool to get list of folders for documents. Use to retrieve all folders for organizing documents.

### List Team Members

**Slug:** `SIGNATURELY_LIST_TEAM_MEMBERS`

Tool to list all team members in the Signaturely account. Returns team users with their account types and roles (Owner, Admin, User).

### Rename Folder

**Slug:** `SIGNATURELY_RENAME_FOLDER`

Tool to rename a folder via API call. Use when you need to update the title of an existing folder.

### Search Templates or Documents

**Slug:** `SIGNATURELY_SEARCH_TEMPLATES_DOCUMENTS`

Tool to search for templates or documents by matching text. Use when you need to find specific templates or documents by name or text content.
