Possible to use api not natively supported by the tool?

I have a tool that support API calls but it is not natively supported by your tool yet.

Is it possible to call the api using get function via your tool?

Yes, it's possible using JsonPathOnUrl or XPathOnUrl (depending on the response format) but varies in difficulty based on the complexity of the API. It is simple if the API requests use API-key, but trickier if headers and POST body is needed (see HTTP Settings).

You can also build your own connector. Here is an unfinished guide and you can get a long way copy-pasting from existing connectors.

We can also build a custom connector if you are interested.

Hi is just simple get function. I pm you on this.