> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/integrations/integromat/send-verification-email-to-new-sign-ups.md).

# Send verification email to new sign ups

This tutorial requires the use of [Integromat](https://www.integromat.com/en/register) and [Sendgrid ](https://signup.sendgrid.com/)accounts

1\) Prepare your database for this project by adding a new number property to your User Collection. You can name it "Verification code"<br>

![](/files/-MX6NgkGeQ9KfZ920Oni)

2\) On the Signup form, we need to add a new formula to create a verification when the user signs up. To do that we will use the RAND function which will create a random value between 1 and 99999. We will do this in the "Set Automatically" section of the Fields options.

![](/files/-MX2HDQ7DuyRXwK3Y1jN)

2\) Open the Integromat template: <https://www.integromat.com/en/integration/5331-email-on-signup-with-verification-code>

3\) Follow the 3 steps in the template.

![](/files/-MX2GNI9edgR6cSD5wAS)

![](/files/-MX2GZWANqF3Thdi5hN-)

![](/files/-MX2GdzfgagTetj1HGk1)

4\) Create a new user in your Adalo app.

5\) Run the scenario in Integromat.

6\) Check your email for the verification code!


---

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

```
GET https://help.adalo.com/integrations/integromat/send-verification-email-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.
