Here is an example on triggering an alert through a Windows Powershell command:
Invoke-RestMethod ‘https://connect.signl4.com/webhook/‘ -Method POST -ContentType ‘application/json’ -Body ‘{“Alert”:”Error”,”Description”:”PowerShell alert.”}’
Note that you can add or use any parameter in the JSON payload.
Please note that is the 8 digit code that identifies your team and is uniquely created when you sign up. You’ll find it in the app under “APIs” or in the management portal.
Comments
0 comments
Please sign in to leave a comment.