Make's HTTP module can call any API. For the portal that has none, a generated backend endpoint slots into your scenario as one more module. Updated July 2026.

Make wins on visual power: scenarios with routers, iterators, and error handlers that go well past simple trigger-action pairs, at a price agencies like. Same wall as every orchestrator, though: the scenario ends where the connector catalog does, and the systems running vertical businesses mostly aren't in it.
Keep the scenario. For the no-API portal, add Make's HTTP module pointed at a Supergood-generated endpoint: the portal's own backend, packaged as documented REST, answering in milliseconds with structured JSON. Maintenance, MFA, and session handling live upstream of your scenario.
A work order closes in your field-service tool; the client's property portal needs the update. Scenario: watch the field-service event, map the fields, HTTP module POSTs to the portal's endpoint, router branches on the real status code, error handler retries or alerts. Nothing exotic, which is the point: the no-API system stops being a special case.
| Approach in Make | Works when | Watch out for |
|---|---|---|
| Native app/module | Vendor has an API Make wrapped | Most vertical portals have neither |
| Generic HTTP module + vendor API | An API exists but no Make app | Partner-gated APIs take months of approval |
| HTTP module + Supergood endpoint | Portal has no API at all | Backend changes (detected and fixed for you) |
Why not drive the portal with a browser automation step? Seconds per step, breakage on every UI change, and MFA prompts that stall unattended runs. Scenarios deserve deterministic modules; a backend call is one.
Does this change Make pricing? An HTTP call is one operation, same as any module. The heavy lifting happens on the endpoint's side.
Make or n8n or Zapier: which should we use with Supergood? Whichever you already run. The endpoint is plain REST, so all three call it the same way; we wrote the n8n version and the Zapier version of this guide too.
Updated July 2026.