mirror of https://github.com/zulip/zulip.git
webhooks/basecamp: Migrate docs to Markdown.
This commit is contained in:
parent
442537ebb8
commit
1c50a85601
|
@ -1,46 +0,0 @@
|
||||||
<p>
|
|
||||||
Zulip supports integration with Basecamp and can notify you of
|
|
||||||
events in Basecamp.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
First, create the stream you'd like to use for Basecamp notifications,
|
|
||||||
and subscribe all interested parties to this stream. We
|
|
||||||
recommend the name <code>basecamp</code>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p><code>{{ external_api_uri_subdomain }}/v1/external/basecamp?api_key=abcdefgh&stream=basecamp</code></p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
where <code>api_key</code> is the API key of your Zulip bot,
|
|
||||||
and <code>stream</code> is the stream name you want the
|
|
||||||
notifications sent to.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
<p>
|
|
||||||
Next, go to your project on Basecamp and choose <code>Set up webhooks</code>
|
|
||||||
from the <code>Settings</code> menu that is located in top right corner.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<img class="screenshot" src="/static/images/integrations/basecamp/001.png"/>
|
|
||||||
|
|
||||||
<br/><br/>
|
|
||||||
<p>Click on <code>Add a new webhook</code> button</p>
|
|
||||||
<img class="screenshot" src="/static/images/integrations/basecamp/002.png"/>
|
|
||||||
|
|
||||||
<br/><br/>
|
|
||||||
<p>
|
|
||||||
Paste the URL you created above and choose which events you want to be notified about.
|
|
||||||
Make sure that <code>Enable this webhook?</code> is checked.
|
|
||||||
Click <code>Add this webhook</code>.
|
|
||||||
</p>
|
|
||||||
<img class="screenshot" src="/static/images/integrations/basecamp/003.png"/>
|
|
||||||
|
|
||||||
<br/><br/>
|
|
||||||
<p>
|
|
||||||
<b>Congratulations! You're done!</b><br/>
|
|
||||||
When you do things in basecamp action, you'll get a notification like this:
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<img class="screenshot" src="/static/images/integrations/basecamp/004.png"/>
|
|
|
@ -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)
|
Loading…
Reference in New Issue