mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
Fixes #29944. Co-authored-by: theofficialvedantjoshi <vedant.messi101@gmail.com> Co-authored-by: Niloth P <20315308+Niloth-p@users.noreply.github.com>
36 lines
965 B
Markdown
36 lines
965 B
Markdown
# Zulip OpenProject integration
|
|
|
|
Get Zulip notifications for your OpenProject work packages and projects!
|
|
|
|
{start_tabs}
|
|
|
|
1. {!create-an-incoming-webhook.md!}
|
|
|
|
1. {!generate-webhook-url-basic.md!}
|
|
|
|
1. From your OpenProject organization, click on your user profile icon.
|
|
Select **Administration** from the dropdown menu, and navigate to
|
|
**API and Webhooks**. Select the **Webhooks** tab from the left panel,
|
|
and click on **+ Webhook**.
|
|
|
|
1. Enter a name of your choice for the webhook, such as `Zulip`. Set
|
|
**Payload URL** to the URL generated above, and ensure the webhook is
|
|
enabled.
|
|
|
|
1. Select the events and projects you want to receive notifications for,
|
|
and click **Create**.
|
|
|
|
{end_tabs}
|
|
|
|
{!congrats.md!}
|
|
|
|

|
|
|
|
### Related documentation
|
|
|
|
* [**OpenProject webhook guide**][1]
|
|
|
|
{!webhooks-url-specification.md!}
|
|
|
|
[1]: https://www.openproject.org/docs/system-admin-guide/api-and-webhooks/#webhooks
|