From 8bc2940fcf94d96dd5faba880a47ed1f86e13c4e Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 6 Apr 2025 16:24:18 -0400 Subject: [PATCH] Updated Notify_rocketchat (markdown) --- Notify_rocketchat.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Notify_rocketchat.md b/Notify_rocketchat.md index ab1deea..4324c0e 100644 --- a/Notify_rocketchat.md +++ b/Notify_rocketchat.md @@ -45,6 +45,8 @@ You can also form any combination of the above and perform updates from one url: By default a webhook is set up to be associated with a channel. Thus the following syntax is also valid: * **rocket**://**{webhook}**@**{hostname}**/ +**Note:** Some webhooks have slashes in them. For these you need to make sure you escape the slash (`/`) with `%2F`. So your URL may look like: +* `rocket://abcd%2F12345@{hostname}/` - Note the `%2F` (to swap out for `/` found in webhook) ### Parameter Breakdown | Variable | Required | Description