2024-03-24
Uptime Kuma is top of mind right now, but I need to be focusing on getting the site up and running. To do so, I can just build it locally in Hugo, and export that out to a fly.io caddy container. Easy.
However, you also need to get those webhook integrations finished up, namely, ones for baserow form intake.
~~website -> form populates baserow table -> webhook updates n8n.io -> text/email/slack with notification that potential customer has reached out (will expand later to include some automatic scheduling information)~~
connecting form entry to n8n trigger
https://baserow.io/user-docs/webhooks
connecting baserow to n8n
https://baserow.io/user-docs/n8n
🤡
man fuck baserow, subscription cancelled. I could literally just use Google App Script and some Sheets to do the same thing (and have, for that matter).