Updated Notify_rocketchat (markdown)

master
Chris Caron 2025-04-06 16:24:18 -04:00
parent b47d572b31
commit 8bc2940fcf
1 changed files with 2 additions and 0 deletions

@ -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