webhooks: Update macros to specify custom topics and default PMs.

These changes are the result of migrating to
check_send_webhook_message.
This commit is contained in:
Eeshan Garg
2018-03-17 16:17:53 -02:30
committed by Tim Abbott
parent 857569cbf7
commit 8fbd8c68f4
14 changed files with 11 additions and 22 deletions

View File

@@ -7,4 +7,8 @@
Modify the parameters of the URL above, where `api_key` is the API key
of your Zulip bot, and `stream` is the stream name you want the
notifications sent to.
notifications sent to. If you do not specify a `stream`, the bot will
send notifications via PMs to the creator of the bot.
To change the topic used by the bot, simply append `&topic=name`
to the end of the above URL, where `name` is your topic.

View File

@@ -7,4 +7,8 @@ bot using the bot's API key and the desired stream name:
Modify the parameters of the URL above, where `api_key` is the API key
of your Zulip bot, and `stream` is the stream name you want the
notifications sent to.
notifications sent to. If you do not specify a `stream`, the bot will
send notifications via PMs to the creator of the bot.
To change the topic used by the bot, simply append `&topic=name`
to the end of the above URL, where `name` is your topic.

View File

@@ -4,7 +4,6 @@ using the Zulip AppFollow integration!
1. {!create-stream.md!}
1. {!create-bot-construct-url-indented.md!}
{!append-topic.md!}
1. Click on the app for which you'd like to receive reviews. Click on
**Integrations** and go to the **Others** tab.

View File

@@ -3,7 +3,6 @@ Get Dropbox notifications in Zulip!
1. {!create-stream.md!}
1. {!create-bot-construct-url-indented.md!}
{!append-topic.md!}
1. Go to your [Dropbox apps page](https://www.dropbox.com/developers/apps).
Click on **Create app** near the top-right corner, and follow the on-screen

View File

@@ -6,8 +6,6 @@ Receive GitLab notifications in Zulip!
{!git-webhook-url-with-branches-indented.md!}
{!append-topic.md!}
1. Go to your repository on GitLab and click **Settings** on the left
sidebar. Click on **Integrations**.

View File

@@ -3,7 +3,6 @@ Receive GoSquared notifications in Zulip!
1. {!create-stream.md!}
1. {!create-bot-construct-url-indented.md!}
{!append-topic.md!}
1. Go to your project's **Settings** and click on **Services**.
Scroll down and next to **Webhook**, click on **Connect**. Click

View File

@@ -3,7 +3,6 @@ Configuring the HelloSign integration is easy!
1. {!create-stream.md!}
1. {!create-bot-construct-url-indented.md!}
{!append-topic.md!}
1. Go to your HelloSign account **Settings**. Select **Integrations** and
click on **API**.

View File

@@ -6,8 +6,6 @@ a website or service is up and running or down.
1. {!create-bot-construct-url-indented.md!}
{!append-topic.md!}
1. On your Insping **Dashboard**, click on **Integrations**. Click
on **Create Webhook**.

View File

@@ -4,8 +4,6 @@ Get Zulip notifications for your Librato alerts or snapshots!
{!create-bot-construct-url.md!}
{!append-topic.md!}
The default stream name is **librato** and default topic name is
**Alert alert_name**.

View File

@@ -5,15 +5,13 @@ Follow these steps to integrate your Raygun application with Zulip:
{!create-bot-construct-url.md!}
{!append-topic.md!}
Copy the URL and do the following steps:
1. Go to your [Raygun dashboard](https://app.raygun.com/dashboard/) and select
your application (top left):
![](/static/images/integrations/raygun/001.png)
2. Click on **Integrations** on the left sidebar:
2. Click on **Integrations** on the left sidebar:
![](/static/images/integrations/raygun/002.png)
3. Click on **Webhook**:

View File

@@ -4,8 +4,6 @@ See your Splunk Search alerts in Zulip!
{!create-bot-construct-url.md!}
{!append-topic.md!}
Next, in the Splunk search app, execute the search you'd like to be
alerted on and then save it as an alert:

View File

@@ -10,8 +10,6 @@ Add a webhook to your Stripe account by going to **Your account** >
{!webhook-url-with-bot-email.md!}
{!append-topic.md!}
{!append-stream-name.md!}
{% if 'http:' in external_uri_scheme %}

View File

@@ -3,7 +3,6 @@ Receive Zulip notifications for your Taiga projects!
1. {!create-stream.md!}
1. {!create-bot-construct-url-indented.md!}
{!append-topic.md!}
Make sure to specify the topic in the URL above. Otherwise, the
default topic `General` will be used.

View File

@@ -17,8 +17,6 @@ bottom of this page.
{!create-bot-construct-url.md!}
{!append-topic.md!}
***Important:** the HookPress plugin requires URL parameters to
be delimited by semicolons instead of ampersands. If you have a
self-installed blog, separate parameters with `;` instead of `&`.*