Reading data from public api

Hello,

I have a question about retrieving data from publicly available APIs.
I wanted to use integray to send regular emails regarding fuel prices. I found API that sends me the information when I call postman, but I want to add this process in Integray.

Is it possible to embed a 3rd party endpoint into the Integray process that sends data which is then sent to me via email?

Thanks

Andrea,

you have four options how to do that:

  1. Using REST API connector (Rest API - Help center)
  2. Using Advance REST API connector (Advanced Rest API - Help center)
  3. Using Node.js process - especially FETCH function (Using node-fetch (JSON API) - Help center)
  4. Using Python processor - especially FETCH function (https://learn.integray.app/examplelibrary/Python/11/)

Once you have response data you can process then further based on output type of your designated endpoint or API.

Tomas.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.