Signl4

This output is used to write a JSON message to an HTTP or HTTPS URL.

This is commonly used when notifying cloud-based services such as Microsoft PowerAutomate that an event has taken place.

ParameterDefaultMeaning
apikeyYour SIGNL4 API Key
message%MThe text of the notification
timezoneUTCThe timezone to transmit the notification in
teamThe ID of the team to send the notification to

Example

[
   {
       "method": "signl4",
       "apikey": "<your SIGNL4 API Key>",
       "message": "%M on Main System",
       "team": 2998229421
   }
]

The above example would send a signal called '<message> on Main System' to the SIGNL4 service..

Other Modules

Return to the list of output modules.