Connect an API that has no native Make connector
The HTTP module pattern that covers most 'unsupported' integrations.
- Read the vendor's auth docs and create credentials.
- Add the HTTP module and configure the auth header or OAuth connection.
- Send one test request and inspect the raw response bundle.
- Map the fields you need into the next module explicitly.
- Wrap the call in an error handler with a retry for rate limits.