Integrations overview
Integrations allow you to send data from other products into or out of
Zulip. Zulip natively integrates with dozens of products, and with hundreds
more through Zapier and IFTTT.
Zulip also makes it very easy to write your own integration, and (if you'd
like) to get it merged into the main Zulip repository.
Integrations are one of the most important parts of a group chat tool like
Zulip, and we are committed to making integrating with Zulip as easy as
possible.
Set up an existing integration
Most existing integrations send content from a third-party product into
Zulip.
Write your own integration
We've put a lot of effort into making this as easy as possible, but
all of the options below do require some comfort writing code. If you
need an integration and don't have an engineer on staff, contact
us and we'll see what we can do.
Sending content into Zulip
Sending and receiving content
-
To react to activity inside Zulip, look at Zulip's
Python framework for interactive bots or
Zulip's real-time events API.
-
If what you want isn't covered by the above, check out the full
REST API. The web, mobile, desktop, and terminal apps are
built on top of this API, so it can do anything a human user can do. Most
but not all of the endpoints are documented on this site; if you need
something that isn't there check out Zulip's
REST endpoints
or contact us and we'll help you out.