2022-05-03 16:22:52 +02:00
|
|
|
# Notification bot
|
|
|
|
|
|
|
|
The Zulip notification bot automatically generates messages for
|
|
|
|
various organization level events, including:
|
|
|
|
|
|
|
|
* Stream settings changes such as [name](/help/rename-a-stream),
|
|
|
|
[description](/help/change-the-stream-description),
|
|
|
|
[permission](/help/stream-permissions) and
|
|
|
|
[policy](/help/stream-sending-policy) updates (sent to the
|
|
|
|
"stream events" topic)
|
|
|
|
* A topic being [resolved/unresolved](/help/resolve-a-topic)
|
|
|
|
* New public stream announcements (private streams are not announced)
|
|
|
|
* New user announcements
|
|
|
|
|
2023-02-10 08:04:36 +01:00
|
|
|
The notification bot also generates automated direct messages to
|
2022-07-28 16:39:09 +02:00
|
|
|
individual users for some user specific events, such as [being
|
|
|
|
subscribed to a stream][add-users-to-stream] by another user.
|
2022-05-03 16:22:52 +02:00
|
|
|
|
2022-10-14 01:23:24 +02:00
|
|
|
Additionally, when [moving messages to another stream][move-messages],
|
2022-07-28 15:38:32 +02:00
|
|
|
users can have the notification bot send automated notices to help
|
|
|
|
others find the moved content.
|
|
|
|
|
2022-05-03 16:22:52 +02:00
|
|
|
Organization administrators can configure where (and whether)
|
2022-06-27 22:49:18 +02:00
|
|
|
[new stream](#new-stream-announcements) and
|
|
|
|
[new user](#new-user-announcements) announcement messages are sent.
|
2022-05-03 16:22:52 +02:00
|
|
|
|
|
|
|
Stream messages sent by the notification bot (including the topic)
|
|
|
|
are translated into the language that the organization has configured
|
2022-06-27 22:49:18 +02:00
|
|
|
as the [organization language for automated messages and invitation
|
2023-02-10 08:04:36 +01:00
|
|
|
emails][org-lang]. Direct messages sent by the notification bot to
|
2022-07-28 16:39:09 +02:00
|
|
|
a user will use [their preferred language](/help/change-your-language).
|
2022-05-03 16:22:52 +02:00
|
|
|
|
|
|
|
## Configure notification bot
|
2019-04-03 07:22:46 +02:00
|
|
|
|
|
|
|
{!admin-only.md!}
|
|
|
|
|
2022-06-27 22:49:18 +02:00
|
|
|
### New stream announcements
|
2022-05-03 16:22:52 +02:00
|
|
|
|
|
|
|
You can configure where the Zulip notification bot
|
|
|
|
[announces][new-stream-options] new public streams, or disable the new
|
2022-06-27 22:49:18 +02:00
|
|
|
stream announcement messages entirely. The topic for these messages
|
2022-05-03 16:22:52 +02:00
|
|
|
is "new streams".
|
|
|
|
|
|
|
|
{start_tabs}
|
|
|
|
|
|
|
|
{settings_tab|organization-settings}
|
|
|
|
|
2022-06-27 22:49:18 +02:00
|
|
|
1. Under **Automated messages and emails**, configure **New stream
|
|
|
|
announcements**.
|
2019-04-03 07:22:46 +02:00
|
|
|
|
2022-05-03 16:22:52 +02:00
|
|
|
{!save-changes.md!}
|
|
|
|
|
|
|
|
{end_tabs}
|
2019-04-03 07:22:46 +02:00
|
|
|
|
2022-06-27 22:49:18 +02:00
|
|
|
### New user announcements
|
2019-04-03 07:22:46 +02:00
|
|
|
|
2022-05-03 16:22:52 +02:00
|
|
|
You can configure where the Zulip notification bot announces new users,
|
2022-06-27 22:49:18 +02:00
|
|
|
or disable the new user announcement messages entirely. The topic for
|
2022-05-03 16:22:52 +02:00
|
|
|
these messages is "signups".
|
2019-04-03 07:22:46 +02:00
|
|
|
|
|
|
|
{start_tabs}
|
|
|
|
|
|
|
|
{settings_tab|organization-settings}
|
|
|
|
|
2022-06-27 22:49:18 +02:00
|
|
|
1. Under **Automated messages and emails**, configure **New user
|
|
|
|
announcements**.
|
2022-05-03 16:22:52 +02:00
|
|
|
|
|
|
|
{!save-changes.md!}
|
2019-04-03 07:22:46 +02:00
|
|
|
|
|
|
|
{end_tabs}
|
2022-05-03 16:22:52 +02:00
|
|
|
|
|
|
|
## Related articles
|
|
|
|
|
2022-06-27 22:49:18 +02:00
|
|
|
* [Organization language for automated messages and invitation emails][org-lang]
|
2022-05-03 16:22:52 +02:00
|
|
|
* [Streams and topics](/help/streams-and-topics)
|
|
|
|
|
|
|
|
[add-users-to-stream]: /help/add-or-remove-users-from-a-stream#add-users-to-a-stream
|
|
|
|
[api-create-user]: https://zulip.com/api/create-user
|
|
|
|
[new-stream-options]: /help/create-a-stream#stream-options
|
2022-05-03 15:01:07 +02:00
|
|
|
[org-lang]: /help/configure-organization-language
|
2022-07-28 15:38:32 +02:00
|
|
|
[move-messages]: /help/move-content-to-another-stream
|