Hi, I'm new with Directus so be gentil with me. What i want to know if it's possible to use flow to retrieve data from external api and insert it into my database. I tried with webhook / request url and i did on succes and on error operations and i get the error. So, what i need is:
- to know if is possible to retrieve data from external API and if yes how can I do it.
- to know how can i log the returned error message to see if it's somehow my fault in making the request header or other things.
- if I can get the response how can I log it?
Thank you!