موجود در استارتر

Notifications ماژول

Customizable notification system. Alert users about important events, mentions, and custom triggers.

Custom alerts
Mention notifications
Event triggers
Quiet hours
Notification preferences
Digest mode
9:41
5G
N

Notifications Demo

bot

ویژگی‌های کلیدی

هر آنچه نیاز دارید

تمام ویژگی‌های قدرتمند موجود در ماژول Notifications را کشف کنید.

Custom alerts

شامل ماژول Notifications برای یکپارچگی بدون درز.

Mention notifications

شامل ماژول Notifications برای یکپارچگی بدون درز.

Event triggers

شامل ماژول Notifications برای یکپارچگی بدون درز.

Quiet hours

شامل ماژول Notifications برای یکپارچگی بدون درز.

Notification preferences

شامل ماژول Notifications برای یکپارچگی بدون درز.

Digest mode

شامل ماژول Notifications برای یکپارچگی بدون درز.

موارد استفاده

ببینید چگونه کسب‌وکارها از ماژول Notifications استفاده می‌کنند

User engagement

مناسب برای تیم‌هایی که به دنبال پیاده‌سازی قابلیت‌های user engagement هستند.

Important updates

مناسب برای تیم‌هایی که به دنبال پیاده‌سازی قابلیت‌های important updates هستند.

Activity alerts

مناسب برای تیم‌هایی که به دنبال پیاده‌سازی قابلیت‌های activity alerts هستند.

مرجع API

یکپارچه‌سازی آسان

از API RESTful یا وب‌هوک‌های ما برای یکپارچه‌سازی ماژول Notifications با سیستم‌های موجود خود استفاده کنید.

مشاهده مستندات API
// Enable Notifications module
curl -X POST https://api.botlaunch.io/v1/modules \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "module": "notifications",
    "enabled": true,
    "config": {
      // Your configuration here
    }
  }'

// Response
{
  "success": true,
  "module": {
    "id": "notifications",
    "name": "Notifications",
    "enabled": true,
    "status": "active"
  }
}

آماده استفاده از Notifications هستید؟

همین امروز با پلن رایگان ما شروع کنید. نیازی به کارت اعتباری نیست.