Howdy Y’all got a question for the community!
I spend a lot of time browsing integrations and connections for my existing tools, to learn about new products I may be unaware of.
Mostly for fun, but often find big time saving/cost saving options for my problems by doing this.
The Problem:
TBH I get pretty frustrated with https://www.make.com/en/integrations The integrations browser for make, in that it:
- in “search view” CSS tricks have been used to make it intentionally difficult to copy and paste the name of the integration, or right click to “google it”.
- Returns different results on the same search than is returned would browsing modules within the make scenario builder.
- Search “Tags” and “Categories” come up pretty short.
- Description Missing for what the Integration does.
Suggestion for the make web team: scrape it please, just get first 100 words from each home page)
- Link to the Website of the integration is missing
- Idealy I would want 3 links, (pricing/devdocs/home) as big buttons on the page.
- Back button in browser is broken on this page intermittently.
- No Date that the integration was added.
- No Date that the integration was last updated/integration docs were last updated.
- no table view to compare integrations side by side.
Quite a bit more, but this is wordy enough. ill stop here
My Solution:
I plan to use the
Make API + opengraphapi + retools logo finder + apify, +
make itself
To create my own version of the integrations browser, with multiple views and a user facing tags system. and have the api check for tool updates, to get notified when new tools are added, and autofill it out going forward. (also replacing the timeline feature that didnt make it in the imt->make transition.)
The Question:
Before I do that:
Is there already something that exists on make.com that presents integrations in a more useful way, that I missed? or has someone else beat me to it creating their own solution?