Integrations

Connect your favorite tools

Sigil integrates with the tools you already use.

POPULAR

Salesforce

Send documents directly from Salesforce.

POPULAR

HubSpot

Automate contracts from deals.

POPULAR

Google Drive

Import and save to Drive.

Dropbox

Sync with Dropbox.

POPULAR

Slack

Get signing notifications.

Teams

Sign without leaving Teams.

POPULAR

Zapier

Connect to 5,000+ apps.

POPULAR

API

Full REST API access.

Webhooks

Real-time events.

API

Build with our API

Full REST API, webhooks, and SDKs for custom integrations.

View API Docs
example.js
import Sigil from '@sigil/sdk';

const sigil = new Sigil('api-key');

const doc = await sigil.documents.create({
  template_id: 'tmpl_123',
  recipients: [{ email: 'user@example.com' }]
});

await doc.send();

Need a custom integration?

Our team can help build custom integrations for your needs.

© 2026 Sigil. All rights reserved.