Hi! My first post here, and my first steps with n8n (please excuse my overall lacking knowledge and language misconceptions in advance!). Trying to implement my first workflow, part of it seems to be working already: I have n8n running in a Docker container in our intranet, where a I can pull a CSV-File from a webserver with HTTP Request node. Each row in the CSV is supposed to be a psql row in Directus (REST API https://docs.directus.io/reference/api/items/). The data flows to a Spreadsheet File node, and I can see the resulting JSON data, which should be the post data flowing to the Directus API. Now there I am hitting the ceiling without the slightest clue how the Directus authentication with tokens (https://docs.directus.io/reference/api/authentication/) is going to be implementet in n8nā¦
What is the next node behind the Spreadsheet File node? I guess a HTTP Request node, but I have no idea what that basic/digest/header auth etc. options are nor how to set that up. Any hints?
