Skip to content
SpotDraft logo
SpotDraft logo

SpotDraft Integrations

Documents

Put SpotDraft to work with AI and enterprise-grade automation

Automate smarter with SpotDraft and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.

Start free with email
Start free with email
Google Logo Continue with Google
  • No-code AI automation
  • Full audit trails and controls
  • SOC 2 and GDPR compliant
  • Easy visual workflow builder
  • 9,000+ apps, 450+ AI tools
  • Free tier available
SpotDraft logoSpotDraft logo
Or pick an app to pair with
arrow pointing down
Integrate Airtable with SpotDraftIntegrate Airtable with SpotDraft
Airtable
Databases
Integrate Google Forms with SpotDraftIntegrate Google Forms with SpotDraft
Google Forms
Forms & Surveys, Google
Integrate Jira Software Cloud with SpotDraftIntegrate Jira Software Cloud with SpotDraft
Jira Software Cloud
Project Management
Integrate ClickUp with SpotDraftIntegrate ClickUp with SpotDraft
ClickUp
Project Management
Integrate Google Calendar with SpotDraftIntegrate Google Calendar with SpotDraft
Google Calendar
Calendar, Google
Integrate Google Docs with SpotDraftIntegrate Google Docs with SpotDraft
Google Docs
Documents, Google
Integrate Salesforce with SpotDraftIntegrate Salesforce with SpotDraft
Salesforce
CRM (Customer Relationship Management)
Integrate Hibob with SpotDraftIntegrate Hibob with SpotDraft
Hibob
HR Talent & Recruitment
Integrate Google Sheets with SpotDraftIntegrate Google Sheets with SpotDraft
Google Sheets
Google, Spreadsheets
Integrate Airtable with SpotDraftIntegrate Airtable with SpotDraft
Airtable
Databases
Integrate Google Forms with SpotDraftIntegrate Google Forms with SpotDraft
Google Forms
Forms & Surveys, Google
Integrate Jira Software Cloud with SpotDraftIntegrate Jira Software Cloud with SpotDraft
Jira Software Cloud
Project Management
Integrate ClickUp with SpotDraftIntegrate ClickUp with SpotDraft
ClickUp
Project Management
Integrate Google Calendar with SpotDraftIntegrate Google Calendar with SpotDraft
Google Calendar
Calendar, Google
Integrate Google Docs with SpotDraftIntegrate Google Docs with SpotDraft
Google Docs
Documents, Google
Integrate Airtable with SpotDraftIntegrate Airtable with SpotDraft
Airtable
Databases
Integrate Google Forms with SpotDraftIntegrate Google Forms with SpotDraft
Google Forms
Forms & Surveys, Google
Integrate Jira Software Cloud with SpotDraftIntegrate Jira Software Cloud with SpotDraft
Jira Software Cloud
Project Management
Integrate ClickUp with SpotDraftIntegrate ClickUp with SpotDraft
ClickUp
Project Management
Integrate Google Calendar with SpotDraftIntegrate Google Calendar with SpotDraft
Google Calendar
Calendar, Google
Integrate Google Docs with SpotDraftIntegrate Google Docs with SpotDraft
Google Docs
Documents, Google
Integrate Salesforce with SpotDraftIntegrate Salesforce with SpotDraft
Salesforce
CRM (Customer Relationship Management)
Integrate Hibob with SpotDraftIntegrate Hibob with SpotDraft
Hibob
HR Talent & Recruitment
Integrate Google Sheets with SpotDraftIntegrate Google Sheets with SpotDraft
Google Sheets
Google, Spreadsheets

Top companies trust Zapier to automate work and free up time

Join millions worldwide who automate their work using Zapier

Google Logo Sign up with Google

Launch your first automated workflow

  • Post Slack channel notifications when new SpotDraft contracts are created

    • SpotDraft logo
    • Slack logo
    SpotDraft + Slack
  • Create multiple Google Sheets rows for newly created SpotDraft contracts

    • SpotDraft logo
    • Google Sheets logo
    SpotDraft + Google Sheets
  • "append text to Google Docs documents when new contracts are executed in SpotDraft"

    • SpotDraft logo
    • Google Docs logo
    SpotDraft + Google Docs
  • Create Google Sheets rows for new executed contracts in SpotDraft

    • SpotDraft logo
    • Google Sheets logo
    SpotDraft + Google Sheets
  • Create SpotDraft tasks from new Google Forms responses

    • Google Forms logo
    • SpotDraft logo
    Google Forms + SpotDraft
  • Create tasks in ClickUp for new contracts created in SpotDraft

    • SpotDraft logo
    • ClickUp logo
    SpotDraft + ClickUp
  • Post Slack channel notifications when new SpotDraft contracts are created

    • SpotDraft logo
    • Slack logo
    SpotDraft + Slack
  • Create multiple Google Sheets rows for newly created SpotDraft contracts

    • SpotDraft logo
    • Google Sheets logo
    SpotDraft + Google Sheets
  • "append text to Google Docs documents when new contracts are executed in SpotDraft"

    • SpotDraft logo
    • Google Docs logo
    SpotDraft + Google Docs
  • Create Google Sheets rows for new executed contracts in SpotDraft

    • SpotDraft logo
    • Google Sheets logo
    SpotDraft + Google Sheets
  • Create SpotDraft tasks from new Google Forms responses

    • Google Forms logo
    • SpotDraft logo
    Google Forms + SpotDraft
  • Create tasks in ClickUp for new contracts created in SpotDraft

    • SpotDraft logo
    • ClickUp logo
    SpotDraft + ClickUp
    • Supported triggers and actions

      Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.

      • SpotDraft triggers, actions, and search
        Contract Created

        Triggers when a new contract is created.

        Trigger
        Instant
        Try It
      • SpotDraft triggers, actions, and search
        Contract Metadata Updated

        Triggers when a contract metadata is updated.

        Trigger
        Instant
        Try It
        • Title
          Required
        • Notes
        • Contract
        • Due Date
        • Role
        • User
        • Reminder Days
        • Reminder Value
        • Reminder Type
        Action
        Write
        • Template
          Required
        • Contract Name
        Action
        Write
      • Action
        Write

      For builders

      Let your AI safely access SpotDraft

      Go beyond Zap workflows. Install Zapier in your AI to call SpotDraft actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.

      No code

      Call actions in natural language with Zapier MCP

      Act in SpotDraft from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.

      Example actions on this page

      • Create Contract
      • Create User Task

      Works with

      Claude · ChatGPT · Cursor · Any MCP-compatible AI

      Install Zapier MCP
      Code

      Work in code with the Zapier SDK

      Expose SpotDraft actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().

      Install

      npm install @zapier/zapier-sdk
      npm install -D @zapier/zapier-sdk-cli
      zapier-sdk login
      # create a SpotDraft connection @ https://zapier.com/app/assets/connections

      Run an action

      // Typescript
      import { createZapierSdk } from "@zapier/zapier-sdk";
      
      const zapier = createZapierSdk();
      
      const { data: connection } = await zapier.findFirstConnection({ app: "spotdraft", owner: "me" });
      
      await zapier.runAction({
        app: 'spotdraft',
        action: 'create_contract',
        connection: connection.id,
        input: {
          {inputKeyValuePairs}
        },
      });
      Open the SDK docs

      Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.

      SpotDraft Help & Support

      Common questions

      spotdraft logo
      About SpotDraft
      SpotDraft is a contract automation and management software built for businesses of all sizes.
      Related categories

      Popular SpotDraft Integrations