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.
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.
Простая интеграция
Используйте наш 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"
}
}Связанные модули
Изучите другие модули в категории E-commerce
Готовы использовать Shop Notifications?
Начните сегодня с нашим бесплатным планом. Кредитная карта не требуется.