> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/internal-integrations/email/third-party-email-services.md).

# 他社メールサービスとの統合

MailchimpからActiveCampaignまで、さまざまなネイティブEメール統合機能を提供しており、プロジェクトに簡単に追加することができます。

まず、\[設定] > \[アプリケーション] > \[アプリケーションを追加]を選択し、すでに使用しているメールプロバイダを選択します。

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

各プロバイダーには独自の接続設定があります。そのほとんどは、プロバイダー自身が提供する API キーを追加するだけです。資格情報を貼り付けるだけで、自動的に接続されます。

### Eメールリストへの登録方法

ビルダー内には、訪問者をお好みのメールマーケティングプロバイダーに追加するための様々なオプションがあります。フォームへの入力から、プロジェクト内の決済時まで、あらゆる場面で購入したキャンペーンにユーザーを追加することができます。

接続が成功すると、フォームや決済画面などの下部に、接続したメールプロバイダーの追加オプションが表示されます。この例では、Mailerliteと接続していることが確認できます。これにより、ユーザーがフォームに入力するたびに、選択したMailerliteのメーリングリストに自動的に追加されるようになります。

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

### 統合できるメールサービス一覧

* **MailChimp**
* **MailerLite**
* **Moosend**
* **GetResponse**
* **Aweber**
* **ActiveCampaign**


---

# 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.opusbooster.com/internal-integrations/email/third-party-email-services.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.
