mirror of https://github.com/zulip/zulip.git
55 lines
2.1 KiB
Markdown
55 lines
2.1 KiB
Markdown
|
# Invite a friend to Zulip
|
||
|
|
||
|
By default, all users in a Zulip organization can invite users to their Zulip organization. To do so, simply follow the following steps.
|
||
|
|
||
|
1. Click the cog (![cog](/static/images/help/cog.png)) in the upper right corner of the right sidebar.
|
||
|
|
||
|
2. Select **Invite users** from the dropdown menu that appears.
|
||
|
|
||
|
![settings](/static/images/help/invite-dropdown.png)
|
||
|
|
||
|
3. After clicking **Invite users**, a modal window titled **Invite users to Zulip** will appear.
|
||
|
|
||
|
![Invite users to Zulip](/static/images/help/invite-users.png)
|
||
|
|
||
|
4. In the box labeled **Emails (one on each line or comma-separated)**, enter the email addresses of the users that you want to invite. Insert a comma or a separate line between each email.
|
||
|
|
||
|
![Invite emails](/static/images/help/invite-email.png)
|
||
|
|
||
|
5. In the section labeled **Streams they should join**, select the options of any streams that you want the users you invite to be subscribed to by default. Only streams that you're subscribed to are displayed; the **Check all** option selects all streams, while the **Uncheck all** option deselects all streams.
|
||
|
|
||
|
![Streams they should join](/static/images/help/streams-should-join.png)
|
||
|
|
||
|
6. After you have finished inputting all fields, click the blue **Invite** button in the bottom right corner. A section labeled **Users invited successfully.** will appear in the modal to confirm the success of your invitation.
|
||
|
|
||
|
![Invite success](/static/images/help/invite-success.png)
|
||
|
|
||
|
## Invitation email example
|
||
|
|
||
|
Users who are invited to Zulip email will receive an email similar to the example below.
|
||
|
|
||
|
```
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset="utf-8"
|
||
|
Content-Transfer-Encoding: 7bit
|
||
|
Subject: [user] invited you to join Zulip
|
||
|
From: [Zulip organization's emails]
|
||
|
To: [your email]
|
||
|
Date: [timestamp]
|
||
|
|
||
|
Hi there,
|
||
|
|
||
|
[user] ([user's email]) wants you to join them on Zulip -- the group communication tool you've always wished you had at work.
|
||
|
|
||
|
To get started, visit the link below:
|
||
|
<[invite link]>
|
||
|
|
||
|
|
||
|
If you are having issues, please contact your Zulip administrator at <[admin's email]>.
|
||
|
|
||
|
|
||
|
Cheers,
|
||
|
|
||
|
The Zulip Team
|
||
|
```
|