diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index b6d5c56..0b10a3f 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -1,5 +1,5 @@ # region changes to be done - + # line 415 - 424 would get th url key and secret from n8n for line 134-147 #endregion @@ -134,6 +134,7 @@ $Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit' # 2) call the existing cmdlet from your module # (make sure you've already done Import-Module SVSMSP or the module that contains it) + # line 415 - 424 would get th url key and secret from n8n Install-DattoRMM ` -ApiUrl $creds.ApiUrl ` -ApiKey $creds.ApiKey `