> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-plus/worksheet/worksheet-design/field-type/email-phone.md).

# 邮箱与电话

这两个字段专用于记录和验证个人或组织的关键联系信息，并支持通过工作流进行消息推送。

## **1. 邮箱字段** <a href="#id-1-email-field" id="id-1-email-field"></a>

用于记录和验证电子邮件地址。

#### **核心特性** <a href="#id-1-1-core-feature" id="id-1-1-core-feature"></a>

* **格式验证**：自动校验输入是否符合标准邮箱格式（如 `xxx@domain.com`）。
* **工作流集成**：验证通过的邮箱地址可作为 **「发送邮件」** 节点的接收人。

#### **设置与验证** <a href="#id-1-2-setting-validation" id="id-1-2-setting-validation"></a>

* **默认值**：支持设置固定邮箱地址，或通过**其他字段值**、**查询工作表**动态获取。
* **验证规则**：支持**必填**和**不允许重复**。

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

## **2. 电话字段** <a href="#id-2-phone-field" id="id-2-phone-field"></a>

用于记录和验证电话号码，支持手机与座机。

#### **核心特性** <a href="#id-2-1-core-feature" id="id-2-1-core-feature"></a>

* **两种模式**：
  * **手机**：自带国家/地区代码（简体环境默认 `+86`，繁体环境默认 `+852`），并进行号码长度校验。
  * **座机**：无强制格式校验。
* **工作流集成**：只有格式正确的**手机**号码可作为 **「发送短信」** 节点的接收人。
* **导入注意**：从Excel导入带国家/地区号的号码时，需包含 `+区号`（如 `+8613800138000`）。

#### **设置与验证** <a href="#id-2-2-setting-validation" id="id-2-2-setting-validation"></a>

* **默认值**：支持设置**其他字段值**、**查询工作表**动态获取。
* **验证规则**：支持**必填**和**不允许重复**。

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


---

# 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.coreway.com/yoov-plus/worksheet/worksheet-design/field-type/email-phone.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.
