1
2
3
4
5
6
import { sendNtfy } from "https://esm.town/v/spuckydaslama/sendNtfy?v=4";
await sendNtfy("Calendar", {
title: "hello",
body: "world",
});