# Server酱(ServerChan) > Server酱是一个消息推送服务:一次 HTTP 请求,即可把任何程序的通知推送到你的微信(服务号/企业微信)、钉钉群、飞书群或 Server酱³ App。注册即可免费使用。 重要事实:免费用户每天可推送 5 条消息;API 为单个 HTTP 请求(https://sctapi.ftqq.com/{SENDKEY}.send);官方 SDK 覆盖 Python/Node.js/PHP/Go 等语言(包名 serverchan-sdk)。 两个产品:Server酱Turbo(SCT)是统一入口,同一个 SendKey 可推到微信服务号/测试号、企业微信应用消息、企业微信/钉钉/飞书群机器人、Bark、PushDeer、Android 客户端与自定义 Webhook,换落点不用改代码——因此 Bark 与 PushDeer 是 Turbo 的通道而非替代品。Server酱³(SC3)推送到独立 App,接入手机厂商的系统推送通道,在 iOS、FCM、小米、华为、荣耀、vivo、OPPO、iQOO、Realme、OnePlus、魅族机型上 App 不在后台也能收到消息、无需 Android 保活(其他机型仍需保持 App 后台运行),另有 AI 摘要、翻译与 Tag 分组。 ## 总览 - [Server酱文档 | 140+ 种软件的微信推送接入教程](https://sct.ftqq.com/docs/index.md): 一个 HTTP 请求,把程序通知推送到微信。收录 140+ 篇接入教程:Python、Go、PHP 等语言,以及青龙面板、群晖、Uptime Kuma、GitHub Actions、Claude Code、n8n 等软件的完整配置步骤。 ## 推送方案与选型 - [微信推送 API 怎么做?4 种方案对比 + 3 分钟落地](https://sct.ftqq.com/wechat-push.md): 微信没有开放个人号 API。可行的 4 条路——服务号模板消息、企业微信应用消息、群机器人 Webhook、第三方推送服务——的门槛、成本与限制对比,含各语言调用示例。 - [消息推送服务怎么选?6 种方案对比与选型建议](https://sct.ftqq.com/message-push.md): 按消息落点、是否需装 App、免费额度、可靠性对比 6 种常见方案,结论是落微信与各类群用 Server酱 Turbo、落独立 App 用 Server酱³,并说明什么情况下自建才真的划算。 - [Server酱 Turbo 还是 Server酱³?推送方案对比与选择](https://sct.ftqq.com/compare.md): 按消息落点选:落微信、企业微信、钉钉群、飞书群、Bark、PushDeer 用 Turbo(这些都是它的通道,不是替代品);落独立 App 用 Server酱³——走厂商系统推送通道,iOS/FCM/小米/华为/荣耀/vivo/OPPO/iQOO/Realme/OnePlus/魅族机型 App 不在后台也能收、无需保活。附与 ntfy、Gotify、pushplus 等方案的对比与迁移成本。 - [PushBear 已停止服务:迁移到 Server酱](https://sct.ftqq.com/pushbear.md): pushbear.ftqq.com 的 /sub?sendkey=&text=&desp= 接口已停用。参数对照表与各语言改造示例:text、desp 参数名可原样保留,只需换 URL 并把 SendKey 移入路径。 ## 快速开始 - [30 秒获取 Server酱 SendKey](https://sct.ftqq.com/docs/getting-started/sendkey.md): 获取 Server酱 SendKey 的完整步骤:Server酱Turbo(SCT)与 Server酱³(SC3)两种密钥的注册入口、格式区别、验证方法与保管建议。 - [Server酱通道对比:消息可以推送到哪里](https://sct.ftqq.com/docs/getting-started/channels.md): Server酱Turbo 的全部通道(微信服务号与测试号、企业微信应用消息、企业微信/钉钉/飞书群机器人、Bark、PushDeer、Android 客户端、自定义 Webhook)与 Server酱³ 的无后台推送(iOS/FCM/小米/华为/荣耀/vivo/OPPO/iQOO/Realme/OnePlus/魅族无需保活,其他机型需保持 App 后台运行),含免费版与订阅会员差异。 - [Server酱常见问题:额度、频率限制与消息排查](https://sct.ftqq.com/docs/getting-started/faq.md): Server酱 FAQ:免费额度多少、每分钟频率限制、429 错误处理、消息没收到怎么排查、Markdown 格式支持、图片推送、新旧版本迁移。 ## 集成教程 - [Python 接入 Server酱:脚本与爬虫的微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/python.md): 用 Python 给脚本、爬虫加微信通知:官方 SDK(pip install serverchan-sdk)与 requests 两种方式,含任务完成/异常告警完整可运行示例。 - [Claude Code 接入 Server酱:AI 任务完成微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/claude-code.md): 让 Claude Code 在长任务完成、需要人工确认时推送微信通知:Agent Skill、Stop Hook 两种官方接法,含完整配置示例。 - [Uptime Kuma 接入 Server酱:网站宕机微信告警(2026 教程)](https://sct.ftqq.com/docs/integrations/uptime-kuma.md): Uptime Kuma 自带 Server酱(ServerChan)通知类型:填入 SendKey 即可在网站宕机/恢复时收到微信告警,本文含完整配置步骤与排查。 - [青龙面板接入 Server酱:定时任务结果推送微信(2026 教程)](https://sct.ftqq.com/docs/integrations/qinglong.md): 青龙面板内置 Server酱 通知:系统通知选 serverChan 填 SendKey,脚本通知配 PUSH_KEY。任务成功失败、签到结果实时推送微信,本文含两种配置方式、Docker 下的文件位置、降噪技巧与完整排查清单。 - [PHP 接入 Server酱:程序消息推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/php.md): 在 PHP 程序中调用 Server酱 API 推送微信通知:官方SDK 与 示例代码直接可用,自动兼容 Server酱Turbo 与 Server酱³ 两种 SendKey。 - [Go 接入 Server酱:程序消息推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/golang.md): 在 Go 程序中调用 Server酱 API 推送微信通知:官方SDK 与 示例代码直接可用,自动兼容 Server酱Turbo 与 Server酱³ 两种 SendKey。 - [Java 接入 Server酱:程序消息推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/java.md): 在 Java 程序中调用 Server酱 API 推送微信通知:官方示例代码直接可用,自动兼容 Server酱Turbo 与 Server酱³ 两种 SendKey。 - [Rust 接入 Server酱:程序消息推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/rust.md): 在 Rust 程序中调用 Server酱 API 推送微信通知:官方示例代码直接可用,自动兼容 Server酱Turbo 与 Server酱³ 两种 SendKey。 - [Swift 接入 Server酱:程序消息推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/swift.md): 在 Swift 程序中调用 Server酱 API 推送微信通知:官方示例代码直接可用,自动兼容 Server酱Turbo 与 Server酱³ 两种 SendKey。 - [C 语言 接入 Server酱:程序消息推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/c.md): 在 C 语言 程序中调用 Server酱 API 推送微信通知:官方示例代码直接可用,自动兼容 Server酱Turbo 与 Server酱³ 两种 SendKey。 - [Apprise 接入 Server酱:一条 URL 让 55+ 开源应用推送微信(2026 教程)](https://sct.ftqq.com/docs/integrations/apprise.md): Server酱 内置于通知库 Apprise:在 Uptime Kuma、Home Assistant、changedetection 等 55+ 应用中填一条 schan://SendKey 即可推送微信,本文是通用接法母页。 - [C# / .NET 接入 Server酱:程序消息推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/csharp.md): 在 C# / .NET 程序中调用 Server酱 API 推送微信通知:官方示例代码直接可用,自动兼容 Server酱Turbo 与 Server酱³ 两种 SendKey。 - [Dart / Flutter 接入 Server酱:程序消息推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/dart.md): 在 Dart / Flutter 程序中调用 Server酱 API 推送微信通知:官方SDK 与 示例代码直接可用,自动兼容 Server酱Turbo 与 Server酱³ 两种 SendKey。 - [Activepieces接入 Server酱:自动化流程的任意触发事件推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/activepieces.md): 通过 Activepieces 的 HTTP piece 发送 Webhook 请求到 Server酱,实现开源自动化流程的微信推送通知。 - [Apache Airflow 接入 Server酱:DAG 任务失败时微信收到告警(2026 教程)](https://sct.ftqq.com/docs/integrations/airflow.md): Apache Airflow 通过官方 apprise provider 接入 Server酱,DAG 或任务运行失败/成功时自动推送微信通知。schan:// 协议直连,AppriseNotifier 回调配置。 - [Airtable 接入 Server酱:表格记录变动推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/airtable.md): 通过 Airtable Automations 的 Run a script 动作调用 Server酱 API,实现表格新增或更新记录时自动推送微信通知。 - [AMP(Sourcegraph)接入 Server酱:长任务跑完微信提醒你(2026 教程)](https://sct.ftqq.com/docs/integrations/amp.md): AMP 跑完编码、重构、批处理等长任务后自动推送微信通知,安装 Server酱 Skill 或一行 curl 即可实现。 - [Antigravity(Google)接入 Server酱:长任务完成后微信提醒(2026 教程)](https://sct.ftqq.com/docs/integrations/antigravity.md): 通过安装 Server酱 Skill 或 curl 命令,让 Antigravity(Google)在编码、重构等长任务完成后自动推送微信通知,不错过任何结果。 - [Argo CD 接入 Server酱:应用同步状态推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/argocd.md): 通过 argocd-notifications webhook 将 Argo CD 应用同步成功、健康状态变化推送到微信,ConfigMap 配置即用。 - [Audiobookshelf接入 Server酱:有声书入库时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/audiobookshelf.md): 通过 Apprise API 桥接 Audiobookshelf 与 Server酱,新书入库等事件自动推送到微信。需部署 apprise-api 容器,填 schan:// 协议地址即可。 - [宝塔面板接入 Server酱:服务器告警推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/baota.md): 通过宝塔面板内置 WEB HOOK 通道对接 Server酱 API,将 CPU/磁盘告警、证书到期、服务停止等通知推送到微信。 - [Bazarr 接入 Server酱:字幕下载或缺失时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/bazarr.md): Bazarr 内置 Apprise 库,填入 schan:// 协议地址即可将字幕下载结果推送到微信,无需额外容器或脚本。 - [beets 接入 Server酱:音乐导入完成时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/beets.md): beets 通过 beets-notify 插件接入 Apprise,用 schan:// 协议推送 Server酱,音乐整理完成即收到微信通知。 - [Better Stack 接入 Server酱:服务宕机时推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/better-stack.md): Better Stack 通过 Outgoing Webhook 将宕机告警推送到 Server酱,再转发到微信。支持直连和中转两种方式。 - [BirdNET-Pi 接入 Server酱:识别到目标鸟种鸣叫时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/birdnet-pi.md): BirdNET-Pi 内置 Apprise 支持,填入 schan:// 协议的 SendKey 即可在识别到目标鸟种时收到微信通知。 - [borgmatic 接入 Server酱:Borg 备份失败时微信收到告警(2026 教程)](https://sct.ftqq.com/docs/integrations/borgmatic.md): 通过 borgmatic 内置的 Apprise 钩子接入 Server酱,实现 Borg 备份成功或失败时微信推送通知,备份异常不再无人知晓。 - [camply接入 Server酱:营地空位微信秒提醒(2026 教程)](https://sct.ftqq.com/docs/integrations/camply.md): camply 接入 Server酱,监测到美国国家公园营地空位时立刻推送微信提醒,配置 Apprise 环境变量即可实现。 - [changedetection.io 接入 Server酱:网页变化微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/changedetection.md): 使用 changedetection.io 监控网页变化(价格、库存、公告更新),通过 Server酱 将通知推送到微信、钉钉或飞书群。配置简单,只需填入一个 URL。 - [CircleCI 接入 Server酱:流水线构建状态推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/circleci.md): 通过 CircleCI job 内 curl 或 Webhook 接入 Server酱,将构建成功或失败状态实时推送到微信,附 config.yml 配置示例。 - [Cleanuparr 接入 Server酱:清理 *arr 卡住任务时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/cleanuparr.md): Cleanuparr 内置 Apprise 通知,通过 schan:// 协议对接 Server酱,自动清理 Sonarr/Radarr 队列坏种时推送微信消息。需自建 apprise-api 容器。 - [Cline 接入 Server酱:VS Code AI 任务完成微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/cline.md): Cline 跑完长任务时自动推送结果到微信,安装 Skill 或写规则文件即可,附 curl 调用示例 - [Cloudflare 接入 Server酱:安全与健康事件推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/cloudflare.md): 通过 Notifications 直连或 Workers 中转,将 Cloudflare 告警推送到微信。含配置步骤与 Worker 代码示例。 - [腾讯 CodeBuddy 接入 Server酱:Agent 长任务完成微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/codebuddy.md): 通过 CodeBuddy CLI hooks 或规则文件配置 curl 命令,在 Craft 或 CLI 任务执行完毕时自动推送微信通知,掌握任务动态。 - [OpenAI Codex CLI 接入 Server酱:长任务跑完微信收到完成通知(2026 教程)](https://sct.ftqq.com/docs/integrations/codex-cli.md): 通过 Server酱 Skill 或 AGENTS.md 约定,让 Codex CLI 在重构、批量修改、测试等长任务完成后自动推送微信通知。 - [扣子接入 Server酱:工作流关键节点推送微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/coze.md): 在扣子工作流中添加 HTTP 请求节点,调用 Server酱 API,实现生成完成、异常分支等关键节点的微信推送。 - [Linux crontab 接入 Server酱:定时任务失败微信告警(2026 教程)](https://sct.ftqq.com/docs/integrations/crontab.md): 当 Linux crontab 定时任务(如备份、同步)失败时,自动推送告警到微信,无需手动检查日志。通过 curl 命令调用 Server酱 API 实现。 - [Cursor 接入 Server酱:Agent 长任务完成时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/cursor.md): 通过安装 Server酱 Skill 或配置项目规则,让 Cursor Agent 完成长任务后自动推送微信通知,支持 SCT 和 sctp 两种 SendKey。 - [Cyberdrop-DL 接入 Server酱:批量下载完成时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/cyberdrop-dl.md): Cyberdrop-DL 内置 Apprise 通知支持,在 apprise.txt 填入 schan:// 协议地址即可通过 Server酱 收到微信通知。 - [Datadog接入 Server酱:Monitor 触发告警推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/datadog.md): 通过 Datadog Webhooks 集成,将 Monitor 告警的标题与内容实时推送到微信,只需配置自定义 Webhook 及 Payload 即可完成接入。 - [ddns-go 接入 Server酱:公网IP变化与域名更新通知(2026 教程)](https://sct.ftqq.com/docs/integrations/ddns-go.md): 通过 ddns-go 内置 Webhook 功能,在公网IP变更或DDNS域名更新成功/失败时,通过 Server酱 推送微信通知。 - [Dify 接入 Server酱:工作流关键节点推送微信(2026 教程)](https://sct.ftqq.com/docs/integrations/dify.md): 在 Dify 工作流中添加 HTTP 请求节点,将审核完成、生成结果或异常告警实时推送到微信。支持动态引用变量,实现个性化通知。 - [dockcheck 接入 Server酱:Docker 镜像更新推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/dockcheck.md): 通过 Apprise 或 curl 将 dockcheck 检测到的 Docker 容器镜像更新通知推送到微信,配置简单,即配即用。 - [Docker Hub接入 Server酱:镜像推送推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/docker-hub.md): Docker Hub 仓库收到新镜像 push 时,通过 Webhook 自动推送到微信。支持直连固定标题或中转解析详细 tag。 - [Droid(Factory)接入 Server酱:长任务跑完微信收到完成通知(2026 教程)](https://sct.ftqq.com/docs/integrations/droid.md): Droid 跑完编码、重构、批处理等长任务后自动推送微信通知。安装 Server酱 Skill 或用 curl 命令即可实现 factory droid 通知。 - [Duplicati 接入 Server酱:备份任务完成或失败时推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/duplicati.md): 通过 Duplicati 内置 send-http-url 选项配置 Server酱 Webhook,备份结束后自动推送结果到微信,支持自定义标题和正文。 - [Elastic 接入 Server酱:Kibana 告警触发时推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/elastic-kibana.md): 通过 Kibana Alerting 的 Webhook connector,将 Elastic 告警实时推送到微信。配置 POST 请求直连 Server酱 API,使用 mustache 模板拼接消息。 - [Embykeeper接入 Server酱:每日签到保号结果推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/embykeeper.md): Embykeeper 内置 Apprise 通知支持,配置 schan:// 协议 URL 即可将每日签到保号结果推送到微信。 - [EMQX接入 Server酱:MQTT 消息推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/emqx.md): 通过 EMQX 规则引擎与 HTTP 桥接,将匹配的 MQTT 消息实时推送到微信,实现 mqtt 告警微信通知。 - [ESPHome 接入 Server酱:ESP 设备告警推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/esphome.md): 通过 ESPHome 的 http_request 组件发送 Webhook,将传感器越界或按钮触发等设备事件实时推送到微信,附 YAML 配置示例。 - [FastGPT接入 Server酱:工作流关键节点推送微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/fastgpt.md): 在 FastGPT 工作流的 HTTP 请求节点配置 Server酱 API,实现生成结束、审核完成、异常分支等关键节点自动推送微信通知。 - [飞书多维表格接入 Server酱:记录变更推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/feishu-bitable.md): 通过飞书多维表格自动化流程的 HTTP 请求节点,将记录新增或修改事件推送到微信,实现 bitable 提醒微信通知。 - [FileFlows 接入 Server酱:媒体转码完成或失败时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/fileflows.md): 通过 FileFlows Apprise 插件接入 Server酱,媒体文件处理完成或失败时自动推送微信通知,附完整配置步骤。 - [free-games-claimer 接入 Server酱:自动领完免费游戏后微信通知你(2026 教程)](https://sct.ftqq.com/docs/integrations/free-games-claimer.md): free-games-claimer 内置 Apprise 通知框架,设置 NOTIFY 环境变量为 schan://SendKey 即可在自动领取 Epic/GOG/Amazon 免费游戏后推送微信通知。 - [Freqtrade 接入 Server酱:加密货币交易开平仓推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/freqtrade.md): Freqtrade 量化交易机器人通过 webhook 接入 Server酱,开仓平仓及止盈止损时实时推送到微信,配置简单直连。 - [Gemini CLI 接入 Server酱:长任务跑完微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/gemini-cli.md): Gemini CLI 安装 Server酱 Skill 或写入 GEMINI.md 约定,任务完成后自动推送微信通知,附完整配置示例。 - [Gitea接入 Server酱:自建 Git 仓库事件推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/gitea.md): 通过 Webhook 将 Gitea 推送、PR、Issue 等事件通知推送到微信,支持直连简单通知与中转动态内容。 - [Gitee 接入 Server酱:仓库事件推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/gitee.md): Gitee 仓库的推送、PR、Issue 等事件通过 Webhook 推送到微信,支持直连和中转两种方式。 - [GitHub Actions 接入 Server酱:CI 构建/部署状态微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/github-actions.md): 在 GitHub Actions CI/CD 流水线失败或成功时,通过 Server酱 将通知发送到微信。配置简单,只需一个 Secret 和一行 curl 命令。 - [GitHub Copilot(VS Code)接入 Server酱:Agent 长任务完成微信提醒(2026 教程)](https://sct.ftqq.com/docs/integrations/github-copilot.md): 在 VS Code 中使用 GitHub Copilot Agent 模式跑完重构等长任务后,通过 Server酱 推送微信通知。支持官方 Skill 一键接入及 Agent Hooks 配置。 - [GitLab 接入 Server酱:仓库事件与 CI 流水线微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/gitlab.md): 通过 GitLab Webhook 或 .gitlab-ci.yml 调用 Server酱 API,将 push、MR 及流水线状态推送到微信。 - [Google Apps Script 接入 Server酱:Gmail/Sheets/Calendar 事件推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/google-apps-script.md): 用 Google Apps Script 的 UrlFetchApp 调用 Server酱 API,将 Gmail 邮件、Sheets 编辑、Calendar 日程等事件实时推送到微信。 - [Google Forms接入 Server酱:表单新提交推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/google-forms.md): Google Forms 表单收到新提交时,通过 Apps Script onFormSubmit 触发器调用 Server酱 API 自动推送到微信。附完整代码与配置步骤。 - [Goose接入 Server酱:长任务跑完微信通知你(2026 教程)](https://sct.ftqq.com/docs/integrations/goose.md): 通过安装 Server酱 Skill,让 Goose 完成编码、重构等长任务后自动推送微信通知,配置简单。 - [Grafana 接入 Server酱:告警规则触发时微信收到告警(2026 教程)](https://sct.ftqq.com/docs/integrations/grafana.md): 将 Grafana 告警推送至微信。通过 Webhook 集成,在 Alerting 中配置 Contact point,实现监控告警实时通知。 - [Healthchecks 接入 Server酱:定时任务没按时打卡时微信告警(2026 教程)](https://sct.ftqq.com/docs/integrations/healthchecks.md): 通过 Healthchecks 内置的 Apprise 集成,将 cron 任务监控告警推送到微信。任务失败、脚本超时未打卡时,立即在微信收到通知。 - [Home Assistant 接入 Server酱:家中自动化事件微信推送(2026 教程)](https://sct.ftqq.com/docs/integrations/home-assistant.md): 通过 Home Assistant 内置 Apprise 集成接入 Server酱,门窗传感器、设备状态等自动化事件触发时,微信实时收到通知。 - [Huginn接入 Server酱:监控网页更新推微信(2026 教程)](https://sct.ftqq.com/docs/integrations/huginn.md): Huginn通过Post Agent发送Webhook接入Server酱,实现网页更新、RSS变动等事件自动推送到微信,含详细配置步骤。 - [IFTTT 接入 Server酱:把任意触发转发成微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/ifttt.md): 用 IFTTT 的 Webhooks 动作调用 Server酱 API,把智能设备、日历、RSS 等触发事件推送到微信。 - [InvenTree 接入 Server酱:库存低于阈值、订单状态变化时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/inventree.md): 通过 inventree-apprise 插件为 InvenTree 配置 Server酱推送,库存告警和订单状态变化实时通知到微信。 - [iOS 快捷指令接入 Server酱:自动化事件推送微信(2026 教程)](https://sct.ftqq.com/docs/integrations/ios-shortcuts.md): 通过 iOS 快捷指令的自动化功能,在到达/离开地点、连接充电器、定时等事件触发时,自动发送通知到微信。 - [Jellyfin 接入 Server酱:新片入库时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/jellyfin.md): 通过 Jellyfin Webhook 插件的 Generic Destination,用 Handlebars 模板构造 JSON 直接推送到 Server酱,实现新片入库等事件微信通知。 - [Jellyseerr / Overseerr 接入 Server酱:求片请求与可用状态推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/jellyseerr.md): 通过 Webhook 将 Jellyseerr/Overseerr 的求片请求、批准及影片可用通知推送到微信,自定义 JSON 模板直连 Server酱 API。 - [Jenkins 接入 Server酱:流水线构建结果推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/jenkins.md): 在 Jenkins Pipeline 的 post 块中用 curl 调用 Server酱 API,构建成功或失败时自动推送消息到微信。 - [金数据接入 Server酱:表单新提交推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/jinshuju.md): 金数据表单收到新提交时通过 Webhook 自动推送通知到微信,支持固定文案直连和字段内容中转两种方案。 - [Jira 接入 Server酱:Jira 工单状态变化、被指派给你时推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/jira.md): 通过 Jira Automation 的 Send web request 动作直连 Server酱 API,实现 Jira 工单状态变化或被指派时推送到微信,无需编写代码。 - [聚宽 JoinQuant 接入 Server酱:量化策略交易信号推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/joinquant.md): 在聚宽 JoinQuant 量化策略中使用 Python requests 调用 Server酱 API,实现交易信号触发或回测完成时自动推送到微信。 - [Kilo Code接入 Server酱:长任务跑完微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/kilo.md): Kilo Code 完成编码、重构、批处理等长任务后自动推送微信通知。安装 Server酱 Skill 或用 curl 命令即可配置。 - [Kiro CLI 接入 Server酱:长任务跑完微信收通知(2026 教程)](https://sct.ftqq.com/docs/integrations/kiro-cli.md): 通过安装 Server酱 Skill 或直接吩咐 Kiro CLI 执行 curl,让编码、重构、批处理等长任务完成后自动推送微信通知。 - [LazyLibrarian 接入 Server酱:抓到电子书时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/lazylibrarian.md): LazyLibrarian 内置 Apprise 库,填入 schan:// 协议地址即可在抓到电子书或有声书时推送微信通知,无需写代码。 - [Lidarr 接入 Server酱:新专辑入库时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/lidarr.md): Lidarr 内置 Apprise Connect,通过 apprise-api 容器对接 Server酱,实现事件通知的微信推送。 - [Local Deep Research 接入 Server酱:AI 深度研究完成自动推送微信(2026 教程)](https://sct.ftqq.com/docs/integrations/local-deep-research.md): Local Deep Research 内置 Apprise 通知库,设置中填入 schan://SendKey 即可在研究完成时把结论推送到微信。 - [MAA 明日方舟助手接入 Server酱:挂机任务完成或出错时微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/maa.md): MAA 桌面端原生内置 Server酱 通知,在设置中填入 SendKey 即可,任务完成、出错、日志停滞时自动推送到微信。 - [Mailrise 接入 Server酱:老设备邮件告警统一转微信推送(2026 教程)](https://sct.ftqq.com/docs/integrations/mailrise.md): 用 Mailrise SMTP 网关把 NAS、路由器、UPS 的邮件告警转成 Server酱微信推送,一个服务覆盖全家设备。 - [Make 接入 Server酱:场景执行结果推微信(2026 教程)](https://sct.ftqq.com/docs/integrations/make.md): 通过 Make 的 HTTP 模块调用 Server酱 API,实现场景执行结果或关键节点通知推送到微信,支持变量映射。 - [mcp-server-notify 接入 Server酱:让 AI Agent 任务完成时推送结果到手机(2026 教程)](https://sct.ftqq.com/docs/integrations/mcp-server-notify.md): 通过 mcp-server-notify 让 Claude/Cursor 等 AI 在任务完成时自动推送结果到微信,只需将 apprise URL 配置为 schan://SendKey。 - [Mealie 接入 Server酱:菜谱管理器购物清单与餐单提醒推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/mealie.md): Mealie 内置 Apprise 通知库,在 Notifiers 中填入 schan://SendKey 即可把购物清单、餐单提醒推送到微信。 - [Moonraker 接入 Server酱:Klipper 3D 打印状态推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/moonraker.md): 通过 Moonraker 内置 notifier 组件配置 Server酱,将 Klipper 打印完成、出错等事件推送到微信。 - [mqttwarn接入 Server酱:把 MQTT 主题消息转成微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/mqttwarn.md): 通过 mqttwarn 订阅 MQTT 主题,使用 Apprise schan:// 协议将传感器越界、设备事件等消息自动推送到微信,mqttwarn.ini 配置即用。 - [MS-Rewards-Farmer接入 Server酱:每日自动完成微软积分任务后微信收到结果(2026 教程)](https://sct.ftqq.com/docs/integrations/ms-rewards-farmer.md): MS-Rewards-Farmer 通过内置 Apprise 接入 Server酱,自动完成微软 Rewards 积分任务后推送结果到微信,配置 config.yaml 即可使用。 - [n8n 接入 Server酱:工作流完成或出错时推送微信(2026 教程)](https://sct.ftqq.com/docs/integrations/n8n.md): 在 n8n 工作流完成或出错时,通过 Server酱 推送微信通知。配置 HTTP Request 节点调用 API,配合 Error Workflow 实现全局告警。 - [NetAlertX接入 Server酱:局域网新设备接入微信告警(2026 教程)](https://sct.ftqq.com/docs/integrations/netalertx.md): NetAlertX(原Pi.Alert)接入 Server酱,当局域网发现新设备时,通过 Apprise 插件推送微信告警,配置简单响应快。 - [Netdata接入 Server酱:Netdata 监控到 CPU/内存/磁盘等指标告警时推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/netdata.md): 通过编辑 Netdata 的 health_alarm_notify.conf 配置 custom_sender,使用 curl 调用 Server酱 API,实现服务器监控告警实时推送到微信。 - [Nextcloud 接入 Server酱:私有云盘事件推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/nextcloud.md): 通过 Nextcloud 内置 Webhook listeners 或 Flow 脚本,将文件变更、分享等事件实时推送到微信,支持 Server酱 与 Server酱³。 - [哪吒监控接入 Server酱:VPS 探针告警推送微信(2026 教程)](https://sct.ftqq.com/docs/integrations/nezha.md): 为哪吒监控配置 Server酱 通知,当服务器离线或 CPU、内存超限时,通过微信、企业微信或钉钉接收告警消息。 - [Node-RED 接入 Server酱:IoT 传感器事件推送微信(2026 教程)](https://sct.ftqq.com/docs/integrations/node-red.md): 用 Node-RED http request 节点调用 Server酱 API,将传感器越限、设备状态变化等 IoT 事件推送到微信。 - [Node.js 接入 Server酱:脚本/服务出错或任务完成时推送微信(2026 教程)](https://sct.ftqq.com/docs/integrations/nodejs.md): 在 Node.js 脚本或服务中集成 Server酱,通过 npm SDK 或原生 fetch API,实现任务完成、程序出错等场景的微信实时通知。 - [Notion 接入 Server酱:数据库新条目与状态变化推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/notion.md): 通过 Notion 数据库自动化的 Send webhook 动作接入 Server酱,新条目或状态变化时即时推送到微信,支持直连与中转两种接法。 - [Nous Research Agent接入 Server酱:长任务完成微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/nous-research.md): 通过安装 Server酱 Skill 或配置 curl 命令,让 Nous Research Agent 在完成编码、重构等长任务后自动推送微信通知。 - [Obico 接入 Server酱:AI 检测 3D 打印失败时微信秒级告警(2026 教程)](https://sct.ftqq.com/docs/integrations/obico.md): Obico 自托管版通过 Apprise 通知框架接入 Server酱,AI 检测到打印失败时自动推送微信告警,填一行 schan:// 地址即可完成配置。 - [OpenClaw接入 Server酱:AI助理任务结果与定时简报推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/openclaw.md): 通过安装 Server酱 Skill 或渠道插件,让 OpenClaw 个人 AI 助理将任务结果、定时简报和事件提醒推送到微信,支持 Turbo 与 Server酱³。 - [OpenCode接入 Server酱:执行长任务后微信收到完成通知(2026 教程)](https://sct.ftqq.com/docs/integrations/opencode.md): OpenCode终端AI Agent接入Server酱,长任务完成后自动推送微信通知。支持官方Skill一键配置或curl命令调用,实时掌握执行进度。 - [Pinchflat接入 Server酱:YouTube 订阅下载完成后微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/pinchflat.md): Pinchflat 内置 Apprise 通知支持,填入 schan:// 协议地址即可推送通知到微信。 - [Pipedream接入 Server酱:Pipedream 工作流的任意触发事件推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/pipedream.md): 在 Pipedream 工作流中通过 Node.js 代码步骤调用 Server酱 API,将任意触发事件推送到微信。包含配置步骤与代码示例。 - [Plombery接入 Server酱:Python 任务调度结果微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/plombery.md): 在 Plombery 调度器中配置内置 Apprise,将 Python 定时任务的成功或失败通知推送到微信,只需一行 YAML 配置。 - [Microsoft Power Automate接入 Server酱:Office/企业流程事件推送微信(2026 教程)](https://sct.ftqq.com/docs/integrations/power-automate.md): 通过 Power Automate 的 HTTP 请求操作,将审批、表单、邮件等 Office 事件推送到微信。含 Premium 注意事项与配置示例。 - [Prefect 接入 Server酱:Flow 运行失败或完成时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/prefect.md): 通过 Prefect 的 on_failure/on_completion 钩子或 Automations Webhook 调用 Server酱 API,实现 flow 运行状态变更时微信推送通知。 - [Prowlarr接入 Server酱:索引器健康检查失败时微信告警(2026 教程)](https://sct.ftqq.com/docs/integrations/prowlarr.md): 通过 Prowlarr 内置 Apprise 通知,将索引器同步异常、健康检查失败等告警实时推送到微信,附 UI 配置与 apprise-api 部署方法。 - [Proxmox VE接入 Server酱:备份等事件推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/proxmox.md): 通过 Proxmox VE 8.3+ 内置 Webhook 通知系统,将 PVE 备份等告警事件实时推送到微信,附 Handlebars 模板配置。 - [qbit_manage接入 Server酱:自动整理 qBittorrent 种子结果推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/qbit-manage.md): 通过 qbit_manage 内置的 Apprise 支持,将 qBittorrent 自动分类、清理等管理结果通过 Server酱推送到微信,只需配置 schan:// 协议即可。 - [qBittorrent 接入 Server酱:下载完成自动推送微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/qbittorrent.md): 通过 qBittorrent 内置的「运行外部程序」功能,在种子下载完成时调用 curl 向 Server酱 API 发送请求,自动收到微信通知。 - [Qoder接入 Server酱:Quest 任务完成微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/qoder.md): Qoder Quest 模式自主开发时,通过规则或 CLI Hook 调用 Server酱 API,任务完成即推微信,离开工位也不错过结果。 - [Readarr 接入 Server酱:电子书抓取入库微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/readarr.md): Readarr 通过内置 Apprise Connect 对接 Server酱,电子书抓取入库时自动推送微信通知。 - [Robot Framework 接入 Server酱:自动化测试结果推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/robot-framework.md): 通过 robotframework-apprise 库将 Robot Framework 自动化测试结果推送到微信,使用 schan:// 协议一行配置搞定通知。 - [Roo Code 接入 Server酱:长任务跑完微信提醒(2026 教程)](https://sct.ftqq.com/docs/integrations/roo.md): 通过安装 Server酱 Skill 或 curl 命令,让 Roo Code 完成长任务后自动推送微信通知,及时掌握进度。 - [雷池 WAF 接入 Server酱:攻击告警推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/safeline.md): 雷池 WAF(SafeLine)拦截攻击时,通过自定义 Webhook 将告警推送到微信。专业版直连配置教程,社区版间接转发方案。 - [Sentry接入 Server酱:Sentry 捕获到新的错误/异常时推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/sentry.md): 通过 Sentry 的 Webhook 功能接入 Server酱,实现报错告警实时推送到微信,支持固定文案直连与云函数中转解析。 - [Shopify 接入 Server酱:店铺新订单/发货事件推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/shopify.md): 通过 Shopify Flow 的 Send HTTP request 或 Admin Webhook 将订单、发货等事件实时推送到微信,配置简单,复制即用。 - [SmsForwarder 接入 Server酱:备用机短信自动转发到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/smsforwarder.md): 通过 SmsForwarder 内置的 Server酱 通道,将备用机或物联网卡收到的短信(验证码、银行通知)自动推送到微信。 - [Sonarr / Radarr 接入 Server酱:追剧下载入库时微信收到通知(2026 教程)](https://sct.ftqq.com/docs/integrations/sonarr-radarr.md): 通过 Sonarr/Radarr 内置 Apprise 连接器,配置 schan:// 协议将下载入库等事件推送到微信,无需写代码。 - [Speedtest Tracker 接入 Server酱:家庭宽带定时测速结果推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/speedtest-tracker.md): Speedtest Tracker 内置 Apprise 通知渠道,填入 schan:// 协议 URL 即可将定时测速结果推送到微信,无需写代码。 - [Stripe 接入 Server酱:支付事件实时推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/stripe.md): 通过 Stripe Webhook 将付款、订阅、退款等事件实时推送到微信,支持直连和中转两种方案 - [群晖 Synology DSM 接入 Server酱:系统事件推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/synology-dsm.md): 通过 DSM 7 内置 Webhook 将群晖 NAS 存储告警、计划任务完成等系统事件推送到微信,配置简单,无需脚本。 - [Tasker 接入 Server酱:把 Android 事件推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/tasker.md): 用 Tasker HTTP Request 动作直连 Server酱 API,将来电、位置、通知等 Android 事件实时推送到微信。 - [Tautulli 接入 Server酱:Plex 播放/入库事件推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/tautulli.md): 通过 Tautulli Webhook 通知代理调用 Server酱 API,将 Plex 播放开始、媒体入库等事件实时推送到微信。 - [tgtg-scanner接入 Server酱:TooGoodToGo 余量微信提醒(2026 教程)](https://sct.ftqq.com/docs/integrations/tgtg-scanner.md): tgtg-scanner 内置 Apprise 支持 Server酱,配置 config.ini 即可把 TooGoodToGo 剩菜盲盒余量推送到微信,快速下单不遗漏。 - [The Lounge接入 Server酱:Web IRC 通知推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/the-lounge.md): 通过 thelounge-plugin-apprise-push 插件,将 The Lounge 的通知推送到微信,只需配置 schan:// 协议的 Apprise URL 即可。 - [ThingsBoard 接入 Server酱:IoT 设备告警推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/thingsboard.md): ThingsBoard 规则链 REST API Call 节点直连 Server酱 API,设备遥测越界或告警触发时自动推送消息到微信。 - [通义灵码接入 Server酱:智能体跑完长任务微信收通知(2026 教程)](https://sct.ftqq.com/docs/integrations/tongyi-lingma.md): 通义灵码智能体模式执行跨文件修改或批量重构后,通过项目规则或对话指令自动调用 Server酱 API,将结果推送到微信。 - [TradingView接入 Server酱:价格警报触发微信提醒(2026 教程)](https://sct.ftqq.com/docs/integrations/tradingview.md): 将 TradingView 的价格或指标警报通过 Webhook 推送到微信。配置简单,支持自定义消息模板,实时接收交易信号。 - [Trae接入 Server酱:长任务完成微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/trae.md): 通过安装 Server酱 Skill 或 curl 命令,让 Trae 完成编码、重构等长任务后自动推送微信通知,不漏掉任何执行结果。 - [Transmission接入 Server酱:下载完成种子时推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/transmission.md): 通过 Transmission 的 script-torrent-done 完成脚本调用 Server酱 API,实现 BT 下载完成后自动推送微信通知,附可复制脚本与配置方法。 - [TubeArchivist 接入 Server酱:YouTube 视频下载完成推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/tubearchivist.md): TubeArchivist 内置 Apprise,在 Settings → Scheduling 填入 schan://SendKey 即可在视频下载完成时收到微信通知。 - [Typeform接入 Server酱:表单有新提交时推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/typeform.md): 通过 Webhook 将 Typeform 表单提交通知推送到微信,支持固定标题直连和云函数中转解析正文两种方式。 - [unifi-protect-backup接入 Server酱:为 UniFi Protect 备份添加微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/unifi-protect-backup.md): 通过内置 Apprise 支持,为 unifi-protect-backup 配置 Server酱通知,实现 UniFi Protect 录像备份通知推送到微信。 - [UptimeRobot接入 Server酱:网站宕机与恢复时微信收到告警(2026 教程)](https://sct.ftqq.com/docs/integrations/uptimerobot.md): 通过 UptimeRobot 的 Webhook 功能接入 Server酱,在网站或服务宕机及恢复时,自动将告警推送到微信,实现即时提醒。 - [Vercel接入 Server酱:项目部署成功或失败时推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/vercel.md): 通过 Vercel Deploy webhook 将部署状态推送到微信,支持 URL 直连或 Cloudflare Workers 中转,配置简单复制即用。 - [VS Code(Agent 模式)接入 Server酱:长任务跑完微信收通知(2026 教程)](https://sct.ftqq.com/docs/integrations/vscode.md): VS Code Agent 模式完成编码、重构、批处理任务后,通过 Server酱 推送微信通知。安装 Skill 或 curl 两种方式,配置步骤与示例齐全。 - [Watchtower 接入 Server酱:容器自动更新后推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/watchtower.md): 通过 shoutrrr generic webhook 将 Watchtower 的 Docker 容器更新结果推送到微信,配置 WATCHTOWER_NOTIFICATION_URL 即可。 - [Devin Desktop接入 Server酱:本地 agent 长任务完成微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/windsurf.md): Devin Desktop(原Windsurf)接入Server酱,通过官方Skill或规则文件,让本地agent长任务完成后自动推送微信通知。 - [WordPress 接入 Server酱:新评论/订单/注册推送到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/wordpress.md): 通过 WP Webhooks 插件或 functions.php 钩子,将 WordPress 新评论、新订单、新用户注册事件通过 HTTP 请求推送到微信。 - [Zabbix接入 Server酱:触发告警时推送主机名与问题到微信(2026 教程)](https://sct.ftqq.com/docs/integrations/zabbix.md): 通过 Zabbix Webhook 告警媒介类型调用 Server酱 API,将告警主机名、问题描述和严重级别实时推送到微信。 - [Zapier 接入 Server酱:Zap 流程事件转发成微信通知(2026 教程)](https://sct.ftqq.com/docs/integrations/zapier.md): 用 Zapier Webhook 将表单提交、邮件到达等触发事件转发为微信通知,配置 POST 请求到 Server酱 API,form 或 JSON 均可。 - [Zed接入 Server酱:跑完长任务后微信收到完成通知(2026 教程)](https://sct.ftqq.com/docs/integrations/zed.md): 通过安装 Server酱 Skill 或配置环境变量,让 Zed 编辑器在完成编码、重构等长任务后自动推送微信通知,附配置步骤与常见问题。 ## Optional - [llms-full.txt](https://sct.ftqq.com/docs/llms-full.txt): 全部文档合并为单个 Markdown 文件