Skip to content

kalhorim/n8n-csharp-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample project to call n8n workflow.

In this repository, a simple example has been created to communicate with the Workflow Automation Tool n8n.

first run n8n (I recommend using docker image) but depend on you please read n8n documentation.

docker run -it --rm --name n8n 	-p 5678:5678 -v c:\{yourpath}:/home/node/.n8n n8nio/n8n

get this repo

git clone https://github.com/kalhorim/n8n-csharp-sample.git

copy content of file src/Webapp/n8nWfs/createUser.json to new workflow in http://localhost:5678/

compile and run project.

https://kalhorim.ir/posts/software/613

About

Simple example has been created to communicate with the Workflow Automation Tool n8n by c#.

Topics

Resources

Stars

Watchers

Forks