Communication
Zulip
5min
With Zulip modules in Make, you can manage messages and users in your Zulip account.
To use the Zulip modules, you must have a Zulip account. You can create an account at zulip.com
Refer to the Zulip API documentation for a list of available endpoints.
To establish the connection, you must:
To obtain your API key from your Zulip account:
- Log in to your Zulip account.
- Click on the gear icon in the top right corner to access the Main Menu and select Personal Settings.
- In the left sidebar click Bots > Add a New Bot. Enter the required details and click Add.
- Copy the Bot Email and API Key and store them in a safe place.
To establish the connection in Make:
- Log in to your Make account, add a Zulip module to your , and click Create a connection.
- Optional: In the Connection name field, enter a name for the connection.
- In the Email field, add your person or bot email address copied above.
- In the API Key field, enter the API key copied above.
- In the Zulip Domain field, add your Zulip domain from your organization url. For example, if your organization url is https://myDomain.zulipchat.com, you should enter myDomain.
- Click Save.
- If prompted, authenticate your account and confirm access.
You have successfully established the connection. You can now edit your and add more Zulip modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
After connecting the app, you can perform the following actions:
Messages
- Send a Message
- Upload a File
- Check if Messages Match a Narrow
Users
- Create a User
- Deactivate a User
- Reactivate a User
- Get a User
- Get a User by Email
- List Users
Other
- Make an API CallNote: Enter a path relative to https://peoly.zulipchat.com/api/ . For example, /v1/users/me.