POST /navigation_views

Adds a new custom left sidebar navigation view configuration for the current user.

This can be used both to configure built-in navigation views, or to add new navigation views.

Changes: New in Zulip 11.0 (feature level 390).

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
is_pinned Boolean Yes

Determines whether the view appears directly in the sidebar or is hidden in the "More Views" menu.

  • true - Pinned and visible in the sidebar.
  • false - Hidden and accessible via the "More Views" menu.
name String No

The user-facing name for custom navigation views. Omit this field for built-in views.

fragment String Yes

A unique identifier for the view, used to determine navigation behavior when clicked.

Clients should use this value to navigate to the corresponding URL hash.

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.