I’m new to Make and I delighted with the tool… Really thinking using this for a project I’m planning…
So my main idea is to use Make as background processing flows using IA as for example:
Frontend input webiste → Make processing → Frontend output website
The input could be files, texts, etc…And the output tables, text, etc…
Could you help clarify how to integrate it? Is there some modules to accelerate it? Just saw HTTP functions and webhooks, but not sure if this is the best approach.
Make.com is suitable for your intended application. You can also work with your website’s backend for the integration. Various databases already have modules in Make.com. Several CMSs, such as WordPress, also offer modules.
If these elements are not compatible with your website, then you should work with webhooks or HTTP modules… Security must always be considered in this regard . Implement authentication and try to send as little data as possible through the webhook. If feasible , a webhook should solely serve as the trigger, and the data should be retrieved from the backend.