Low code tools can be a bit funny and this is the perfect example. A person who knows what a webhook is probably doesn’t need this tool. The people who need this tool’s functionality.. likely don’t know what a webhook is.
I just started use an app script called importJSON which lets you make api calls directly from gsheets, since I get a lot of value from apis but don’t know how to actually code. This post looks to be in a comparable area, but I don’t know if that’s accurate. The introduction needs improvement.
> In this article, we will talk about how to turn your Google Sheets into a webhook so that you can receive data from the endpoint and have the data inserted into your Google spreadsheet
What value does this provide, and can you give me an example use case? What is “the data” in this context? Ideally you don’t want a lowcode user to leave your blog post to google the answers to these questions.
I just started to pay $9/mo for a tool that monitors a folder on an sFTP server for updates to a .csv, then parses the files and posts the data to a webhook.
At first I balked at that, and then realized I had no idea how to do that and it has worked flawlessly so far.
That is how I look at SaaS tools. If your hourly rate is greater than the months subscription it is worth it. In enterprise, just getting something hosted in a local server was hell, add in maintenance and the money is worth it.
This could work great with sql2sheets[1] new feature[2] I launched yesterday, which lets you collect html form responses directly to google sheets, if you want to stay on brand and not use the google forms product.
I just started use an app script called importJSON which lets you make api calls directly from gsheets, since I get a lot of value from apis but don’t know how to actually code. This post looks to be in a comparable area, but I don’t know if that’s accurate. The introduction needs improvement.
> In this article, we will talk about how to turn your Google Sheets into a webhook so that you can receive data from the endpoint and have the data inserted into your Google spreadsheet
What value does this provide, and can you give me an example use case? What is “the data” in this context? Ideally you don’t want a lowcode user to leave your blog post to google the answers to these questions.