POST /mobile_push/e2ee/test_notification
Trigger sending an end-to-end encrypted (E2EE) test push notification to the user's selected mobile device or all of their mobile devices.
Changes: New in Zulip 11.0 (feature level 420).
Servers
- https://{subdomain}.zulipchat.com/api/v1
- {server}/api/v1
- https://chat.zulip.org/api/v1
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/x-www-form-urlencoded" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
device_id |
Integer | No |
The ID for the device to which to send the test notification. If this parameter is not submitted, the E2EE test notification will be sent to all of the user's devices registered on the server. A mobile client should pass this parameter, to avoid triggering a test notification for other clients. See Changes: New in Zulip 12.0 (feature level 468). Previously, |
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.