> ## Documentation Index
> Fetch the complete documentation index at: https://jigsaw-13.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Zapier

> Automate your workflow by connecting JigsawStack's AI capabilities with thousands of apps through Zapier

<img className="mx-auto" src="https://mintcdn.com/jigsaw-13/daLJlke40YiuZuqq/images/zapier.svg?fit=max&auto=format&n=daLJlke40YiuZuqq&q=85&s=2b2296e0e91d8656daac41e4b7b9eecf" alt="JigsawStack + Zapier Integration" height="200" width="250" data-path="images/zapier.svg" />

## Automate Your AI Workflows

Zapier lets you connect JigsawStack with 7,000+ popular apps to automate your work and create powerful AI-enhanced workflows without writing code. Build time-saving automations by connecting JigsawStack's AI capabilities to the tools you already use.

<div className="flex flex-col md:flex-row gap-8 my-8">
  <div className="flex-1 p-6 border border-gray-200 rounded-lg shadow-sm hover:shadow-md transition-shadow">
    <h3 className="text-xl font-bold mb-4">Why Use JigsawStack with Zapier?</h3>

    <ul className="space-y-2">
      <li> Connect JigsawStack to thousands of apps</li>
      <li> Automate repetitive AI tasks</li>
      <li> Process data through AI models automatically</li>
      <li> No coding required</li>
      <li> Free forever for core features</li>
    </ul>
  </div>

  <div className="flex-1 p-6 border border-gray-200 rounded-lg shadow-sm hover:shadow-md transition-shadow">
    <h3 className="text-xl font-bold mb-4">Get Started</h3>
    <p className="mb-4">Create a Zapier account and connect JigsawStack to start building automated workflows.</p>

    <a href="https://zapier.com/apps/jigsawstack/integrations" className="inline-block px-4 py-2 bg-blue-600 hover:bg-blue-700 text-white rounded font-medium transition-colors" target="_blank">
      Connect JigsawStack to Zapier
    </a>
  </div>
</div>

## Supported JigsawStack Actions in Zapier

JigsawStack provides the following actions that you can use in your Zaps:

<div className="overflow-hidden rounded-lg border border-gray-200 shadow-sm my-8">
  <table className="min-w-full divide-y divide-gray-200">
    <thead className="bg-gray-50 dark:bg-gray-800">
      <tr>
        <th className="px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-300 uppercase tracking-wider">Action</th>
        <th className="px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-300 uppercase tracking-wider">Description</th>
        <th className="px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-300 uppercase tracking-wider">Use Case</th>
      </tr>
    </thead>

    <tbody className="bg-white dark:bg-gray-700 divide-y divide-gray-200 dark:divide-gray-600">
      <tr>
        <td className="px-6 py-4 whitespace-nowrap font-medium">Sentiment Analysis</td>
        <td className="px-6 py-4">Analyze text sentiment (positive, negative, neutral)</td>
        <td className="px-6 py-4">Categorize customer feedback automatically</td>
      </tr>

      <tr>
        <td className="px-6 py-4 whitespace-nowrap font-medium">Speech to Text</td>
        <td className="px-6 py-4">Transcribe audio files using Whisper large V3</td>
        <td className="px-6 py-4">Convert meeting recordings to searchable text</td>
      </tr>

      <tr>
        <td className="px-6 py-4 whitespace-nowrap font-medium">Text Summary</td>
        <td className="px-6 py-4">Generate concise summaries of longer text</td>
        <td className="px-6 py-4">Create article summaries for newsletters</td>
      </tr>

      <tr>
        <td className="px-6 py-4 whitespace-nowrap font-medium">Translation</td>
        <td className="px-6 py-4">Translate text between languages</td>
        <td className="px-6 py-4">Automatically translate customer communications</td>
      </tr>

      <tr>
        <td className="px-6 py-4 whitespace-nowrap font-medium">vOCR</td>
        <td className="px-6 py-4">Extract text from images with high accuracy</td>
        <td className="px-6 py-4">Process receipts and invoices automatically</td>
      </tr>

      <tr>
        <td className="px-6 py-4 whitespace-nowrap font-medium">Object Detection</td>
        <td className="px-6 py-4">Recognize objects within images</td>
        <td className="px-6 py-4">Catalog product images by detected items</td>
      </tr>

      <tr>
        <td className="px-6 py-4 whitespace-nowrap font-medium">NSFW Detection</td>
        <td className="px-6 py-4">Detect inappropriate content in images</td>
        <td className="px-6 py-4">Filter user-uploaded content automatically</td>
      </tr>

      <tr>
        <td className="px-6 py-4 whitespace-nowrap font-medium">Profanity Check</td>
        <td className="px-6 py-4">Check text for inappropriate language</td>
        <td className="px-6 py-4">Moderate comments before publishing</td>
      </tr>

      <tr>
        <td className="px-6 py-4 whitespace-nowrap font-medium">Spam Check</td>
        <td className="px-6 py-4">Analyze text for spam indicators</td>
        <td className="px-6 py-4">Filter form submissions for quality</td>
      </tr>

      <tr>
        <td className="px-6 py-4 whitespace-nowrap font-medium">Spell Check</td>
        <td className="px-6 py-4">Detect and correct spelling errors</td>
        <td className="px-6 py-4">Automatically proofread content</td>
      </tr>

      <tr>
        <td className="px-6 py-4 whitespace-nowrap font-medium">Email Verification</td>
        <td className="px-6 py-4">Verify email deliverability and status</td>
        <td className="px-6 py-4">Clean contact lists before campaigns</td>
      </tr>
    </tbody>
  </table>
</div>

## Example Zap Workflows

### Sentiment Analysis for Customer Support

1. **Trigger**: New support ticket in Zendesk
2. **Action**: Analyze sentiment with JigsawStack
3. **Action**: Tag ticket based on sentiment analysis
4. **Action**: Route high-priority negative tickets to senior support staff

### Automated Content Moderation

1. **Trigger**: New forum post in Discourse
2. **Action**: Check text for profanity with JigsawStack
3. **Action**: Hold posts with flagged content for review
4. **Action**: Notify moderators of potential issues

### Multilingual Customer Communication

1. **Trigger**: New email in Gmail from international domain
2. **Action**: Detect language with JigsawStack
3. **Action**: Translate content to your team's language
4. **Action**: Send translated response back to customer

## Setup Instructions

1. **Create or log in** to your [Zapier account](https://zapier.com)
2. **Visit the [JigsawStack integration page](https://zapier.com/apps/jigsawstack/integrations)**
3. **Click "Connect JigsawStack to..."** and select an app to pair with
4. **Follow the prompts** to authorize JigsawStack and the other app
5. **Create your Zap** by selecting triggers and actions
6. **Test and activate** your automated workflow

<div className="border border-gray-200 rounded-lg shadow-sm p-6 my-8">
  <h3 className="text-lg font-bold mb-2">Need Help?</h3>
  <p>Some JigsawStack APIs may not be available in the Zapier actions. If there's a specific capability you need, please contact <a href="mailto:support@jigsawstack.com" className="text-blue-600 hover:text-blue-800 transition-colors">[support@jigsawstack.com](mailto:support@jigsawstack.com)</a> for assistance.</p>
</div>

## Resources

* [JigsawStack Zapier App Directory](https://zapier.com/apps/jigsawstack/integrations)
* [Zapier Getting Started Guide](https://zapier.com/learn/getting-started-guide)
* [JigsawStack API Documentation](/docs/api-reference/authentication)
