iDev NotifyHub 发布:统一消息推送中台
iDev NotifyHub Released: Unified Message Push Platform
| iDev Product | 2026-09-01T10:55:06
iDev NotifyHub 是一个统一消息推送中台,支持邮件、短信、站内信、Webhook、企业微信和 Slack 等多通道,提供模板管理、送达追踪和智能降级能力。
iDev NotifyHub is a unified message push platform supporting email, SMS, in-app, Webhook, WeCom, and Slack with template management, delivery tracking, and smart fallback.
解决什么问题大多数系统的消息推送是分散的——注册验证码走邮件服务、运营通知走短信平台、告警走 Slack。NotifyHub 将所有推送通道统一到一个平台,一次接入,全通道覆盖。核心功能多通道支持:邮件(SMTP/SES)、短信(Twilio/阿里云)、站内信、Webhook、企业微信、Slack、钉钉模板引擎:可视化模板编辑器,支持变量插值和多语言智能路由:根据用户偏好和通道可用性自动选择最优推送通道送达追踪:实时追踪每条消息的送达状态,失败自动重试智能降级:主通道失败自动切换备用通道(如邮件失败转短信)接入方式POST /api/notify/send { "template": "order-confirmed", "channels": ["email", "sms"], "to": "user@example.com", "variables": {"orderNo": "20260901001"} }定价免费版:1000 条/月,2 个通道专业版:/月,无限消息,全通道企业版:定制,含私有化部署
The ProblemMost systems have fragmented message delivery. NotifyHub unifies all push channels into one platform.Key FeaturesMulti-channel: Email, SMS, In-app, Webhook, WeCom, Slack, DingTalkVisual template editor with variable interpolation and i18nSmart routing based on user preferences and channel availabilityDelivery tracking with automatic retry on failureSmart fallback: auto-switch to backup channel on failure