How can i pass input json from 1 workflow to a different workflow?

i want to pass input json with http node from workflow 1 to a webhook node in workflow 2. how can i do this?

thanks

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

You can call the Execute workflow node and all input from the previous node will be passed to the next one: Execute Workflow | n8n Docs

Hope this helps!