-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sendsay-docs): add updates (#316)
- Loading branch information
1 parent
fc01165
commit 69277f2
Showing
9 changed files
with
92 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
--- | ||
sidebar_position: -19 | ||
sidebar_label: 'Август 2024' | ||
description: 'Подключение мобильного приложения, обновления в разделе импорта, другие улучшения и исправления платформы' | ||
--- | ||
|
||
import postRequest from '/img/updates/2024/updates-august-2024/post-request.png'; | ||
|
||
# Обновления в августе 2024 | ||
|
||
## 🔥 Новое | ||
|
||
- Теперь вы можете подключить мобильное приложение и отправлять Mobile Push уведомления его пользователям в интерфейсе Sendsay: | ||
|
||
![Mobile push](/img/updates/2024/updates-august-2024/mobile-push.png) | ||
|
||
**Чтобы подключить функционал для работы с мобильными пушами на вашем аккаунте, обратитесь в техподдержку**. | ||
|
||
## 🚀 Улучшения | ||
|
||
- На главной странице появился блок с отображением лимитов по количеству загружаемых контактов: | ||
|
||
![Contact limit](/img/updates/2024/updates-august-2024/contact-limit-1.png) | ||
|
||
Похожий блок теперь можно увидеть и при импорте подписчиков: | ||
|
||
![Contact limit](/img/updates/2024/updates-august-2024/contact-limit.png) | ||
|
||
- В сегментном редакторе при фильтрации по статусу транзакции теперь можно выбрать значение статуса из списка: | ||
|
||
![Transaction status](/img/updates/2024/updates-august-2024/transaction-status.png) | ||
|
||
Сегментация по статусам заказов доступна при подключении модуля [**Продажи**](https://docs.sendsay.ru/ecom/how-to-connect-ecom). | ||
|
||
- В редакторе сценариев в действии **Вызвать Webhook** появилась возможность отправлять POST-запросы с указанием типа контента `application/xml`: | ||
|
||
<p align="center"> | ||
<img width="60%" src={postRequest} alt="Transaction status" /> | ||
</p> | ||
|
||
## 🐛 Исправления | ||
|
||
- Отправка тестовой копии письма при выборе аудитории [CSID](https://docs.sendsay.ru/getting-started/glossary#c) теперь работает корректно. | ||
- Исправили проблему, из-за которой не открывались письма при добавлении в код js-скриптов. | ||
|
||
## 📖 Новое в базе знаний | ||
|
||
- Появился раздел [**Пуши, ВК, Телеграм и SMS → Мобильные пуши**](https://docs.sendsay.ru/other-channels/mobile-push), который включает материалы: | ||
|
||
- [Mobile Push уведомления: что это и как подключить приложение](https://docs.sendsay.ru/other-channels/mobile-push/how-to-connect-mobile-push) | ||
- [Как импортировать Mobile Push подписчиков](https://docs.sendsay.ru/other-channels/mobile-push/import-mobile-push-subscribers) | ||
- [Как отправить Mobile Push уведомление](https://docs.sendsay.ru/other-channels/mobile-push/how-to-create-mobile-push-campaign) | ||
- [Статистика Mobile Push уведомлений](https://docs.sendsay.ru/other-channels/mobile-push/statistics) | ||
|
||
- [Как автоматизировать отправку Mobile Push уведомлений](https://docs.sendsay.ru/automations/automations-by-time/how-to-automate-mobile-push-campaign)<br/> | ||
Инструкция пошагово объясняет, как настроить отправку Mobile Push Уведомления по расписанию. | ||
|
||
## 💥 Обновления API | ||
|
||
- Появилась поддержка сторонних мобильных SDK для перехода на Sendsay. | ||
- Новые параметры `member.mobile_os` и `member.mobile_app` для фильтрации по ОС и приложению. | ||
- Новые настройки `sys.settings.set|get`, `issue.filter.*` для установки глобальных фильтров включения и исключения из выпусков, а также `sys.settings.set|get`, `issue.default_class.*` для установки глобальных классов выпусков. | ||
- В статистику добавили новый тип браузера `Application` для отслеживания действий в мобильном приложении. | ||
- Новая причина отписки в callback — `event.type = admin`. | ||
- Новая ошибка доставки SMS-сообщений — `2014 — неверное имя отправителя`. | ||
- Новые настройки `sys.settings.set|get`, `issue.default_class.*` для установки глобальных классов выпусков. | ||
- [История изменений](https://sendsay.ru/api/api.html#История-изменений) | ||
|
||
## 🛠️ Релизы | ||
|
||
- 3.140.10 | ||
- 3.141.3 | ||
- 3.141.10 | ||
- 3.141.21 | ||
- 3.142.1 | ||
- 3.142.10 | ||
- 3.143.0 | ||
- 3.143.10 | ||
- 3.143.20 | ||
- 3.144.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...ocusaurus-plugin-content-docs/current/updates/list/2024/updates-august-2024.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
hide_title: true | ||
--- | ||
|
||
import { Redirect } from '@docusaurus/router'; | ||
|
||
<Redirect to="/404" />; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.