An Alert Transport has been setup for a MSTeams Webhook. - Test works
curl -H ‘Content-Type: application/json’ -d ‘{“text”: “Hello World”}’ - Sends Hello World
Yet I’m not seeing any actual live alerts.
What could I be missing?
An Alert Transport has been setup for a MSTeams Webhook. - Test works
curl -H ‘Content-Type: application/json’ -d ‘{“text”: “Hello World”}’ - Sends Hello World
Yet I’m not seeing any actual live alerts.
What could I be missing?
FYI, checking the JSON checkmark in the Teams alert transport means that your message from your alert template MUST be valid JSON. To just send the alert, uncheck json.
JSON in unchecked. - no change. I setup a default test alert I know will trigger with no success.
Did you assign your alerts to the alert transport you created for teams?
Have you made an Alert Template and bound it to these alerts?
Not 100% since it’s been a while but I remember having similar issues before I did that.
Thank you so much Roger! That was it.
Now the only thing now working is my pull for the IP address
IP Address:{{ $alert->ip }}
Not sure why I can’t get the IP
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.