Hello to all, I need some feedback here for those who have integrated n8n with Drupal.
I have a project which is automating the load of data from a PDF.
My idea was to retrieved an structured output from a PDF (containing a magazine article, this is, title, subtitle, author, content, images, etc) and then automate the process of INSERTing this structured data into the database's table.
Now I was just informed that since their website is built with Drupal they don't want me to interact directly with the database is it could break up things.
So my next option, as far as I see it, is to automate the form fill up process, which is what they currently do manually: they copy from the PDF and paste it in the Drupal's website form.
Has any of you integrated n8n and Drupal and know the process and is willing to share?
I appreciate it in advance!