Differences
This shows you the differences between two versions of the page.
| mos:evsignl4 [2024/09/18 00:55] – created optrix | mos:evsignl4 [2025/12/18 22:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| 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=== | ||
| + | |||
| + | < | ||
| + | [ | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | ] | ||
| + | </ | ||
| + | |||
| + | //The above example would send a signal called '< | ||
| + | |||
| + | ===Other Modules=== | ||
| + | |||
| + | Return to the [[event_methods|list of output modules]]. | ||