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

# Zapier API Key

Zapierとの連携に使用するAPI Keyを発行・管理します。

Zapierでフォーム送信データをリアルタイム連携する際に使用するAPI Keyを管理します。

## 設定項目一覧

| 項目          | 説明                          |
| ----------- | --------------------------- |
| API Key     | Zapier連携用のAPI Key（表示・コピー可能） |
| API Keyの再作成 | 既存のAPI Keyを無効化し、新しいKeyを発行する |

## 各項目の詳細

### API Key

Zapier側の「Connect New Account」画面で入力するAPI Keyです。コピーボタンでクリップボードに保存できます。

### API Keyの再作成

旧Keyが漏洩した場合や運用上の理由で更新したい場合に使用します。再作成すると旧Keyは即時無効化されるため、既存のZapier連携は新しいKeyに差し替える必要があります。

## 注意事項

* API Keyの再作成は元に戻せません。既存のZapier連携への影響を確認してから実行してください

## 関連ガイド

* [Zapierでデータをリアルタイム連携する](/immedio-forms/guides/integrations/zapier.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.immedio.io/immedio-forms/settings/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.
