Eversign icon

Eversign

Electronic signature platform for documents, templates, signers, contacts, and signing status.

Tracks document signing events across templates, signers, contacts, documents, and signature status changes.

Sign in to connect Eversign

Sign in to connect an account and start using Eversign in your apps.

Example Use Cases

These are example ways Snow can use Eversign when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create Document

Creates a new Eversign document for electronic signature collection from one or more signers. You can create documents either: 1. From a template (use EVERSIGN_LIST_TEMPLATES to find available templates, then specify template_id) 2. From uploaded files (provide file URLs, base64 content, or file IDs in the files array) Documents can be sent immediately to signers or saved as drafts. Use sandbox mode for testing. Returns the document_hash which can be used to track and manage the document.

Create Template

Tool to create a new template. Use when you need to programmatically set up reusable document templates after confirming your business settings.

Delete Document or Template

Tool to delete, cancel, or trash a document or template by its hash. Usage: - To cancel a pending/in-process document: Set cancel=True - To trash a document (safer, reversible): Set trash=True - To permanently delete a draft or cancelled document: Use without cancel or trash flags Note: Draft and completed documents must be trashed before permanent deletion. Pending documents must be cancelled before deletion.

Get Bulk Job Status

Tool to retrieve the status of a bulk job. Use when you need to check the progress of a bulk sending job, including counts of completed, cancelled, and in-progress documents.

Get Bulk Jobs List

Tool to retrieve a list of bulk jobs for a business. Use when you need to view or paginate existing bulk jobs.

Get Document Audit Log

Retrieves the complete audit trail for a document, showing all events from creation through completion. Use this after obtaining a document_hash from list_documents or create_document to track document lifecycle events, signer actions, and status changes.

List Businesses

Retrieves all businesses associated with your Eversign account, or filters to a specific business if business_id is provided. This is a read-only operation that returns business details including ID, name, status, and whether it's the primary business. Use this action when you need to discover available businesses before performing operations that require a business context, or to verify business access permissions.

List Documents

Retrieves a paginated list of documents from your Eversign business account. This tool returns comprehensive document details including signers, status, timestamps, and metadata. Use filters to narrow results by status type, date range, search terms, or signer email. Perfect for monitoring document workflows, tracking signing progress, and building document dashboards.

List Templates

Tool to list templates for a business with optional pagination. Use when you need to retrieve a paginated list of templates.

Reassign Signer

Tool to reassign a signer to a new person. Use when you need to replace an existing signer on a document before signing is complete. Example: "Reassign the signer alice@example.com on document abc123 to bob@example.com".