# Zapier Integration

## How to access the integration

You can access the integration [here](https://zapier.com/apps/ellie/integrations). Please note that this is just the beginning and if there is anything you would like to see in the future please reach out to <chris@aloa.co>!

## What is this?

[Zapier](https://zapier.com/) allows you to connect Ellie with thousands of different apps. Our Zapier integration allows 2 types of actions and 2 types of triggers:

Actions:

1. Creating an Ellie task
2. Update an Ellie task

Triggers:

1. Ellie task completed
2. Ellie task created

<figure><img src="/files/7F774sHInfHTsoF6Sbw6" alt=""><figcaption><p>Zapier Ellie integration</p></figcaption></figure>

## Example use cases

Using actions:

1. Email favorited in Outlook → Create task in Ellie to reply
2. Task completion in Trello or Asana → Update progress status of corresponding task in Ellie
3. New entry in Notion → Create a new task in Ellie
4. New lead in Salesforce → Create task in Ellie to reach out
5. Mentioned in Slack → Create a task in Ellie to respond

Using triggers:

1. Task completed -> Send an email to fulfill shopfiy order
2. Task completed -> Update Asana task
3. Task created -> Create a notion page
4. Task created -> Send a status update email

## How to use the feature

When you create a Zap in Zapier, everything should be straightforward. However, you will need to authenticate your Ellie account. You will be greeted with this screen asking you for an Ellie API Token.

<figure><img src="/files/9TCNtHNqidcMEvn9mrVz" alt=""><figcaption></figcaption></figure>

To generate your token, Go to Settings -> Toggle power features -> API Token and enable API access.

<figure><img src="/files/1uSoZMBRsxtqus81EhV4" alt=""><figcaption><p>API Token power feature setting</p></figcaption></figure>

Once enabled, you can go to API token (step 3 above) and then you can generate a new API Token to be used in Zapier.

<figure><img src="/files/cWJZhoPy3arRGo5iHa2l" alt=""><figcaption><p>Copy API Token in Settings</p></figcaption></figure>

Once you link your account, you can choose the action as either "Create" or "Update" task.

If you chose "Create task in Ellie" for example, you can then choose from a number of different fields to populate (see below on how the Label name and List name fields work).

<figure><img src="/files/hgKHK9TeIYNaUkDZVkQ3" alt=""><figcaption><p>Create a task fields in Zapier</p></figcaption></figure>

### Label and List name fields

The way the label and list name fields work is by finding a list/label with the exact name typed into that field. So if you have a label called "Work", you could simply write "Work" or "work" (case doesn't matter) into the field.

If you have multiple labels or lists with the same name, we will pick one to use.

{% hint style="info" %}
If a label or list does not exist, one will be created
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://guide.ellieplanner.com/features/integrations/zapier-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
