> For the complete documentation index, see [llms.txt](https://docs.openspaces.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openspaces.design/english-ja/readme-1/pages-and-menus/password-page/how-to-collect-emails-+-sms.md).

# メールとSMSの収集方法

### 📬 学べること

* パスワードページにメール登録フォームを追加する方法
* Shopify内でメール購読者を取得する方法
* サードパーティアプリを使ってSMSを連携する方法

***

### 📥 ステップ1: メール登録セクションを追加する

1. 移動先： **オンラインストア > カスタマイズ**
2. 上部のドロップダウンで選択します **パスワード**
3. 左のサイドバーでクリックします **セクションを追加 > メール登録**
   * を選択 **埋め込みメール登録** （推奨）
   * 任意: を使用する **ポップアップメール登録** 遅延表示させたい場合

***

### ✍️ ステップ2: フォームをカスタマイズする

右側のセクション設定で：

* **タイトル** – 例：「VIPリストに参加」や「先行アクセス」
* **テキスト** – 短い説明やキャンペーンメッセージ
* **メール プレースホルダー** – 入力フィールド内の初期表示テキスト
* **ボタンテキスト** – 例：「通知を受け取る」や「今すぐ参加」
* **成功メッセージ** – 送信後の確認メッセージ

次の項目も調整できます：

* フォント
* 色
* レイアウトの間隔

> 💡 このフォームは自動的にメールをShopifyの顧客リストに収集します。

***

### 📋 ステップ3: 購読者を表示・エクスポートする

1. に移動します **Shopify管理画面 > 顧客**
2. 新しい購読者はここに表示されます：
   * 注文なし
   * メールのオプトイン状態がマークされている
3. クリック： **エクスポート** リストをダウンロードするには
4. このリストをアップロードします：
   * **Klaviyo**
   * **Mailchimp**
   * **Omnisend**、など。

***

### 📲 ステップ4: SMS番号を取得する（任意）

> ⚠️ ShopifyのテーマではネイティブにSMSサインアップをサポートしていません。
>
> 次のようなサードパーティアプリを使用する必要があります：

* **Postscript**
* **Klaviyo**
* **Yotpo SMSBump**

#### カスタムフォームを使う場合

1. SMSプラットフォーム（例：Klaviyo）内でフォームを作成します
2. 埋め込みコードをコピーします
3. Shopifyで、パスワードページに **セクション** セクションを追加します
4. そこにコードを貼り付けます

これにより、ネイティブでないフォームを追加し、同じページでメールとSMSの両方を取得できます。

***

### **ヘルプが必要ですか？**

* 💬 **Discordでコミュニティに参加：** <https://discord.gg/hcc2GvgZc6>
* 📧 **メールでお問い合わせ：** <support@openspaces.design>
* 💻 **ライブチャット：** 月〜金、現地時間午前10時〜午後6時（EST）に当社ウェブサイトで直接対応


---

# 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.openspaces.design/english-ja/readme-1/pages-and-menus/password-page/how-to-collect-emails-+-sms.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.
