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

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 POST /register_client_device for details on device ID.

Changes: New in Zulip 12.0 (feature level 468).

Previously, push_account_id was used.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.