> 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/marketo.md).

# Marketo設定

MarketoのAPI連携情報を設定します。Webhookを使ったリアルタイム連携で使用します。

Marketoとの API 連携情報を登録し、フォーム送信データを Marketo にリアルタイム転送できるようにします。

## 設定項目一覧

| 項目           | 説明                                           |
| ------------ | -------------------------------------------- |
| クライアントID     | Marketo API 専用ユーザーのクライアントID                  |
| クライアントシークレット | クライアントIDに対応するシークレット                          |
| Identity URL | Marketo インスタンスの Identity URL                 |
| Munchkin ID  | Marketo インスタンスの Munchkin ID（ハイフンを2つ含む9桁の文字列） |

## 各項目の詳細

### クライアントID / クライアントシークレット

Marketo 側で作成したAPI 専用ユーザーに紐づくクライアントID と シークレットです。Marketo 管理画面の「管理」>「LaunchPoint」から取得します。

### Identity URL

Marketo インスタンス固有の Identity URL です。Marketo 管理画面から取得します。

### Munchkin ID

Marketo 管理画面の「マイアカウント」最下部に表示される Munchkin ID（例: `XXX-XXX-XXX`）を入力します。

## 注意事項

* 設定の編集はオーナー権限のユーザーのみ可能です
* 連携には Marketo 側で API 専用ユーザーの作成と LaunchPoint の登録が事前に必要です

## 関連ガイド

* [Marketoへデータを転送する](/immedio-forms/guides/integrations/marketo.md)（Marketo側のAPI専用ユーザー作成手順含む）


---

# 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/marketo.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.
