diff --git a/zerver/webhooks/basecamp/doc.html b/zerver/webhooks/basecamp/doc.html deleted file mode 100644 index 79a8421868..0000000000 --- a/zerver/webhooks/basecamp/doc.html +++ /dev/null @@ -1,46 +0,0 @@ -

- Zulip supports integration with Basecamp and can notify you of - events in Basecamp. -

- -

- First, create the stream you'd like to use for Basecamp notifications, - and subscribe all interested parties to this stream. We - recommend the name basecamp. -

- -

{{ external_api_uri_subdomain }}/v1/external/basecamp?api_key=abcdefgh&stream=basecamp

- -

- where api_key is the API key of your Zulip bot, - and stream is the stream name you want the - notifications sent to. -

- -
-

- Next, go to your project on Basecamp and choose Set up webhooks - from the Settings menu that is located in top right corner. -

- - - -

-

Click on Add a new webhook button

- - -

-

- Paste the URL you created above and choose which events you want to be notified about. - Make sure that Enable this webhook? is checked. - Click Add this webhook. -

- - -

-

- Congratulations! You're done!
- When you do things in basecamp action, you'll get a notification like this: -

- - diff --git a/zerver/webhooks/basecamp/doc.md b/zerver/webhooks/basecamp/doc.md new file mode 100644 index 0000000000..00aeed7f5d --- /dev/null +++ b/zerver/webhooks/basecamp/doc.md @@ -0,0 +1,25 @@ +Zulip supports integration with Basecamp and can notify you of +events in Basecamp. + +{!create-stream.md!} + +{!create-bot-construct-url.md!} + +Next, go to your project on Basecamp and choose **Set up webhooks** +from the **Settings** menu that is located in top right corner. + +![](/static/images/integrations/basecamp/001.png) + +Click on **Add a new webhook** button + +![](/static/images/integrations/basecamp/002.png) + +Paste the URL you created earlier and choose which events you want +to be notified about. Make sure that **Enable this webhook?** is +checked. Click **Add this webhook**. + +![](/static/images/integrations/basecamp/003.png) + +{!congrats.md!} + +![](/static/images/integrations/basecamp/004.png)