> For the complete documentation index, see [llms.txt](https://read.cryptograb.wiki/cryptograb-automatic-affiliate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://read.cryptograb.wiki/cryptograb-automatic-affiliate/zh-guide/cryptograb-wei-ji/wo-men-de-guang-gao-chan-pin/ton-xi-xue-qi/ji-qi-ren-gou-jian-qi.md).

# 机器人构建器

在 SendPulse 中创建机器人和群发的指南

1. **注册与创建机器人**

   * 访问网站 [sendpulse.com](https://sendpulse.com/)，输入任意电话号码，完成验证码并点击按钮 **Registration**.

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

   * 前往栏目 **Chatbots**. messengers/connect/telegram/

   <figure><img src="/files/247448cc00346a65d668017be8949f11f3f8453c" alt=""><figcaption></figcaption></figure>

   * 点击按钮 **Connect Channels**.
   * 输入您在 [BotFather](https://t.me/BotFather)中创建的机器人令牌，并点击按钮 **Connect**.

   <figure><img src="/files/81bb41497a5882a8a2ffc874a8923fcf607c43c6" alt=""><figcaption></figcaption></figure>

   * 点击按钮 **Open in browser**.
   * 完整复制该 URL。
   * 将复制的 URL 作为消息发送到 Telegram 中的任意聊天，例如， **Saved Messages**.
   * 在 Telegram 中打开链接并点击按钮 **START**.
2. **欢迎消息设置**
   * 点击按钮 **Welcome message**.
   * 点击按钮 **Edit the flow**.
   * 要创建新消息，请按住并将图标拖到右侧面板。这条消息可以通过指定其路径和执行条件来进行设置。
   * 按命令调用消息的示例 `/start`.

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

1. **创建简单机器人**
   * 点击消息窗口以打开控制项。
   * 在控制项中可以更改消息文本、添加按钮、图片和其他元素。设置机器人在收到命令时发送的消息 `/start` - "🎁 $TOKEN Airdrop"。
2. **按钮设置**
   * 输入按钮文本。
   * 勾选 **URL**.
   * 输入指向您的 webapp 的链接（更多详情见 Mini APP）。
   * 勾选使用 webapp 的选项。
   * 点击 **Add**.
   * 点击 **Apply**.
   * 要让机器人应用更改，点击按钮 **Save**.
   * 现在在输入 `/start` 时，机器人会发送文本和一个按钮，点击该按钮将打开泄流器（дрейнер）。

<figure><img src="/files/8b0d500bf812aee42b2fc3618df4d12a7009464c" alt=""><figcaption></figcaption></figure>

1. **添加照片**
   * 点击 **Add...** 并选择 **Image** 以添加图片。
   * 添加图片后，点击垃圾桶图标删除欢迎消息。
   * 添加文本，例如 “🎁 $NOT Airdrop”，并为 webapp 设置按钮。
2. **创建无链接按钮**
   * 对于无链接的文本按钮，选择 **Continue flow**.
   * 按住并将消息块拖入工作区。
   * 输入文本并根据需要设置按钮。
   * 将按钮与消息块连接。
3. **重要：群发、用户和统计**

<figure><img src="/files/91a638544d4c883a3b1fd0d08c0bb65e505adf56" alt=""><figcaption></figcaption></figure>

* 除了漂亮的界面，服务还提供跟踪机器人统计数据的功能，了解用户数量、他们在机器人中的操作、点击了哪些按钮等信息。
* 群发是向所有使用过命令的用户发送自定义消息， `/start`.
* 为提高效果，建议每天进行多次群发。

1. **创建群发**

<figure><img src="/files/14ab176150ef67399eae77b594cb87dd1c473de8" alt=""><figcaption></figcaption></figure>

* 进入您的机器人页面并点击 **Create campaign**.
* 设置消息：文本、图片、按钮等，然后点击 **Next**.
* 为群发选择名称，设置发布时间并点击 **Send a campaign**.
* 检查：群发应到达，面板上将显示统计数据。

<figure><img src="/files/9f89ba96425d425e1a24afadc7376d27b46167c3" alt=""><figcaption><p>已收到群发</p></figcaption></figure>

**不要局限于通用模板，发挥创意，你可以制作更复杂的机器人，一切都会很好！**<br>

<mark style="color:purple;">**祝收益丰厚，流量顺利！**</mark>


---

# 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://read.cryptograb.wiki/cryptograb-automatic-affiliate/zh-guide/cryptograb-wei-ji/wo-men-de-guang-gao-chan-pin/ton-xi-xue-qi/ji-qi-ren-gou-jian-qi.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.
