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.
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. On Nagent, Signaturely is exposed as a fully-configurable signatures integration that any agent can call — 9 actions, and API key authentication. No code is required to wire Signaturely into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Signaturely to automate the kinds of tasks signatures teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Signaturely into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Signaturely, with input parameters and output schema. Drop these into any step of an agent built in Helix.
SIGNATURELY_CREATE_FOLDERTool to create a new folder for organizing documents. Use when you need to create a folder structure for document management.
Input parameters
The title/name of the folder to create
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
SIGNATURELY_GET_CURRENT_USERTool to get the current authenticated user information. Use this to retrieve account details including email, name, role, status, and avatar URL.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
SIGNATURELY_GET_FOLDERTool to get folder information by ID. Use when you need to retrieve details about a specific folder including its subfolders and documents count.
Input parameters
The unique identifier (UUID) of the folder to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
SIGNATURELY_GET_RECENT_DOCUMENTTool 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).
Input parameters
Type of recent document to retrieve. Use 'sent' for recently sent documents or 'completed' for recently completed documents.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
SIGNATURELY_LIST_DOCUMENTSTool to list all documents. Use after authenticating to retrieve documents with optional filters and pagination.
Input parameters
Page number for pagination (minimum 1)
Number of results per page (1–100)
Filter documents by user ID
Filter by document statuses. Provide a list of statuses to filter by (e.g., \['draft', 'sent'\]). Valid values: draft, sent, signed, declined, canceled
Filter by template flag (true for templates, false for documents)
Return documents created before this date (ISO 8601)
Return documents created after this date (ISO 8601)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
SIGNATURELY_LIST_FOLDERSTool to get list of folders for documents. Use to retrieve all folders for organizing documents.
Input parameters
Page number for pagination (1-based)
Number of folders per page
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
SIGNATURELY_LIST_TEAM_MEMBERSTool to list all team members in the Signaturely account. Returns team users with their account types and roles (Owner, Admin, User).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
SIGNATURELY_RENAME_FOLDERTool to rename a folder via API call. Use when you need to update the title of an existing folder.
Input parameters
The unique identifier of the folder to rename
The new title/name for the folder
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
SIGNATURELY_SEARCH_TEMPLATES_DOCUMENTSTool to search for templates or documents by matching text. Use when you need to find specific templates or documents by name or text content.
Input parameters
Page number for pagination (minimum 1). Required parameter
Number of results per page (1-100). Required parameter
The search text to match against template or document names. Leave empty to return all items without filtering
Specify whether to search templates or documents. Use 'templates' to search document templates, or 'documents' to search actual documents
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 81 agents privately built on Nagent that already use Signaturely.
Build on Nagent
Connect Signaturely to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Signaturely, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Signaturely is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Signaturely is connected, you configure its 9 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Signaturely steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Signaturely event fires, the agent kicks off automatically.
Every Signaturely action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Signaturely ships with 9 pre-built signatures actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Signaturely together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Signaturely-based workflows tailored to your business.