Differences

This shows you the differences between two versions of the page.

Link to this comparison view

mos:evsignl4 [2024/09/18 00:55] (current)
optrix created
Line 1: Line 1:
 +====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.
 +
 +^Parameter^Default^Meaning^
 +|**apikey**||Your SIGNL4 API Key|
 +|**message**|%M|The text of the notification|
 +|**timezone**|UTC|The timezone to transmit the notification in|
 +|**team**||The ID of the team to send the notification to|
 +
 +===Example===
 +
 +<code>
 +[
 +   {
 +       "method": "signl4",
 +       "apikey": "<your SIGNL4 API Key>",
 +       "message": "%M on Main System",
 +       "team": 2998229421
 +   }
 +]
 +</code>
 +
 +//The above example would send a signal called '<message> on Main System' to the SIGNL4 service.//.
 +
 +===Other Modules===
 +
 +Return to the [[event_methods|list of output modules]].