> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/data-sources/business-apps/zapier.md).

# Zapier

Use Zapier when part of your process should run in a Zap. Jet Admin lists Zapier among its [integrations](https://www.jetadmin.io/integrations).

## Connect using the existing invitation

The existing Jet Admin connector guide uses this [Zapier invitation](https://zapier.com/developer/public-invite/123625/e98a5ddc0ab6b67887ff0118da783395/).

1. Open the invitation while signed in to Zapier.
2. If the connector is available to your account, accept the invitation and select Jet Admin in your Zap.
3. Follow the connection prompts.
4. Select an operation and map its required fields.
5. Test with a fictional Jet Tables record and inspect the result before enabling the Zap.

The earlier connector walkthrough covers Create, Update, Find, and Delete operations for Jet Tables. Use the operations actually exposed in your Zapier account; invitation access and the current operation list must be confirmed there.

## Existing video walkthrough

This video shows the earlier setup flow. Screen labels and invitation steps may differ from the current Zapier interface.

{% embed url="<https://www.youtube.com/watch?v=mry1qfKIhZ0>" %}

If the invitation does not expose the connector, contact Jet Admin support for current access instructions. Do not assume it is available as a public Zapier app.

To start a Jet Admin automation from an external HTTP event instead, see [Receive an incoming webhook](/workflow/start-a-workflow/receive-an-incoming-webhook.md).


---

# 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://docs.jetadmin.io/user-guide/data-sources/business-apps/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.
