wayne
Explore posts from serversCall non public apps as iframes?
I naively tried that:
https://www.loom.com/share/a46821e384d54a1b8b49c860b558c277
It probably doesn't work because the origin url is bluewind.ai
But I am wondering if this can work. Because that would make a lot of things easy, in particular no need to have a public app
1 replies
CLI error: this.settings.reader.isTerminal is not a function
wmill workspace add bluewind bluewind https://bluewind.windmill.dev/
error: Uncaught (in promise) TypeError: this.settings.reader.isTerminal is not a function
const isTty = this.settings.reader.isTerminal();
3 replies
Listen to slack events using windmill
damn apparently not possible for me to setup slack to add an auth header:
https://stackoverflow.com/questions/41492508/add-auth-headers-in-slacks-outgoing-webhooks
How do people create flows that listen to things on slack, using windmill
8 replies