====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===
[
{
"method": "signl4",
"apikey": "",
"message": "%M on Main System",
"team": 2998229421
}
]
//The above example would send a signal called ' on Main System' to the SIGNL4 service.//.
===Other Modules===
Return to the [[event_methods|list of output modules]].