I didn't want to pay 4.99 for an app. So here's my solution.
Turn on export RUST_LOG=home_webhook=trace
for logging
id={discord_webhook_id} token={discord_webhook_token} cargo run
- Add automation for whatever smart thing
- Convert to shortcut with
Get Contents of
- Add URL of web server
http://{ip}:port/
- Method
Post
- Request body with
{ applianace: "whatever", status: "stuff" }