Доступен в Про

Shop Notifications Модуль

When a customer places an order in your Telegram shop, the bot messages them a confirmation and messages you a new-order alert, plus booking confirmations and subscription renewal receipts. Nothing here is configurable.

Order confirmation to the buyer
New-order alert to you
Booking confirmations
Subscription renewal receipts
9:41
5G
S

Shop Notifications Demo

bot

Что делает модуль «Shop Notifications»?

When a customer places an order in your Telegram shop, the bot messages them a confirmation and messages you a new-order alert, plus booking confirmations and subscription renewal receipts. Nothing here is configurable.

  • Customer communication
  • Order updates
  • Marketing
Ключевые функции

Всё, что вам нужно

Изучите все мощные функции, включенные в модуль Shop Notifications.

Order confirmation to the buyer

Включено в модуль Shop Notifications для бесшовной интеграции.

New-order alert to you

Включено в модуль Shop Notifications для бесшовной интеграции.

Booking confirmations

Включено в модуль Shop Notifications для бесшовной интеграции.

Subscription renewal receipts

Включено в модуль Shop Notifications для бесшовной интеграции.

Варианты использования

Узнайте, как компании используют модуль Shop Notifications

Customer communication

Идеально для команд, желающих внедрить возможности customer communication.

Order updates

Идеально для команд, желающих внедрить возможности order updates.

Marketing

Идеально для команд, желающих внедрить возможности marketing.

Справочник API

Простая интеграция

Используйте наш RESTful API или вебхуки для интеграции модуля Shop Notifications с вашими существующими системами.

Смотреть документацию API
// Enable Shop Notifications module
curl -X POST https://api.botlaunch.io/v1/modules \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "module": "shop-notifications",
    "enabled": true,
    "config": {
      // Your configuration here
    }
  }'

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

Готовы использовать Shop Notifications?

Начните сегодня с нашим бесплатным планом. Кредитная карта не требуется.