Alert Action

A simple alert message, primarily for testing

Usage Notes

This Action requires an SA5 config block

<script type="application/sa+json" handler="action.alert" event="alert1">
{
  "@context": "https://attr.sygnal.com",
  "@version": "0.1",
  "message": "test" 
}
</script>

message = ( plain-text )

Plain-text message to display in the alert.

If you want a multi-line message, you can use the \n linefeed sequence in your string.

Future

Last updated

Was this helpful?