> For the complete documentation index, see [llms.txt](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/11-qun-fa-ying-xiao.md).

# 11 群发营销

对已加入或指定目标群发送普通广告、Bot广告或频道消息。

群发营销适合已经准备好目标群、并希望长期保留群组的业务推广。

![群发营销任务与模板](https://3113701068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3h2NgAnxHRZdWHkoarUV%2Fuploads%2Fr2Ymer8ZXSpEJmCXYoGu%2F04-group-marketing.jpg?alt=media)

## 创建顺序

1. 选择发送方式。
2. 设置任务名称、账号分类、群间休息和账号并发。
3. 设置每批发送、整轮休息和异常暂停条件。
4. 编辑并保存广告模板。
5. 勾选本轮使用的模板，执行预检后创建任务。

## 发送方式与模板

| 发送方式         | 使用内容    | 最终身份 |
| ------------ | ------- | ---- |
| 普通发送（使用模板）   | 普通广告模板  | 登录账号 |
| 访客机器人（Bot身份） | Bot广告模板 | Bot  |
| 内联机器人（账号身份）  | Bot广告模板 | 登录账号 |
| 频道消息转发       | 指定频道消息  | 登录账号 |
| 回复群内最新消息     | 短版回复模板  | 登录账号 |

模板的随机或轮询只在当前发送方式可用的模板中执行，不会把普通广告和 Bot 广告混发。

## 长短广告

不超过20个字符按短广告处理，超过20个字符按长广告处理，标点和表情同样计入。Telegram没有通用接口可以提前判断每个群是否允许长内容；软件依据实际发送和回读结果记录群能力，长广告被删除时可切换到已选择的短广告模板。

{% hint style="warning" %}
正式任务前先用自有测试群检查文字、图片、按钮、频道消息和Bot触发结果。
{% endhint %}


---

# 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://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/11-qun-fa-ying-xiao.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.
