> For the complete documentation index, see [llms.txt](https://help.usejimo.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.usejimo.com/docs/integrations/zapier.md).

# Zapier

## How it Works

This integration allows you to connect Jimo with various apps on Zapier, automating workflows and enhancing productivity by leveraging Jimo's features across different platforms.

## Step-by-Step Guide

### Step 1: Access the Integrations Dashboard

<figure><img src="/files/zQk4KaOQ1laQIIu7neKF" alt=""><figcaption></figcaption></figure>

1. Navigate to your Jimo [project settings](https://i.usejimo.com/settings).
2. Click on [**Integrations**](https://i.usejimo.com/settings/integrations) in the left sidebar.
3. You will see various integration options. Locate the **Zapier** integration and click on the **Connect** button.

### Step 2: Generate the API Key

<figure><img src="/files/xUji8giTPzLGvujKlHYr" alt=""><figcaption></figcaption></figure>

1. After clicking **Connect**, you will be directed to the Zapier integration setup page.
2. Here, an API key will be automatically generated for you.
3. Copy this API key, as you will need it to connect Jimo to your Zapier account.

### Step 3: Enable Jimo in Zapier

<figure><img src="/files/kAb9yArGyxCH5lmJ9luq" alt=""><figcaption></figcaption></figure>

1. In the Zapier integration setup page, click on the **Enable Jimo in Zapier** button.
2. You will be redirected to Zapier's invitation page.
3. Click on the **Accept Invite & Build a Zap** button to start using Jimo with Zapier.

<figure><img src="/files/sg7GC588QmftscVzHw0R" alt=""><figcaption></figcaption></figure>

### Step 4: Create a New Zap

<figure><img src="/files/rAdvNGn1w2AyFFvqeiXM" alt=""><figcaption></figcaption></figure>

1. Navigate to your Zapier dashboard and click on the **Create** button.
2. Select **New Zap** from the dropdown menu.

### Step 5: Set Up Jimo as a Trigger

<figure><img src="/files/IHKL0jTAiNJVVkuau2j9" alt=""><figcaption></figcaption></figure>

1. In your new Zap, search for **Jimo** in the app search bar.
2. You will have three types of events to choose from:
   * **New Feedback Received**: Triggers when a user sends feedback.
   * **New Survey Completed**: Triggers when a user completes a survey.
   * **New Survey Response Received**: Triggers when a user answers a survey question.
3. Select the event that suits your needs and proceed to configure it.

### Step 6: Connect to Other Apps

1. After setting up the Jimo trigger, choose an action app like **Google Sheets**.
2. Configure how you want to forward the data from Jimo, such as logging feedback into a Google Sheets document.

## Disconnecting the Integration

If you wish to disconnect Jimo from Zapier, simply navigate back to the Zapier integration setup page in Jimo and click on the **Disconnect Integration** button.

<figure><img src="/files/N44ZOjIfnjNJzajEYRr4" alt=""><figcaption></figcaption></figure>

## Additional Resources

* **Zapier documentation**: <https://platform.zapier.com/>

{% hint style="info" %}
To keep a historical log of [survey responses](/docs/experiences/surveys/overview.md), configure your Zapier integration to capture and store each survey response externally.&#x20;

This approach ensures all answers are preserved, even if users update their responses in Jimo.
{% endhint %}

### Troubleshooting

* If you encounter any issues, ensure that your API key is correctly copied and pasted.
* Make sure Jimo is enabled in your Zapier account settings.

For further assistance, please contact our support team directly.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.usejimo.com/docs/integrations/zapier.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
