Skip to main content

Zapier Integration

DocuTrust integrates with Zapier to connect your document signing workflows to 6,000+ other applications. Automate actions when documents are signed, create submissions from external data sources, and keep your tools in sync without writing code.

Setup

  1. Log in to your Zapier account.
  2. Search for DocuTrust in the app directory.
  3. Click Connect and provide your connection details:
  1. Click Test Connection to verify.
Your API token must have sufficient scopes for the triggers and actions you plan to use. At minimum, the token needs read scope for triggers and write scope for actions.

Triggers

Triggers fire when an event occurs in DocuTrust, starting your Zap.

Form Completed

Fires when an individual signer completes their portion of a submission. Trigger data:

Submission Completed

Fires when all signers in a submission have completed signing. Trigger data:

Actions

Actions are steps that Zapier performs in DocuTrust when triggered by another app.

Create Submission

Creates a new submission from an existing template and sends it to the specified recipients. Input fields: Output data:

Create from Emails

Creates submissions from a list of email addresses. Each email becomes a separate submission with its own signing link. Input fields: Output data:

Searches

Searches let Zapier look up existing data in DocuTrust.

Find Submission

Searches for a submission by ID or template ID. Search fields: Output data:

Example Zaps

When form completed, add row to Google Sheet

Track every completed signing in a spreadsheet for reporting. Configuration:
  1. Trigger: DocuTrust - Form Completed
  2. Action: Google Sheets - Create Spreadsheet Row
Field mapping:

When new row in Airtable, create submission

Automatically send documents for signing when a new record appears in your CRM or project tracker. Configuration:
  1. Trigger: Airtable - New Record in View
  2. Action: DocuTrust - Create Submission
Field mapping:

When submission completed, send Slack notification

Notify your team channel when all parties have signed. Configuration:
  1. Trigger: DocuTrust - Submission Completed
  2. Action: Slack - Send Channel Message
Message template:

When form completed, create HubSpot contact

Add signers to your CRM automatically. Configuration:
  1. Trigger: DocuTrust - Form Completed
  2. Action: HubSpot - Create Contact
Field mapping:

Troubleshooting

Connection fails

  • Verify your API token is valid and has not been revoked.
  • Confirm your Base URL is correct and accessible from the internet.
  • Check that your token has the required scopes (read for triggers, write for actions).

Trigger not firing

  • Zapier polls for new data at intervals (typically every 1-15 minutes depending on your Zapier plan).
  • For near-real-time updates, consider using webhooks directly instead of Zapier triggers.
  • Verify the template ID filter (if set) matches the template being signed.

Rate limits

DocuTrust enforces a rate limit of 120 requests per minute per API token. Zapier typically stays well within this limit, but high-volume Zaps with multiple actions may approach it. If you see 429 Too Many Requests errors in your Zap history, add a delay step between actions.