Files
zulip/zerver/webhooks/newrelic/doc.md
Anders Kaseorg 6b3399d7e6 markdown: Rewrite include plugin without markdown-include.
markdown-include is GPL licensed.

Also, rewrite it as a block processor, so that it works correctly
inside indented blocks.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit dc33a0ae67)
2022-07-07 13:31:32 -07:00

800 B

New Relic can send messages to a Zulip stream for incidents.

  1. {!create-stream.md!}

  2. {!create-bot-construct-url.md!}

  3. On New Relic, select Alerts & AI.

  4. Navigate to Notification channels.

  5. Create a new notification channel. Select channel type of Webhook, choose a name (e.g. "Zulip"), enter the webhook url created earlier as Base Url.

  6. It should look like:

  7. The webhook works with the default payload, click Create channel.

  8. After creating the channel send a test notification to make sure it works.

{!congrats.md!}