Back to Zulip

Add a bot or integration

starlight_help/src/content/docs/add-a-bot-or-integration.mdx

12.01.9 KB
Original Source

import {TabItem, Tabs} from "@astrojs/starlight/components";

import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro";

By default, anyone other than guests can add a bot to a Zulip organization. A bot that sends content to or from another product is often called an integration.

Organization administrators can also restrict bot creation. Any bot that is added is visible and available for anyone to use.

Add a bot or integration

<Tabs> <TabItem label="Your bots"> <FlattenedSteps> <NavigationSteps target="settings/your-bots" />
  1. Click **Add a new bot**.
  1. Fill out the fields, and click **Add**.
</FlattenedSteps>
</TabItem> <TabItem label="All bots"> <FlattenedSteps> <NavigationSteps target="settings/bots" />
  1. Click **Add a new bot**.
  1. Fill out the fields, and click **Add**.
</FlattenedSteps>
</TabItem> </Tabs> <ZulipNote> See [bots overview](/help/bots-overview) for more information about the various fields. Nearly all third-party integrations should use **Incoming webhook** as the **bot type**. </ZulipNote>

Depending on the type of bot you're creating, you may need to download its zuliprc configuration file.