-
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 may (#291)
- Loading branch information
1 parent
4a20422
commit fa57406
Showing
6 changed files
with
68 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
sidebar_position: -17 | ||
sidebar_label: 'Май 2024' | ||
description: 'Подписки пользователей на товары в модуле «Sendsay Продажи», возможность поставить отправку выпуска на паузу, удаление контактов из стоп-листа, другие улучшения и исправления платформы' | ||
--- | ||
|
||
# Обновления в мае 2024 | ||
|
||
## 🚀 Улучшения | ||
|
||
- Клиенты модуля «Sendsay Продажи» теперь могут посмотреть подписки пользователей на товары и товары в Избранном в карточке подписчика — там появилась соответствующая вкладка: | ||
|
||
![Favorites subscription](/img/updates/2024/updates-may-2024/favorites-subscription.png) | ||
|
||
- В списке **Исходящих рассылок** появилась возможность поставить отправку выпуска на паузу: | ||
|
||
![Sending pause](/img/updates/2024/updates-may-2024/sending-pause.png) | ||
|
||
- Теперь вы можете вернуть лимитированное количество отписавшихся контактов, удалив их из стоп-листа **Отписались от всех рассылок**: | ||
|
||
![Stop list](/img/updates/2024/updates-may-2024/stop-lists.gif) | ||
|
||
Удалять из стоп-листа можно только контакты тех подписчиков, кто выразил своё согласие снова получать ваши рассылки. Лимит контактов на удаление обновляется каждый месяц и составляет 0,1% от размера вашей базы по тарифу. | ||
|
||
- При редактировании письма теперь можно указать [**идентификатор подписчика CSID**](https://docs.sendsay.ru/getting-started/glossary#c) в предпросмотре рассылки, — и посмотреть отображение шаблона с данными конкретного подписчика. | ||
|
||
- В разделе **Настройки аккаунта** теперь любой пользователь может настроить отправку финансовых документов на почту. | ||
|
||
## 🐛 Исправления | ||
|
||
- В **Карте кликов** поправили отображение подсказок — теперь они друг друга не перекрывают. | ||
|
||
## 📖 Новое в базе знаний | ||
|
||
- [Стоп-листы](https://docs.sendsay.ru/subscribers/contacts/stop-lists/)<br/> | ||
Полностью обновили статью: теперь материал более детально рассказывает о системных стоп-листах и о том, как добавить или удалить контакты из стоп-листов. | ||
|
||
## 💥 Обновления API | ||
|
||
- Появилась возможность [настраивать роли пользователей](https://sendsay.ru/api/api.html#Роли-пользователей) с помощью вызовов `sys.role`. | ||
- Добавили [двухфакторную аутентификацию](https://sendsay.ru/api/api.html#Двухфакторная-аутентификация-по-логину-и-паролю) с кодом из SMS-сообщения. | ||
- Также теперь можно ограничивать способы аутентификации саблогинов — с помощью параметра `via`. | ||
- Добавили новые параметры: | ||
- **Телефон** для саблогинов — `sys.user.* : phone` | ||
- **Запрос прав** основного пользователя или саблогина — `"effective"` | ||
- Новые свойства: | ||
- **Дата и время окончания прохождения** для триггерных сценариев — `stat.uni: sequence.progress.dt_stop` | ||
- **Данные об IP-адресе при отписке** — `stat.uni: unsub.ip` | ||
- Удалили вызовы `login.agses.*` | ||
- Вызов `sys.user.apikey.get` **будет удалён** 17 июня 2024 | ||
- [История изменений](https://sendsay.ru/api/api.html#История-изменений) | ||
|
||
## 🛠️ Релизы | ||
|
||
- 3.133.0 | ||
- 3.133.10 | ||
- 3.134.2 | ||
- 3.134.10 | ||
- 3.135.3 | ||
- 3.135.12 |
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
...n/docusaurus-plugin-content-docs/current/updates/list/2024/updates-may-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.