From dbd011508ec7c0c1f240755b717c7ab761aa97eb Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 16 May 2024 16:08:38 -0600 Subject: [PATCH] Update Servers & Workflows/RocketChat/Autotask RegEx Replacer.md --- Servers & Workflows/RocketChat/Autotask RegEx Replacer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Servers & Workflows/RocketChat/Autotask RegEx Replacer.md b/Servers & Workflows/RocketChat/Autotask RegEx Replacer.md index 53f775c..4647c06 100644 --- a/Servers & Workflows/RocketChat/Autotask RegEx Replacer.md +++ b/Servers & Workflows/RocketChat/Autotask RegEx Replacer.md @@ -1,7 +1,7 @@ **Purpose**: When someone types a message that includes a ticket number (e.g. `T00000000.0000`) we want to replace that text with an API-friendly URL that leverages Markdown language as well. -From RocketChat, navigate to the "Marketplace" and look for "**Word Replacer**". Proceed to install the application. Once it has been installed, use the following RegEx filter / string in the application's settings: +From RocketChat, navigate to the "Marketplace" and look for "**Word Replacer**". You can find the application's [GitHub Page](https://github.com/Dimsday/WordReplacer) for additional information / source code review. Proceed to install the application. Once it has been installed, use the following RegEx filter / string in the application's settings: ``` json [{"search": "T(\\d{8}\\.\\d{4})", "replace": "[$&](https://ww15.autotask.net/Autotask/AutotaskExtend/ExecuteCommand.aspx?Code=OpenTicketDetail&TicketNumber=$&)"}]