Skip to content
SalesWizard CRM logo
SalesWizard CRM logo

SalesWizard CRM Integrations

CRM (Customer Relationship Management)

Put SalesWizard CRM to work with AI and enterprise-grade automation

Automate smarter with SalesWizard CRM 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
SalesWizard CRM logoSalesWizard CRM logo
Or pick an app to pair with
arrow pointing down
Integrate Discord with SalesWizard CRMIntegrate Discord with SalesWizard CRM
Discord
Team Chat
Integrate Google Sheets with SalesWizard CRMIntegrate Google Sheets with SalesWizard CRM
Google Sheets
Google, Spreadsheets
Integrate Facebook Lead Ads with SalesWizard CRMIntegrate Facebook Lead Ads with SalesWizard CRM
Facebook Lead Ads
Ads & Conversion, Facebook
Integrate Airtable with SalesWizard CRMIntegrate Airtable with SalesWizard CRM
Airtable
Databases
Integrate Google Ads with SalesWizard CRMIntegrate Google Ads with SalesWizard CRM
Google Ads
Ads & Conversion, Google
Integrate ActiveCampaign with SalesWizard CRMIntegrate ActiveCampaign with SalesWizard CRM
ActiveCampaign
Marketing Automation
Integrate Facebook Lead Ads (for Business admins) with SalesWizard CRMIntegrate Facebook Lead Ads (for Business admins) with SalesWizard CRM
Facebook Lead Ads (for Business admins)
Ads & Conversion
Integrate GetResponse with SalesWizard CRMIntegrate GetResponse with SalesWizard CRM
GetResponse
Marketing Automation
Integrate Flexie CRM with SalesWizard CRMIntegrate Flexie CRM with SalesWizard CRM
Flexie CRM
CRM (Customer Relationship Management)
Integrate Discord with SalesWizard CRMIntegrate Discord with SalesWizard CRM
Discord
Team Chat
Integrate Google Sheets with SalesWizard CRMIntegrate Google Sheets with SalesWizard CRM
Google Sheets
Google, Spreadsheets
Integrate Facebook Lead Ads with SalesWizard CRMIntegrate Facebook Lead Ads with SalesWizard CRM
Facebook Lead Ads
Ads & Conversion, Facebook
Integrate Airtable with SalesWizard CRMIntegrate Airtable with SalesWizard CRM
Airtable
Databases
Integrate Google Ads with SalesWizard CRMIntegrate Google Ads with SalesWizard CRM
Google Ads
Ads & Conversion, Google
Integrate ActiveCampaign with SalesWizard CRMIntegrate ActiveCampaign with SalesWizard CRM
ActiveCampaign
Marketing Automation
Integrate Discord with SalesWizard CRMIntegrate Discord with SalesWizard CRM
Discord
Team Chat
Integrate Google Sheets with SalesWizard CRMIntegrate Google Sheets with SalesWizard CRM
Google Sheets
Google, Spreadsheets
Integrate Facebook Lead Ads with SalesWizard CRMIntegrate Facebook Lead Ads with SalesWizard CRM
Facebook Lead Ads
Ads & Conversion, Facebook
Integrate Airtable with SalesWizard CRMIntegrate Airtable with SalesWizard CRM
Airtable
Databases
Integrate Google Ads with SalesWizard CRMIntegrate Google Ads with SalesWizard CRM
Google Ads
Ads & Conversion, Google
Integrate ActiveCampaign with SalesWizard CRMIntegrate ActiveCampaign with SalesWizard CRM
ActiveCampaign
Marketing Automation
Integrate Facebook Lead Ads (for Business admins) with SalesWizard CRMIntegrate Facebook Lead Ads (for Business admins) with SalesWizard CRM
Facebook Lead Ads (for Business admins)
Ads & Conversion
Integrate GetResponse with SalesWizard CRMIntegrate GetResponse with SalesWizard CRM
GetResponse
Marketing Automation
Integrate Flexie CRM with SalesWizard CRMIntegrate Flexie CRM with SalesWizard CRM
Flexie CRM
CRM (Customer Relationship Management)

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

  • Create new SalesWizard CRM leads from new Facebook Lead Ads leads

    Premium
    Details
    • Facebook Lead Ads logo
    • SalesWizard CRM logo
    Facebook Lead Ads + SalesWizard CRM
  • Create new SalesWizard CRM leads from new Typeform entries

    • Typeform logo
    • SalesWizard CRM logo
    Typeform + SalesWizard CRM
  • Create new SalesWizard CRM leads from new Facebook Lead Ads leads

    Premium
    Details
    • Facebook Lead Ads logo
    • SalesWizard CRM logo
    Facebook Lead Ads + SalesWizard CRM
  • Create new SalesWizard CRM leads from new Typeform entries

    • Typeform logo
    • SalesWizard CRM logo
    Typeform + SalesWizard CRM
    • 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.

      • SalesWizard CRM triggers, actions, and search
        New Contact

        Triggers when a new contact is created.

        Trigger
        Instant
        Try It
        • First Name
        • Last Name
        • E-mail
        • Phone
        • Status ID
          Required
        Action
        Write
        • Name
          Required
        Action
        Search

      For builders

      Let your AI safely access SalesWizard CRM

      Go beyond Zap workflows. Install Zapier in your AI to call SalesWizard CRM 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 SalesWizard CRM 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 Contact
      • Create Lead

      Works with

      Claude · ChatGPT · Cursor · Any MCP-compatible AI

      Install Zapier MCP
      Code

      Work in code with the Zapier SDK

      Expose SalesWizard CRM 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 SalesWizard CRM 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: "saleswizard-crm", owner: "me" });
      
      await zapier.runAction({
        app: 'saleswizard-crm',
        action: 'create_contact',
        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.

      SalesWizard CRM Help & Support

      Common questions

      saleswizard-crm logo
      About SalesWizard CRM
      SalesWizard is a CRM for businesses. It's a web-based system where you can manage your contacts and funnels (sales funnels, orders, complaints, and service).
      Related categories

      Popular SalesWizard CRM Integrations

      Popular SalesWizard CRM Integrations