-
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 december updates (#355)
- Loading branch information
1 parent
1d40a57
commit 2ed1021
Showing
6 changed files
with
62 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,54 @@ | ||
--- | ||
sidebar_position: -24 | ||
sidebar_label: 'Декабрь 2024' | ||
description: 'Новый журнал заданий, другие улучшения и исправления платформы' | ||
--- | ||
|
||
import clickLinks from '/img/updates/2024/updates-december-2024/click-on-links.png'; | ||
|
||
# Обновления в декабре 2024 | ||
|
||
## 🚀 Улучшения | ||
|
||
- Новый [**Журнал заданий**](https://app.sendsay.ru/queue): теперь это таблица с двумя вкладками и гибкой настройкой отображения, где можно фильтровать задания по датам, статусам и пользователям. | ||
|
||
Фильтр по статусу поможет определить, какие задания ещё в процессе, что завершилось ошибкой, а что на модерации. Это позволяет своевременно реагировать на ошибки и при необходимости останавливать запущенные процессы: | ||
|
||
![Queue](/img/updates/2024/updates-december-2024/queue.gif) | ||
|
||
Также в таблице можно указать типы заданий, которые будут отображаться, настроить порядок колонок и фильтровать задания по условиям. Подробнее о настройке отображения новой таблицы читайте в статье [Журнал заданий](https://docs.sendsay.ru/faq/queue). | ||
|
||
- Теперь в своих рассылках вы можете отслеживать клики по группе ссылок. Для этого при указании URL-адреса ссылки [используйте спецсимволы](https://docs.sendsay.ru/automations/automation-with-workflows/workflow-blocks/#события:~:text=Для%20отслеживания%20кликов-,по%20группе%20ссылок,-можно%20указать%20маску), например: `https://example.com/blog/*`. Доступно в событии **Клик по ссылке** редактора сценариев: | ||
|
||
<p align="center"> | ||
<img width="70%" src={clickLinks} alt="Click on links" /> | ||
</p> | ||
|
||
- Раздел [**Вебхуки**](https://app.sendsay.ru/account/webhooks) стал доступным для саблогинов, имеющих соответствующие права. | ||
|
||
- Пользователям линеек тарифов «Рассылки» и «Маркетинг» стали доступны персональные **Итоги года** в работе с платформой: | ||
|
||
![Year results](/img/updates/2024/updates-december-2024/year-results.png) | ||
|
||
## 🐛 Исправления | ||
|
||
- У запланированных рассылок теперь отображается корректный статус при их приостановке | ||
- При отправке выпуска с оптимизацией по времени система больше не выдаёт ошибку «Выпуск не существует». | ||
|
||
## 💥 Обновления API | ||
|
||
- Теперь контакты можно добавлять в [стоп-лист по домену](https://sendsay.ru/api/api.html#Стоп-лист-по-домену) отправителя. | ||
- Добавили новые параметры коллбэка [Отписка](https://sendsay.ru/api/api.html#Событие-отписки) —<br/>`gate.* / issue.* / letter.*`. | ||
- Уточнили описание коллбэка [Отмена отписки](https://sendsay.ru/api/api.html#Событие-отмены-отписки): параметры<br/>`gate.* / issue.* / letter.*` не поддерживаются. | ||
- Новая ошибка доставки 100024: не удалось подобрать адрес нужного типа при кросс-канальном выпуске. | ||
|
||
## 🛠️ Релизы | ||
|
||
- 3.152.10 | ||
- 3.152.20 | ||
- 3.152.30 | ||
- 3.152.40 | ||
- 3.153.1 | ||
- 3.154.2 | ||
- 3.154.11 | ||
- 3.155.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
...usaurus-plugin-content-docs/current/updates/list/2024/updates-december-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.