Questions tagged [n8n]

29 questions
1
vote
1 answer

Javascript in n8n: combine 2 JSON arrays into one structure

In a project I pull JSON-objects out of the Zammad-API. I get the ticket: [ { "id": 53, "group_id": 2, "priority_id": 2, "state_id": 2, "organization_id": null, "number": "740534", "title": "Testanfrage Weichinger", …
sgw
  • 11
  • 2
1
vote
2 answers

Create 3 Multiple JSON Objects from a single JSON API Return that has "key1": "value1;value2;value3" style encoding

I have been looking around a lot, and can't find a simple answer to my problem, I have seen how to do searching and things with LINQ to JSON (that seems to complex for my needs). I am using n8n.io to try to execute a "WebHook Post" -> Function call…
1
vote
0 answers

Fetch function for ExactOnline with multiple request fails on zapier and n8n

I've been working on a script that creates and updates stuff with the ExactOnline API. when I run the script locally everything works fine but when I try to use it on a platform such as Zapier or n8n it doesn't work as intended. on Zapier it only…
Jeffrey
  • 31
  • 6
0
votes
0 answers

Heruko app creation fails to build n8n in a docker environment

Yesterday I tried building the app on Hostinger, with Docker and n8n, without any success. An hour ago I successfully deployed this one from the n8n docs on how to host n8n on heroku, but I could not find the Dockerfile in it, because I want to use…
enflure
  • 13
  • 4
0
votes
0 answers

The n8n EKS cluster can't see the service

I followed the instructions in this guide: https://docs.n8n.io/hosting/installation/server-setups/aws/#send-to-kubernetes-cluster for setting up n8n on an AWS EKS cluster. However, I've encountered an issue at the DNS configuration step where the…
0
votes
0 answers

Integrating ChatGPT and Google Assistant on Google Home devices using n8n

I hope this is sufficient detail, but feel free to let me know if more information would help. This is a "Can I accomplish this and if so, how?" question. What I want to happen: I say, "Hey Google, ask GPT " then Google sends the query to my n8n…
0
votes
0 answers

Send MMS message using "HTTP Request" node

I am trying to use n8n to send MMS message with Image. How can I do that. I believe n8n "twilio" node does not allow image. I am trying to use "HTTP Request" node, but I am getting error. Please see image. Can someone help me? It connect fine…
0
votes
0 answers

n8n on railway.app generating localhost webhook URLs

I'm running the n8n software from github on railway.app The thing is, when using webhook nodes from n8n, the test and production URLs generated are localhost links So my questions are: Is this normal? To have localhost URLs although running the…
0
votes
1 answer

How to get a list of overdue tasks per person via the clickup API

1. Straightforward approach If to check the dev tools in the Clickup app, there's a request https://app.clickup.com/home/team/{team_id}/inbox with payload {userid: user_id, overdue_only: true, sort_by: "dueDate", sort_dir: -1, reminder_position:…
Vitalii Vasylenko
  • 4,776
  • 5
  • 40
  • 64
0
votes
0 answers

How to enable https protocol for n8n started on premise?

I am running n8n locally to test it, but I have been struggling with setting the https protocol instead of http. I added to the config in bashrc: export N8N_PROTOCOL="https" export N8N_SSL_KEY=/path/to/keyfile export…
Bionix1441
  • 2,135
  • 1
  • 30
  • 65
0
votes
0 answers

ERPNext n8n integration document list not loading

I using ERPNext version 14 and trying to integrate it with n8n when I add the credential for ErpNext in n8n it shows connection success. But when I add the workflow there is field to list down the Doc types in ERPNext but showing empty I couldn't…
0
votes
1 answer

Append data into google sheet using n8n not working as expected. Instead of appending, it's replacing from the first row

I’m using n8n to append data into my google sheet when the webhook url is called. I've a sheet named 'M2'. I’m using the Google Sheet node with Append option to append the data. I also tried the Append or Update option. The execution gets successful…
Arrow
  • 532
  • 5
  • 18
0
votes
0 answers

MIME type problems with an Angular project exposure

I try to expose an Angular front-end on the uri xxx.com/frontend/, and there is a n8n project on the url xxx.com. I have these error logs : enter image description here I configure in the file index.html and the part…
Minji
  • 1
  • 1
0
votes
0 answers

How to create a JSON list of products?

Please, someone could help me? I need to convert a json with this structure here: [ { "sale_id": 868401, "date_payment": "2016-11-28 17:30:12", "sale_total": 699, "product_id": 100483, "product_name":…
0
votes
1 answer

N8N: Remove JSON Key in output

I am trying to remove the json key in my output file. What is the best approach to do this? not sure how to achieve this. I want to return the array of data with all values. Not necessarily 1 value. This is a link to my N8N post: Manipulate JSON…
CodeOfArms
  • 21
  • 4
1
2