Hi folks,
We’re building a simple CRUD application which stores several important dates for our ecom website’s customers. Which they can create / view / update / delete on their account page.
It’s basically a database of these dates, with the occasion type and a few other fields.
Using Make’s webhooks and data store, I can create a scenario to deal with different request types and do the CRUD operations.
Then we can use the data in the store to trigger emails etc. through our marketing platform.
My question is - is Make a suitable tool to do this?
Our other option would be a custom web server e.g. a node / express API server and a mongo database.
We use Make for several things in the company and it’s easier to maintain for our small team, but I want to make sure it’s a solid choice or if this is a bad idea.
Thanks!