GET /events
This endpoint allows you to receive new events from a registered event queue.
Long-lived clients should use the
event_queue_longpoll_timeout_seconds property returned by
POST /register as the client-side HTTP request timeout for
calls to this endpoint. It is guaranteed to be higher than
heartbeat timeout and should be respected by clients to
avoid breaking when heartbeat timeout increases.
Servers
- https://{subdomain}.zulipchat.com/api/v1
- {server}/api/v1
- https://chat.zulip.org/api/v1
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
dont_block |
Boolean | No |
Set to Default value: false |
queue_id |
String | Yes |
The ID of an event queue that was previously registered via
|
last_event_id |
Integer | No |
The highest event ID in this queue that you've received and
wish to acknowledge. See the code for
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.