Files
zulip/zerver/webhooks/basecamp/doc.md
Lauryn Menard 7e7e6b7ba9 integration-docs: Clarify use of event-filtering-additional-feature.
Using an if block when {!event-filtering-additional-feature.md!}
is used implied that we plan to have this in all webhook doc .md
files.

But, it actually makes sense to only use this macro when the
webhook integration actually supports event filtering.
2024-07-08 13:51:50 -07:00

33 lines
788 B
Markdown

# Zulip Basecamp integration
Receive notifications about Basecamp events in Zulip!
{start_tabs}
1. {!create-channel.md!}
1. {!create-an-incoming-webhook.md!}
1. {!generate-webhook-url-basic.md!}
1. Go to your project on Basecamp, and toggle the **Settings** menu in
the top right corner. Click on **Set up webhooks**, and then select
**Add a new webhook**.
1. Set **Payload URL** to the URL generated above. Select the
[events](#filtering-incoming-events) you'd like to be notified about,
and toggle the checkbox under **Enable this webhook**. Finally, click
**Add this webhook**.
{end_tabs}
{!congrats.md!}
![](/static/images/integrations/basecamp/001.png)
{!event-filtering-additional-feature.md!}
### Related documentation
{!webhooks-url-specification.md!}