in reply to Re: Create New Topic in Foswiki server based on input from external system
in thread Create New Topic in Foswiki server based on input from external system

I have read the two pages. Also, I did some search and arrived at the conclusion that I have to write a new plugin which acts as a REST CGI script.

https://foswiki.org/System/DevelopingPlugins#Creating_New_Plugins

What I understand is that I have to write a script as a Plugin which listens on port XXXX or maybe a cronjob on local web server or maybe when client sends a POST query to the foswiki REST script URL with payload it executes function to create new topic.

  • Comment on Re^2: Create New Topic in Foswiki server based on input from external system