> For the complete documentation index, see [llms.txt](https://puregamma-ai.gitbook.io/puregamma-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://puregamma-ai.gitbook.io/puregamma-ai/puregamma-ai-documentation-espanol/gong-neng-zhi-nan/tong-zhi-yu-imessage.md).

# 通知与 iMessage

## 推送渠道总览

| 渠道        | 套餐要求             | 配置方式                   |
| --------- | ---------------- | ---------------------- |
| Email     | 全部               | 默认启用                   |
| Telegram  | 全部               | 粘贴 Bot Token + Chat ID |
| Slack     | 全部               | 粘贴 Incoming Webhook    |
| iMessage  | Max / Enterprise | 验证号码后启用                |
| Push(iOS) | 全部               | App 内授权系统通知            |

未按套餐要求使用的渠道在设置页显示为锁定并注明所需套餐;未知渠道名称会被服务端直接拒绝(422),不会产生静默失败。

## 每日推送

推送内容 = 每日简报;时间与渠道见 仪表盘与每日简报。投递状态(成功/失败/重试中)在通知设置可见。

## iMessage Agent(Max / Enterprise)

绑定 iMessage 后,可以直接用手机短信与你的 Agent 对话,日报也会推送到 iMessage。

### 绑定流程

1. 「账户」页 → 绑定 iMessage Agent。
2. 输入 iMessage 手机号(E.164 格式,如 `+12135550123`)或 Apple ID 邮箱。
3. 点击「发送验证码」——官方号码会通过 iMessage 发送 **6 位验证码**(10 分钟内有效)。
4. 输入验证码,确认绑定。
5. 用你的 iMessage 向官方号码发消息,即可进入 Agent 对话。

### 安全说明

* 必须完成验证码确认,号码才会标记为已验证;未验证的绑定不能收发消息。
* 验证码请求有频率限制(每用户每小时 3 次、每号码每天 5 次),超限返回明确提示。
* 只有你绑定的地址发来的消息会进入 Agent;其他地址不回复。
* 每条入站消息经过 HMAC 签名 + 时间戳防重放校验。

## 故障排查

* **收不到验证码**:检查号码格式;一小时后重试;仍失败请联系支持。
* **发消息没有回复**:确认是从已验证地址发送;查看账户页绑定状态是否显示"已验证"。


---

# 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://puregamma-ai.gitbook.io/puregamma-ai/puregamma-ai-documentation-espanol/gong-neng-zhi-nan/tong-zhi-yu-imessage.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.
