Zulip
Zulip is an open-source team chat application with a unique topic-based threading model. Zulip's APIs power the web and mobile apps and provide REST endpoints, incoming webhooks, outgoing webhooks, and event-driven integrations to connect Zulip with external services.
2 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
Long-poll endpoint for retrieving new events from a previously registered queue. The client issues a GET request with queue_id and last_event_id; the server holds the connection open until new eventsZulip Events API
-
Endpoint to register a new event queue. The returned queue_id and last_event_id are required inputs to /events.Zulip Events API