# 新規登録時に確認SMSを送信

このチュートリアルでは、[Integromat](https://www.integromat.com/en/register) と [Twilio](https://www.twilio.com/try-twilio) のアカウントを使用する必要があります。

1\) ユーザーコレクションに新しい番号プロパティを追加して、このプロジェクト用のデータベースを準備します。それを「Verification code」と名前付けできます。

![](/files/eFt9Kqmwzdy5VMSLOYbu)

2\) サインアップフォームに、ユーザーがサインアップするときに確認を作成するための新しい数式を追加する必要があります。そのために、1から99999の間のランダムな値を作成する RAND 関数を使用します。これは、Fieldsオプションの「Set Automatically」セクションで行います。

![](/files/vrG1bJaa7cUrRUbvYbD0)

2\) ユーザーコレクションにユーザーの電話番号を保持する新しいプロパティを追加する必要があります。これを行うには、ユーザーコレクションに新しい **text** プロパティを追加します。これをテキストにする理由は、ユーザーが国際コードを含む電話番号を追加する必要があるためです。これは、Twilio API の要件です。

![](/files/k5vjfIVCwE2TOmjhjhKO)

3\) Integromatのテンプレートを開きます: [https://www.integromat.com/en/integration/5331-email-on-signup-with-verification-code](https://www.integromat.com/en/integration/5333-sms-on-signup-with-verification-code)

4\) テンプレートの3つのステップに従います。

![](/files/GQid9x9eUCafxljdBBJM)

![](/files/gBtQ4ixY9E2YMpiFs6IO)

![](/files/5p8Z40M2jON5eAg0gZel)

5\) Adaloアプリで新しいユーザーを作成し、テスト用にアクセス可能な有効な電話番号を使用してください。

6\) Integromatでシナリオを実行します。

7\) 電話で確認コードを確認してください！


---

# Agent Instructions: 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:

```
GET https://help.adalo.com/ja/integrations/integromat/send-a-verification-sms-to-new-sign-ups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
