Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 763 Bytes

File metadata and controls

39 lines (28 loc) · 763 Bytes

Zulip settings

Tip

This page contains the details about zulip settings. More general information about zulip support in matterbridge can be found in README.md.

Login

Username of the bot, normally called yourbot-bot@yourserver.zulipchat.com.

See username in SettingsYour bots.

  • Setting: REQUIRED
  • Format: string
  • Example:
    Login="yourbot-bot@yourserver.zulipchat.com"

Server

URL of your zulip instance.

  • Setting: REQUIRED
  • Format: string
  • Example:
    Server="https://yourserver.zulipchat.com"

Token

Zulip API token (called bot API key in SettingsYour bots).

  • Setting: REQUIRED
  • Format: string
  • Example:
    Token="Yourtokenhere"