From 8f2015b60515cdd7fc67fb8321ff57c2819757a5 Mon Sep 17 00:00:00 2001 From: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Date: Mon, 27 Jun 2022 10:49:18 +0200 Subject: [PATCH] Update webhooks.md (#381) * Update webhooks.md * Create 381.doc * Capitalize Markdown Co-authored-by: Christian Paul Co-authored-by: Christian Paul --- changelog.d/381.doc | 1 + docs/setup/webhooks.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/381.doc diff --git a/changelog.d/381.doc b/changelog.d/381.doc new file mode 100644 index 00000000..bb3cbc68 --- /dev/null +++ b/changelog.d/381.doc @@ -0,0 +1 @@ +Clarify wording in Generic Hook Setup docs diff --git a/docs/setup/webhooks.md b/docs/setup/webhooks.md index 4e21fc41..a66404cd 100644 --- a/docs/setup/webhooks.md +++ b/docs/setup/webhooks.md @@ -131,7 +131,7 @@ if (data.counter === undefined) { ### V1 API -The v1 API expects `result` to be a string. The string will be automatically transformed into markdown. All webhook messages +The v1 API expects `result` to be a string. The string will be automatically interpreted as Markdown and transformed into HTML. All webhook messages will be prefix'd with `Received webhook:`. If `result` is falsey (undefined, false or null) then the message will be `No content`. #### Example script